Part of fix of 11294 - matching names to .NET and turning off serialization attribute...
[mono.git] / mono /
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 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
2013-03-21 Elijah TaylorNaCl amd64 codegen fixes
2013-03-21 Elijah TaylorNaCl GC improvements
2013-03-21 Zoltan VargaDisable the async test in generics.cs as it doesn't...
2013-03-21 Zoltan VargaFix full-aot support for generic async methods by treat...
2013-03-20 Zoltan VargaFix an infinite loop in decode_llvm_mono_eh_frame ...
2013-03-19 Mark ProbstMerge branch 'feature-free-32'
2013-03-19 Mark Probst[sgen] Statistics for 32 bit freeing.
2013-03-19 Mark Probst[sgen] While iterating over empty block array, compact it.
2013-03-19 Mark Probst[sgen] Try allocating M&S blocks in smaller contingents...
2013-03-19 Mark Probst[sgen] Free contiguous blocks on 32 bit archs.
2013-03-18 Marek SafarAdd localized infinity symbols. Fixes #9052
2013-03-15 Rodrigo KumperaProperly bzero unaligned small blocks. Fixes #11184.
2013-03-15 Zoltan VargaAvoid an assert in sdb for compiler generated byref...
2013-03-14 Mark Probst[sgen] Remove some dead #defines.
2013-03-13 Mark Probst[sgen] Don't call sgen_scan_togglerefs() twice.
2013-03-13 Mark Probst[sgen] Remove superfluous arguments to finish_gray_stack().
2013-03-13 Martin BauligMerge pull request #599 from knocte/ntlm_fixes
2013-03-13 Mark Probst[semaphore] Fix mono_sem_wait() for Darwin, clean up...
2013-03-13 Zoltan VargaDon't set the visibility of the type_info_ symbols...
2013-03-13 Mark Probst[sgen] Gather a histogram of layouts of scanned objects.
2013-03-13 Zoltan VargaFix some DISABLE_JIT problems.
2013-03-12 Rodrigo KumperaWrap MonoVTable::remote into a pair of accessors to...
2013-03-12 Rodrigo KumperaWrap MonoClass::is_com_object into a pair of accessors...
2013-03-12 Rodrigo KumperaSmall cleanup on runtime shutdown to move more code...
2013-03-12 Rodrigo KumperaMerge pull request #505 from roji/shutdown_flow
2013-03-12 Zoltan VargaImplement OP_LCONV_TO_I4 using OP_SEXT_I4 instead of...
2013-03-11 Mark Probst[tests] In GC descriptor tests script, optionally gener...
next