mono.git
2015-09-03 Mark Probst[sgen] Pass hidden entry to GC handle iteration callback.
2015-09-03 Jon Purdy[sgen] Add counters for GC handles.
2015-09-03 Jon Purdy[sgen] Use old GC handle implementation with Boehm.
2015-09-03 Jon Purdy[sgen] Make GC handles table lock-free.
2015-09-03 Jon Purdy[sgen] Remove weak ref hashes.
2015-09-03 Marek HabersackFix NREX in Linux network change notification code
2015-09-03 Rodrigo Kumpera[Mono.Posix] Fix a test to accomodate for OSX's getsock...
2015-09-03 Rodrigo Kumpera[corlib] Fix a test. It was broken in so many ways...
2015-09-03 Rodrigo Kumpera[coop] Add coop support to libtest.
2015-09-03 Marek Safar[mcs] Use auto-property backing field for setting only...
2015-09-03 triton[windows] Check for WINVER define before re-defining.
2015-09-03 triton[windows] Fixed some warnings when calling mono_cond_init.
2015-09-03 triton[windows] Include missing build headers when defining...
2015-09-03 Jo ShieldsDIST_SUBDIRS is a thing, fixes parallelism broken by...
2015-09-03 Marcos HenrichMerge pull request #2024 from BogdanovKirill/webrequesttest
2015-09-03 João MatosMerge pull request #2026 from directhex/fix-missing...
2015-09-03 Jo Shields[Facades] fix exclusion from "make dist"
2015-09-03 Marek Safar[mcs] Cache fixed array type expression. Fixes #33573
2015-09-03 BogdanovKirill[HttpWebRequestTest] New test to check that after readi...
2015-09-03 Marek Safar[mcs] Implements null operator used from both outer...
2015-09-03 Marcos HenrichMerge pull request #2017 from ludovic-henry/master
2015-09-02 Zoltan Varga[runtime] Remove some dead code.
2015-09-02 Zoltan Varga[sdb] Fix locals info when two c# level locals are...
2015-09-02 Alex Rønne... Merge pull request #2018 from alexrp/profiler-jit-info...
2015-09-02 Zoltan Varga[wcf] Fix a regression introduced by 577d50e2e149143b7c...
2015-09-02 Zoltan Varga[runtime] Fix a regression introduced by f5222fe4f826af...
2015-09-02 Miguel de Icaza[Facades] Fix accidental removal of a line
2015-09-02 Zoltan Varga[runtime] Make mono_type_is_hfa () return TRUE for...
2015-09-02 Ludovic Henry[math] Fix Linux 32bits tests
2015-09-02 Marek SafarBump reference sources
2015-09-02 Marek Safar[corlib] Construct specific culture using most specific...
2015-09-02 Zoltan VargaMerge pull request #2010 from buraktamturk/master
2015-09-02 Zoltan VargaMerge pull request #2021 from delme-imgtec/patch-1
2015-09-02 Zoltan VargaRemove an obsolete comment.
2015-09-02 delme-imgtecUpdate SynchronizedCollection.cs
2015-09-02 Zoltan VargaRevert "[sdb] Disallow nested invokes."
2015-09-02 Zoltan Varga[runtime] Remove MONO_HASH_CONSERVATIVE_GC, its not...
2015-09-02 Zoltan VargaFix a warning.
2015-09-02 Zoltan Varga[runtime] Obtain the thread argument directly from...
2015-09-01 Rodrigo Kumpera[coop] Fix the state transition for a pending suspend...
2015-09-01 Rodrigo Kumpera[coop] Improve logging and add a pair of suspend relate...
2015-09-01 Rodrigo Kumpera[coop] Fix debug logging.
2015-09-01 Alex Rønne... [profiler] Emit dummy code start/size info in cases...
2015-09-01 Zoltan Varga[runtime] Remove the usage of the GC aware hash table...
2015-09-01 Mark Probst[sgen] Properly synchronize `allocated_blocks`.
2015-09-01 Neale FergusonFix IL_SEQPOINT processing; Add names to trampolines
2015-09-01 Alex Rønne... Merge pull request #2015 from alexrp/profiler-roots-v2
2015-09-01 Zoltan Varga[runtime] Throw an exception instead of asserting when...
2015-09-01 Zoltan Varga[bcl] Disable some tests which rely on fp behavior...
2015-09-01 Miguel de Icaza[Facades] Fix parallel builds for non-general profiles
2015-09-01 Zoltan Varga[ppdb] Fix support for Assembly.LoadFrom(). Fixes ...
2015-09-01 Jonathan PryorMerge pull request #2012 from joelmartinez/mdoc-memberr...
2015-09-01 Joel Martinez[mdoc] Fixes an issue with member and type deletion.
2015-09-01 Alex Rønne... Merge pull request #2019 from directhex/powerpc-fixes
2015-09-01 Miguel de Icaza[Facades] Use Zoltan's parallel build infrastructure
2015-09-01 Alex Rønne... [runtime] Add root type and human-readable description...
2015-09-01 Marcos HenrichReverted too long to run test.
2015-09-01 Ludovic Henry[threadpool-io] Reduce the value of poll_fds_size on...
2015-09-01 Lennart SorensenAdd move_f_to_i4 and move_i4_to_f to PowerPC
2015-09-01 Marek Safar[mcs] Remove not implemented from ambiguous static...
2015-09-01 Marek SafarMerge pull request #2016 from tpokorra/patch-1
2015-09-01 Timotheus Pokorrafixing typo appropiate in WebHeaderCollection.cs
2015-08-31 Zoltan VargaRevert "[llvm] Disable support for nested clauses again...
2015-08-31 Zoltan Varga[llvm] Disable support for nested clauses again, it...
2015-08-31 Ludovic Henry[threadpool-io] Remove sparse-array for poll backend
2015-08-31 Marek SafarRemove incorrect warnings
2015-08-31 Marek Safar[mcs] Don't report error for warnings which are not...
2015-08-31 Marek Safar[system] WebUtility from reference sources
2015-08-31 Marcos Henrich[runtime] Removed duplicated code
2015-08-30 Alex Rønne... [mcs] 'future' option is now 'experimental' - clarify...
2015-08-30 Burak TamtürkImplement SqlDataReader.GetFieldValue<T> in order to...
2015-08-29 Marek SafarRevert "Merge pull request #2008 from dlech/CustomAttri...
2015-08-29 Marcos HenrichMerge pull request #1936 from esdrubal/DotNetRelativeOr...
2015-08-29 Marcos HenrichMerge pull request #2008 from dlech/CustomAttributeData
2015-08-29 Marcos HenrichUpdated list of available MONO_DEBUG options.
2015-08-29 David LechnerMake CustomAttributeData.AttributeType virtual
2015-08-29 Vlad BrezaeMerge pull request #2005 from BrzVlad/feature-concurren...
2015-08-29 Vlad Brezae[sgen] Add missing write barriers for the concurrent...
2015-08-29 Vlad Brezae[sgen] Major allocation should not happen while we...
2015-08-29 Vlad Brezae[sgen] Enable cementing for concurrent collector
2015-08-29 Vlad Brezae[sgen] Remove the finishing nursery collection within...
2015-08-29 Vlad Brezae[sgen] Clear nursery at gc if we are doing concurrent...
2015-08-29 Vlad Brezae[sgen] Fix scanning of invalid entries within arrays
2015-08-28 Zoltan VargaMerge pull request #2007 from madewokherd/imagelock
2015-08-28 Vincent PovirkFix an unlock without a corresponding lock.
2015-08-28 Zoltan Varga[runtime] Remove some dead code.
2015-08-28 Vlad Brezae[sgen] Flush after writing the protocol entry
2015-08-28 Marcos HenrichMerge pull request #2004 from esdrubal/singlestacktrace
2015-08-28 Marcos Henrich[corlib] Changes StackTrace.ToString to use Exception...
2015-08-28 Marcos HenrichTest mono-symbolicate with StackTrace.ToString.
2015-08-28 Martin BauligMerge pull request #2000 from BogdanovKirill/master
2015-08-28 Marek HabersackRemove stray ifdef
2015-08-28 Marcos HenrichMerge pull request #2003 from esdrubal/seq_test_fix2
2015-08-28 Marcos HenrichTarget test-local in mono-symbolicate Makefile.
2015-08-28 Marcos Henrich[runtime] Fix test_op_il_seq_point in amd64.
2015-08-28 Marcos Henrich[runtime] Added MONO_DEBUG=single-imm-size.
2015-08-28 Marek Safar[mcs] Bump ikvm to support up to 4GB output files
2015-08-27 Zoltan Varga[gsharedvt] Disable the box+brtrue optimization for...
2015-08-27 Jonathan Pryor[MonoPosixHelper] Fix compilation for Android.
2015-08-27 Zoltan VargaFix the build.
next