Merge pull request #610 from metanest/tests_gc_descriptors_vpath_build_2013Mar_spike
[mono.git] / mono /
2013-04-24 Alex Rønne PetersenMerge pull request #610 from metanest/tests_gc_descript...
2013-04-23 Rodrigo KumperaAnother try in fixing the windows build.
2013-04-23 Rodrigo Kumpera[sgen] Fix bridge interop missing some xrefs due to...
2013-04-23 Zoltan VargaClean the domain tls var on all code paths in thread_cl...
2013-04-23 Rodrigo KumperaFix windows build.
2013-04-22 Rodrigo KumperaThe build bots run on Snow Leopard that doesn't have...
2013-04-22 Rodrigo KumperaIntroduce a new kind of mutex, the suspension safe...
2013-04-22 Rodrigo KumperaRemove some dead defines from mono-mutex.h
2013-04-22 Rodrigo KumperaRemove static initializers as they are not portable...
2013-04-22 Rodrigo KumperaRemove the now unused mono_mutexattr family of functions.
2013-04-22 Rodrigo KumperaCleanup the interface of mono_mutex_init.
2013-04-22 Rodrigo KumperaRemove support for for pthread implementations that...
2013-04-22 Rodrigo KumperaMove mono-mutex.c from io-layer to utils. Killing the...
2013-04-22 Zoltan VargaRevert "Fix the win64 build."
2013-04-22 Alex Rønne PetersenSupport a MONO_ARCH_HAVE_TLS_INIT variable.
2013-04-22 Zoltan VargaRemove obsolete 32 bit s390 backend.
2013-04-22 Marek SafarMerge pull request #617 from knocte/httpwebrequest_play...
2013-04-21 Zoltan VargaAdd a freelist around the code chunk allocator to avoid...
2013-04-19 Zoltan VargaFix the map of bool and char in runtime invoke signatur...
2013-04-19 Zoltan VargaFix previous commit.
2013-04-19 Zoltan VargaFix a warning.
2013-04-19 Alex Rønne PetersenMerge pull request #555 from jack-pappas/sigaltstack...
2013-04-18 Zoltan VargaAvoid sharing signed/unsigned types in runtime invoke...
2013-04-18 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-18 Alex Rønne PetersenMerge pull request #614 from directhex/master
2013-04-18 Jo ShieldsRemove duplicated definition of mini_gc_enable_gc_maps_...
2013-04-17 NealeMerge branch 'master' of https://github.com/mono/mono
2013-04-15 Zoltan VargaFix the win64 build.
2013-04-13 Zoltan VargaClear the domain on thread exit after the profile threa...
2013-04-09 Zoltan VargaMove some boehm specific code in gc.c to boehm-gc.c.
2013-04-09 Zoltan VargaDon't abort the process using g_abort () when a breakpo...
2013-04-09 Zoltan VargaClear the domain TLS variable earlier in start_wrapper_...
2013-04-09 Zoltan VargaDon't leave the thread suspended in mono_threads_core_s...
2013-04-09 Zoltan VargaFix alignment of unbox trampolines when using LLVM...
2013-04-09 Alex Rønne PetersenSupport disabling of the security subsystem (CAS/CoreCLR).
2013-04-09 Zoltan VargaHopefully fix the windows build.
2013-04-08 Rodrigo KumperaFix llvm loading when calling through a symlink.
2013-04-08 Rodrigo KumperaGuard against another possible crash that has been...
2013-04-08 Marek SafarMerge pull request #601 from knocte/sock_improvements
2013-04-08 Andres G. Aragoneses[io-layer] add URLs for some ximian bug numbers in...
2013-04-07 Elijah TaylorNaCl ARM work, first pass
2013-04-07 Elijah TaylorNaCl runtime fixes
2013-04-06 Zoltan VargaImplement the calculation of stack bounds on windows...
2013-04-06 Zoltan VargaFix the windows build.
2013-04-03 Mark ProbstMerge remote-tracking branch 'origin/fix-los-cardtable...
2013-04-03 Mark Probst[sgen] Use unified cardtable-update code in M&S, too.
2013-04-03 Mark Probst[sgen] Fix 64-bit bug occurring when LOS object crosses...
2013-04-02 Alex Rønne PetersenFix another cast warning in sgen-debug.c.
2013-04-02 Alex Rønne Petersen`#ifndef` some variables out to silence warnings in...
2013-04-02 Alex Rønne PetersenRemove an unneeded inner `#ifndef DISABLE_COM`.
2013-04-02 Alex Rønne PetersenOnly define get_local_interface_id () on Apple platforms.
2013-04-02 Alex Rønne PetersenExplicitly ignore some return values with a G_GNUC_UNUS...
2013-04-02 Alex Rønne PetersenFix the tramp_names table when remoting is disabled.
2013-04-02 Alex Rønne PetersenSilence a couple of unused variable warnings with G_GNU...
2013-04-02 Alex Rønne PetersenFix some warnings caused by casts.
2013-04-02 Alex Rønne PetersenUnbreak the build when Boehm is enabled and remoting...
2013-04-02 Mark ProbstMerge remote-tracking branch 'origin/fix-concurrent...
2013-04-02 Mark Probst[sgen] Fix binary protocol concurrent crashes.
2013-04-02 Mark Probst[sgen] Mark major->major references in unmanaged wbarri...
2013-04-02 Mark Probst[sgen] Update mod-union with regular, not shadow cardtable.
2013-04-02 Mark Probst[sgen] Mod-union consistency check MONO_GC_DEBUG option.
2013-04-02 Mark Probst[sgen] Binary protocol entry for user-forced GCs.
2013-04-02 Miguel de IcazaMerge pull request #606 from sesef/master
2013-03-31 Zoltan VargaDon't disable sharing for open generic async methods...
2013-03-29 Zoltan VargaHopefully fix the windows build.
2013-03-29 Zoltan VargaHopefully fix the windows build.
2013-03-28 Zoltan VargaRemove some debug printfs.
2013-03-28 Zoltan VargaFix the build.
2013-03-28 Zoltan VargaFix the build.
2013-03-28 Zoltan VargaMove atomic.h/atomic.h to utils/.
2013-03-28 Zoltan VargaAdd implementations of atomic functions using gcc atomi...
2013-03-27 KISHIMOTO, Makotomodify for VPATH builds
2013-03-27 Zoltan VargaFix sdb asserts when seq-points are not found for a...
2013-03-26 Jonathan PryorMerge pull request #221 from steffen-kiess/master
2013-03-26 Zoltan VargaExport a few more symbols for LLVM.
2013-03-26 Zoltan VargaRemove a redundant null check.
2013-03-26 Zoltan VargaReturn null when null was passed to Marshal.PtrToStruct...
2013-03-26 Marek SafarUpdate number separators for mexican and similar locale...
2013-03-26 Marek SafarPopulate AbbreviatedMonthNames values. Fixes #11361
2013-03-26 Paolo MolaroExport a few functions needed by llvm.
2013-03-26 Marek SafarFix quoting of some date time patters. Fixes #11363
2013-03-26 Alex Rønne PetersenMerge pull request #608 from metanest/bin_bash_spike
2013-03-26 Zoltan VargaDon't emulate idiv.un/irem.un on ARM in cases where...
2013-03-26 Zoltan VargaFix a typo in bc149a3814c33ee55eaa01fe49c52389d7b31bb2.
2013-03-25 Marek SafarMerge pull request #607 from maksimenko/master
2013-03-25 Rodrigo KumperaChange mono_gc_get_managed_array_allocator to receive...
2013-03-25 Zoltan VargaFix the hashing of MonoJumpInfo structures, previously...
2013-03-25 Zoltan VargaAdd a mono_print_ji () helper function to print a MonoJ...
2013-03-24 Zoltan VargaMove the 'Created object count' stat to the GC section...
2013-03-24 Zoltan VargaAvoid using an rgctx when making delegate invokes from...
2013-03-24 Zoltan VargaAvoid AOTing PtrToStructure/StructureToPtr() wrappers...
2013-03-24 Zoltan VargaImplement the Marshal.Read/WriteXXX methods using unsaf...
2013-03-22 Marek SafarMerge pull request #605 from AerisG222/system.web.http...
2013-03-22 Atsushi Enoremove extra printf.
2013-03-22 Zoltan VargaFix the checks in is_async_method ().
2013-03-22 Zoltan VargaFix deadlock in CreateProcess () if fork () fails....
2013-03-22 Zoltan VargaFix an LLVM crash when a method ending with a throw...
2013-03-21 Elijah TaylorTest for divide by zero for NaCl in software
2013-03-21 Elijah TaylorAdd explicit laddcc/lsubcc IR opcodes
2013-03-21 Elijah TaylorNaCl x86 codegen fixes
next