Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mono / utils / mono-threads.c
2012-09-10 Jérémie LavalMerge pull request #439 from mono-soc-2012/garyb/iconfix
2012-07-23 Atsushi EnoMerge pull request #398 from xcrash/feature/wcf.mex...
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
2012-07-21 Miguel de IcazaMerge pull request #335 from robwilkens/DataGridBugs1
2012-07-21 Miguel de IcazaMerge pull request #337 from robwilkens/IdleThreadsFixes
2012-07-21 Miguel de IcazaMerge pull request #350 from robwilkens/bug1089
2012-07-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-07-04 Marek SafarMerge pull request #373 from QuickJack/master
2012-06-27 Rodrigo KumperaAdd mono_thread_info_abort_socket_syscall_for_close...
2012-06-27 Marek SafarMerge pull request #358 from adbre/iss3333
2012-06-26 Miguel de IcazaMerge pull request #334 from robwilkens/bug5747
2012-06-25 Rodrigo KumperaMerge pull request #352 from madewokherd/threadinit
2012-06-25 Vincent PovirkDon't try to register threads created before initializa...
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2011-08-23 Rodrigo KumperaRework self suspend to avoid a race on Mach.
2011-08-17 Miguel de Icazaupdate copyrights
2011-08-13 Marek SafarMerge pull request #156 from garuma/tpl-dataflow-tasks
2011-08-10 Zoltan VargaGet rid of the macros in mono-tls.h to fix many warnings.
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-20 Rodrigo KumperaAdd mono_thread_info_disable_new_interrupt so we can...
2011-06-03 Zoltan VargaMerge pull request #109 from rnagy/master
2011-06-03 Zoltan VargaMake mono_gc_pthread_create () call pthread_create...
2011-05-30 Marek HabersackMerge pull request #97 from skolima/master
2011-05-28 Mark Probst[sgen] Allocate small IDs for worker threads.
2011-05-24 Rodrigo KumperaReapply the fast v4 monitor enter IL. AOT and LLVM...
2011-05-24 Marek HabersackRevert "Reapply 171e69041898f488f332c5a2fad71e40f5863c5...
2011-05-24 Rodrigo KumperaReapply 171e69041898f488f332c5a2fad71e40f5863c5d fixed...
2011-05-23 Marek HabersackRevert "Implement fast il wrapper for v4 Monitor.Enter."
2011-05-23 Rodrigo KumperaImplement fast il wrapper for v4 Monitor.Enter.
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-12 Rodrigo KumperaMerge pull request #96 from ualtinok/master
2011-05-12 Veerapuram VaradhanMerge pull request #99 from IgorTkachev/master
2011-05-11 Rodrigo KumperaEnable the new interrupt machinery on x86 + linux|mach.
2011-05-03 Rodrigo KumperaAdd define to conditionally compile code using mono...
2011-05-02 Rodrigo KumperaFix thread unregistration under sgen.
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-04-29 Rodrigo KumperaMake SMR available during the whole registration/unregi...
2011-04-29 Rodrigo KumperaMake thread unregister more robust.
2011-04-28 Rodrigo KumperaDocument the current limitations of the async call API
2011-04-28 Rodrigo KumperaImplement async invocation API.
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 jonchamUse SwitchToThread instead of sched_yield on Windows.
2011-04-14 Rodrigo KumperaInitial drop of the new suspend machinery.
2011-04-14 Rodrigo KumperaFix 64bits mono on windows.
2011-04-13 Rodrigo KumperaAdd new set of callbacks to be provided by the JIT.
2011-04-13 Rodrigo KumperaMove posix only code to a separate file.
2011-04-11 Rodrigo KumperaHandle attached threads correctly on windows.
2011-04-11 Zoltan VargaMerge branch 'nunit25/2011-04-11' of https://github...
2011-04-11 Rodrigo KumperaIntroduce CreateThread wrapper to make mono-threads...
2011-04-11 Rodrigo KumperaFix mono-tls usage under windows
2011-04-11 Zoltan VargaFix a warning.
2011-04-10 Rodrigo KumperaReplace posix tls with mono-tls so it works on windows...
2011-04-09 Rodrigo KumperaFist pass into fixing the win32 build
2011-04-08 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-04-08 Rodrigo KumperaMove thread management from sgen to utils. Move smr...