Fix windows build
[mono.git] / mono / metadata /
2011-05-11 Rodrigo KumperaImplement thread dump using new machinery.
2011-05-11 Rodrigo KumperaMake sure the GC takes the appropriate locks during...
2011-05-10 Rodrigo KumperaImplement sync suspend based interruption
2011-05-10 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-05-10 Rodrigo KumperaPass mono_install_handler_block_guard in the eh callbac...
2011-05-06 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-05-06 Neale FergusonImplement soft debugger for s390x and fix context macro...
2011-05-05 Rodrigo KumperaMake sure that implicit variant type conversion implies...
2011-05-03 Mark Probst[sgen] Fix thread unregister deadlock race.
2011-05-02 Zoltan VargaImplement BSTR icalls even when COM is disabled. Fixes...
2011-05-02 Rodrigo Kumperadon't init smr twice
2011-05-02 Rodrigo KumperaFix resume_thread_internal return type
2011-05-02 Rodrigo KumperaFix thread unregistration under sgen.
2011-05-02 Marek Habersack[runtime] Fix handling of ECMA key when parsing assembl...
2011-05-02 Zoltan VargaFix support for parameters with generic constraints...
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-05-01 Miguel de IcazaUpdate SGen sources to SGen license
2011-05-01 Mark ProbstMerge branch 'sgen-lock-free-alloc'
2011-05-01 Mark Probst[sgen] Make sure remset clearing doesn't crash if we...
2011-05-01 Mark Probst[sgen] Attach thread info early so that hazard pointers...
2011-05-01 Mark Probst[sgen] Use the lock free allocator as the internal...
2011-04-30 Jeffrey StedfastDon't return values in functions returning void
2011-04-29 Rodrigo KumperaIntroduce a couple of functions to abstract old and...
2011-04-28 Zoltan VargaRevert "Modify fixup_cattrs () to handle a corner case...
2011-04-27 Marek HabersackMerged pull request #88 from skolima/msbuild-merge.
2011-04-27 Rodrigo KumperaMerged pull request #58 from XTZGZoReX/master.
2011-04-27 Rodrigo KumperaImplement new function to raise an exception using...
2011-04-27 Rodrigo Kumperax86 pushes vararg arguments unaligned
2011-04-26 Zoltan VargaModify fixup_cattrs () to handle a corner case where...
2011-04-25 Chris ToshokMerge branch 'master' of github.com:/mono/mono
2011-04-22 Zoltan VargaFix processing of double vararg arguments on 32 bit...
2011-04-22 Zoltan VargaFix AOT support for isinst_with_cache wrappers. Fixes...
2011-04-20 Rodrigo KumperaHaving a type constraint to a valuetype satisfies ...
2011-04-20 Jeffrey StedfastVarious parts of mono use g_convert() which rely on...
2011-04-18 Zoltan VargaFix a crash in the sgen suspend code which happens...
2011-04-17 Zoltan VargaFix Object.MemberwiseClone () on arrays. Fixes #688033.
2011-04-15 Rolf Bjarne Kvinge[corlib] Ensure Thread.ManagedThreadId is unique per...
2011-04-14 Gonzalo Paniagua... Clearing the queue messed up with the per-domain job...
2011-04-14 Rodrigo KumperaTake constraints into account when checking for VAR...
2011-04-14 Rodrigo KumperaImprove error message
2011-04-13 Marek Habersack[runtime,IO] Filesystem entries can only be sought...
2011-04-12 Rodrigo KumperaAvoid some duplicate work when we don't have KW_THREAD
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-09 Zoltan VargaFix a warning.
2011-04-08 Rodrigo KumperaFix silly C&P bug.
2011-04-08 Rodrigo KumperaExtract mono_threads_is_critical_method
2011-04-08 Rodrigo KumperaFix null-gc
2011-04-08 Rodrigo KumperaAdd mono_gc_is_critical_method to the internal GC api
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...
2011-04-07 Rodrigo KumperaHandle constrained. with dynamic methods.
2011-04-07 Marek Habersack[runtime] Linux support for statfs and improved drive...
2011-04-06 Zoltan VargaAdd a write barrier before setting vtable->initalize...
2011-04-06 Sebastien PouliotFix access to freed members of a dead thread
2011-04-06 Rodrigo KumperaMake the small_id_table a bitset.
2011-04-02 Zoltan VargaFix a harmless memory overwrite in sgen.
2011-04-01 Rodrigo KumperaMore plat cleanups.
2011-04-01 Rodrigo KumperaArch cleanup.
2011-04-01 Rodrigo KumperaFix thread restart under mach.
2011-04-01 Rodrigo KumperaExtract suspend code from mono_sgen_thread_handshake.
2011-04-01 Zoltan VargaRecord parameter names for wrapper methods so they...
2011-03-31 Lucas Meijerchange documentation to be in the right format for...
2011-03-31 Lucas Meijercoding style fix
2011-03-31 Lucas Meijerintegrate spouliots' feedback
2011-03-31 Lucas Meijerimplement a relaxed mode of CoreCLR for coreclr users...
2011-03-30 Gonzalo Paniagua... Typo.
2011-03-30 Neale FergusonFix big endian issue with cardtable and add code for...
2011-03-30 Zoltan VargaAdd some checks to the ActivationServices:AllocateUnini...
2011-03-30 Dick PorterMerge branch 'master' of github.com:mono/mono
2011-03-30 Dick PorterEnable sgen on Solaris
2011-03-30 Zoltan VargaFix the previous change.
2011-03-30 Zoltan VargaCall SleepEx in a loop in the Thread.Sleep () icall...
2011-03-30 Rodrigo KumperaFix domain TLS loading.
2011-03-28 Zoltan VargaRemove some unused fields from MonoDynamicGenericClass.
2011-03-28 Zoltan VargaFix a case where class->instance_size was not set for...
2011-03-25 Vincent PovirkReplace ENABLE_COREE with a runtime switch.
2011-03-25 Sebastien PouliotAlign our coreclr inheritance rules to match MS
2011-03-23 Gonzalo Paniagua... Avoid warnigs.
2011-03-23 Marek Habersack[runtime] Fix compilation
2011-03-23 Miguel de IcazaOSX, Win32: Implements support for DriveInfo
2011-03-23 Gonzalo Paniagua... [threadpool] Don't start all the IO threads on first...
2011-03-22 Neale FergusonFix sweep processing for big endian s390x
2011-03-22 Zoltan VargaImplement OperatingSystem.ServicePack. Fixes #681552.
2011-03-22 Gonzalo Paniagua... [threadpool] Avoid the infame assert in mono-wsq.
2011-03-22 Gonzalo Paniagua... .gitignore
2011-03-21 Gonzalo Paniagua... [windows] Avoid creating a thread in init
2011-03-21 Neale FergusonAdd s390x support to mono-context
2011-03-21 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-18 Gonzalo Paniagua... [windows] Make the connect hack work again.
2011-03-18 Gonzalo Paniagua... Revert "Replace old connect hack with _pipe on windows."
2011-03-18 Gonzalo Paniagua... Revert "Remove unneeded function and use same code...
2011-03-18 Zoltan VargaFix some warnings.
2011-03-18 Gonzalo Paniagua... Fix the host name returned in GetHostEntry.
2011-03-18 Rodrigo KumperaMove get_hazardous_pointer to utils/hazard-pointer.
2011-03-18 Rodrigo KumperaMove hazard pointer and small_id code to utils/hazard...
2011-03-17 Gonzalo Paniagua... Remove unneeded function and use same code for win/lin
2011-03-17 Gonzalo Paniagua... Replace old connect hack with _pipe on windows.
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
next