mono.git
2015-04-14 João MatosMerge pull request #1711 from jldgit/jldgit-gdb-script
2015-04-14 Rodrigo KumperaMerge pull request #1710 from alexanderkyte/always_use_imt
2015-04-14 Alexander Kyte[runtime] Further removed code that doubted IMT
2015-04-14 Zoltan Varga[jit] Print out IL clause offsets in verbose mode.
2015-04-14 JamesCorrected mono-gdb.py use of "\u%X".format (val)
2015-04-14 Zoltan Varga[jit] Fix the support for filter clauses by avoiding...
2015-04-14 Zoltan Varga[runtime] Fix freeing invalid memory in CreateProcess...
2015-04-14 Zoltan Varga[jit] Fix the detection of the Selector.GetHandle intri...
2015-04-14 Marek Safar[mcs] Consider nested types when looking for potential...
2015-04-14 Zoltan Varga[aot] Avoid saving MonoJitExceptionInfo->exvar_offset...
2015-04-14 Zoltan Varga[jit] Remove some dead code from get_shared_class ().
2015-04-14 Zoltan Varga[jit] Get rid of the MONO_ARCH_HAVE_OP_GET_EX_OBJ defin...
2015-04-14 Zoltan Varga[jit] Enable passing the exception object in a register...
2015-04-14 Zoltan VargaFix a warning.
2015-04-14 Zoltan Varga[jit] Enable passing the exception object in a register...
2015-04-14 Zoltan Varga[jit] Implement support for passing in the exception...
2015-04-13 Mark Probst[runtime] Spurious wake-ups are not a FIXME.
2015-04-13 Rodrigo Kumpera[threading] Let the GC skip monitor thread while it...
2015-04-13 Rodrigo Kumpera[threading] The common trampoline must reset the blocki...
2015-04-13 Rodrigo Kumpera[threading] Make all locks use the new try blocking...
2015-04-13 Rodrigo Kumpera[threading] Introduce the notion of try block to be...
2015-04-13 Mark Probst[sgen] Fix a bug when waiting on a condition.
2015-04-13 Zoltan Varga[jit] Enable support for partial sharing for generic...
2015-04-13 Zoltan Varga[jit] Change MonoGenericParam.gshared_constraint to...
2015-04-13 Zoltan VargaFix the build.
2015-04-13 Zoltan Varga[runtime] Add a utility target to patch libtool to...
2015-04-13 Zoltan VargaMerge pull request #1708 from alexanderkyte/always_use_imt
2015-04-13 Alexander Kyte[runtime] As mono_use_imt is always true, remove dead...
2015-04-13 Marek Safar[corlib] First specific culture returned by enumerator...
2015-04-13 Marek Safar[corlib] Throw correctly captured ExceptionDispatchInfo...
2015-04-13 João MatosMerge pull request #1704 from Therzok/master
2015-04-13 Marek Safar[mcs] Decorate imported constants with static modifier...
2015-04-13 Marek Safar[corlib] Fixes mobile tests
2015-04-13 Ludovic Henry[Socket] Fix SocketTest.TtlChangeOverflow test failing...
2015-04-13 Marek SafarMerge pull request #1685 from esdrubal/touint64
2015-04-13 Zoltan VargaRevert "[jit] Avoid generating remoting invoke wrappers...
2015-04-13 Zoltan Varga[jit] Implement support for constrained calls in partia...
2015-04-12 Zoltan VargaMerge pull request #1703 from Garciat/ignore-systemdata-gen
2015-04-12 Zoltan Varga[aot] Save/restore the names of the gshared generic...
2015-04-12 Zoltan Varga[jit] Avoid generating remoting invoke wrappers for...
2015-04-12 Zoltan VargaFix a warning.
2015-04-11 Zoltan VargaMerge pull request #1705 from akoeplinger/fix-win-build
2015-04-11 Alexander Köplinger[configure] Fix Windows cygwin build broken by 3bc2eb8c...
2015-04-11 Ungureanu MariusAdd gitter badge.
2015-04-11 Gabriel Garcia[git] Ignore built sources
2015-04-11 Zoltan Varga[jit] Add support for computing the size of the branch...
2015-04-11 Zoltan Varga[arm64] Increase the amount of memory used to bind...
2015-04-10 Sebastien Pouliot[linker] Fix scope resolution of custom attributes...
2015-04-10 Mark Probst[sgen] Fix a concurrent sweep bug.
2015-04-10 Zoltan Varga[aot] Avoid duplicate plt symbols for plt entries for...
2015-04-10 Marek Safar[corlib] ComTypes from reference sources
2015-04-10 Marek Safar[corlib] Remove unused files
2015-04-10 Marek Safar[corlib] ConstrainedExecution from reference sources
2015-04-10 Marek Safar[corlib] Globalization enums from reference sources
2015-04-10 Marcos Henrich[System] Added missing files to mobile_System.dll.sources.
2015-04-10 João MatosMerge pull request #1701 from bojanrajkovic/fix-order...
2015-04-10 Bojan RajkovicFix order of parameters when creating ArgumentException
2015-04-10 Marek Safar[corlib] TextInfo from reference sources
2015-04-10 Marcos Henrich[System] Removed SafeSocketHandle unused code.
2015-04-10 Marek Safar[corlib] Fixes endianess issue in resourcereader
2015-04-10 Marek Safar[corlib] comparer fixes
2015-04-10 Mark Probst[sgen] Fix `describe_ptr()` and make it print namespace...
2015-04-09 Mark ProbstMerge branch 'feature-concurrent-sweep'
2015-04-09 Rodrigo KumperaMerge pull request #1698 from ludovic-henry/socket...
2015-04-09 Ludovic Henry[threadpool-io] Fix android build
2015-04-09 Marek Safar[corlib] Equality comparer fixes
2015-04-09 Alex Rønne... Remove Moonlight references from `man mcs`.
2015-04-09 Alex Rønne... Remove Olive support from the build system.
2015-04-09 Zoltan Varga[jit] Use the same dwarf<->hw register mapping on x86...
2015-04-09 Zoltan Varga[sdb] Make a log message less verbose.
2015-04-09 Zoltan Varga[sdb] Transition from step over to step into when contr...
2015-04-09 Marek Safar[corlib] Fixes mobile build
2015-04-09 Jo Shields[RPM] Fix MONO_PATH in RPM dependency generators
2015-04-09 Ludovic Henry[Socket] Use type specific read and write queue for...
2015-04-09 Ludovic Henry[Socket] Cleanup of SocketAsyncWorker, SocketAsyncResul...
2015-04-09 Marek Safar[corlib] Buffer from reference sources
2015-04-09 Marek Safar[corlib] new test
2015-04-09 Ludovic Henry[Socket] Refactor SocketAsyncResult enqueuing
2015-04-09 Ludovic Henry[runtime] Remove system from mono_defaults.system as...
2015-04-09 Ludovic Henry[Socket] Move remaining icalls and struct from Socket_2...
2015-04-09 Ludovic Henry[Socket] Inline InvalidAsyncOp into ValidateEndIAsyncResult
2015-04-09 Ludovic Henry[Socket] Move Dispose related methods to their region
2015-04-09 Ludovic Henry[Socket] Move Shutdown related methods to their region
2015-04-09 Ludovic Henry[Socket] Move Close related methods to their region
2015-04-09 Ludovic Henry[Socket] Move IOControl related methods to their region
2015-04-09 Ludovic Henry[Socket] Move Poll related methods to their region
2015-04-09 Ludovic Henry[Socket] Move SetSocketOption related methods to their...
2015-04-09 Ludovic Henry[Socket] Move GetSocketOption related methods to their...
2015-04-09 Ludovic Henry[Socket] Move SendPackets related methods to their...
2015-04-09 Ludovic Henry[Socket] Move Listen related methods to their region
2015-04-09 Ludovic Henry[Socket] Move DuplicateAndClose related methods to...
2015-04-09 Ludovic Henry[Socket] Remove unused CheckRange method
2015-04-09 Ludovic Henry[Socket] Move Bind related methods to their region
2015-04-09 Ludovic Henry[Socket] Move SendFile related methods to their region
2015-04-09 Ludovic Henry[Socket] Move SendTo related methods to their region
2015-04-09 Ludovic Henry[Socket] Move Send related methods to their region
2015-04-09 Ludovic Henry[Socket] Move ReceiveMessageFrom related methods to...
2015-04-09 Ludovic Henry[Socket] Move ReceiveFrom related methods to their...
2015-04-09 Ludovic Henry[Socket] Move Receive related methods to their region
2015-04-09 Ludovic Henry[Socket] Move Disconnect related methods to their region
next