mono.git
2015-04-08 Marcos Henrich[System] Process.WaitForExit now triggers event Exited.
2015-04-08 Marcos Henrich[System] Test that Process.WaitForExit triggers the...
2015-04-08 Marcos Henrich[System] Process no longer calls OnExit if HasExited...
2015-04-08 Marcos Henrich[System] Test Process.Exited. Covers #26362.
2015-04-04 Marcos Henrich[corlib] TimeZoneInfo.TryAddTicks is now private.
2015-04-03 Marek Safar[mcs] Accessibility of protected internal members in...
2015-04-03 Marek Safar[mcs] Mutate nested storey initialization only when...
2015-04-03 João MatosMerge pull request #1679 from knguyen0928/master
2015-04-03 Marcos HenrichMerge pull request #1678 from esdrubal/tzindst
2015-04-03 Marcos Henrich[corlib] Refactored TimeZoneInfo DateTime overflow...
2015-04-03 Zoltan Varga[amd64] Add full-aot support for the sdb trampolines.
2015-04-02 Zoltan Varga[amd64] Use soft breakpoints in aot mode.
2015-04-02 Alexander Köplinger[System.Data] Fix 'make dist'
2015-04-02 Zoltan VargaMerge pull request #1680 from schani/feature-profiler...
2015-04-02 Mark Probst[profiler] Add missing code buffers for exception handling.
2015-04-02 Zoltan Varga[llvm] Emit division by zero/overflow checks for div...
2015-04-02 Sebastien Pouliot[linker] Ensure updated Scope for exported types (e...
2015-04-02 Sebastien Pouliot[tools] Fix mono-cil-strip to return non-zero on failur...
2015-04-02 Khoa NguyenMore test for RSA Oid from FriendlyName
2015-04-02 Khoa NguyenAdd tests for supporting more oids: aes128, aes256...
2015-04-02 Zoltan VargaRevert "[runtime] Use mono_set_pending_exception (...
2015-04-02 Khoa NguyenSupport more oids: aes128, aes256, sha256, sha512
2015-04-02 Marek Safar[mcs] Check best dynamic candidate type parameters...
2015-04-02 Marek Safar[mcs] Contextual var keywork cannot be shadowed by...
2015-04-02 Marek Safar[mcs] DefaultParameterValue treats dynamic as object...
2015-04-02 Marcos Henrich[corlib] Fixed ParseTZBuffer with DST periods longer...
2015-04-02 João MatosMerge pull request #1677 from ninjarobot/fix-test-again
2015-04-02 Marcos Henrich[corlib] Removed referencesource duplicated code.
2015-04-02 Dave CuryloFix XmlSerializationTest again.
2015-04-02 Marcos Henrich[corlib] Renamed GetUtcOffset to GetUtcOffsetHelper.
2015-04-02 Marcos Henrich[corlib] Changed TimeZoneInfo methods to use GetUtcOffset.
2015-04-02 João MatosMerge pull request #1676 from ninjarobot/fix-xml-ser...
2015-04-02 Dave CuryloCorrects error in XmlSerializerTests.
2015-04-02 Marek Safar[mcs] Handle null operator inside parenthesis expressio...
2015-04-02 Marek Safar[mcs] Type parameter hidden methods should consider...
2015-04-02 João MatosMerge pull request #1672 from ninjarobot/patch-2
2015-04-02 Marek Safar[corlib] CompareInfo from reference sources
2015-04-02 Dave CuryloXmlSerializer should set *non* readonly {V}Specified...
2015-04-01 Zoltan VargaMerge pull request #1674 from alexanderkyte/gdb_support
2015-04-01 Zoltan Varga[runtime] Use mono_set_pending_exception () in a few...
2015-04-01 Zoltan Varga[jit] Avoid a crash if constrained_gsharedvt_call_setup...
2015-04-01 Miguel de Icaza[doc] Format comment so our tools can process this
2015-04-01 Rodrigo Kumpera[threading] Fix compilation of coop suspend on windows.
2015-04-01 Alexander Kyte[Runtime] Disable xdebug on OSX because it does not...
2015-04-01 Rodrigo Kumpera[corlib] FEATURE_STRONGNAME_MIGRATION should be used...
2015-04-01 Rodrigo KumperaMerge pull request #1671 from kumpera/mobile_static_fix...
2015-04-01 João MatosMerge pull request #1673 from alexanderkyte/minor_cpp_fixes
2015-04-01 Alexander Kyte[runtime] Fixed index comparison typo in class.c
2015-04-01 Ludovic Henry[threadpool] Fix potential infinite loop
2015-04-01 Atsushi Enobump referencesource to fix Sys.Data mobile_static...
2015-04-01 Rodrigo Kumpera[mobile] Fix the build order between System.Numerics...
2015-04-01 Rodrigo Kumpera[corlib] Fix the mobile_static profile.
2015-04-01 Marek Safar[corlib] Update more decimal separators. Further fixes...
2015-04-01 Marek Safar[system.net.http] Use correct separator for headers...
2015-04-01 Sebastien Pouliot[tests] ManualResetEventSlim.SpinCount depends on the...
2015-04-01 Zoltan Varga[jit] Use mono_error_set_pending_exception () in jit...
2015-04-01 Zoltan Varga[runtime] Move mono_error_raise_exception () to metadat...
2015-03-31 Zoltan Varga[jit] Increase some trampoline sizes.
2015-03-31 Zoltan Varga[llvm] Reenable support for nested clauses.
2015-03-31 Zoltan Varga[runtime] Add more caches to mono_marshal_get_native_wr...
2015-03-31 Zoltan Varga[llvm] Disable support for nested clauses for now as...
2015-03-31 Zoltan Varga[llvm] Implement support for nested clauses.
2015-03-31 Zoltan Varga[amd64] Enable thunk creation when using LLVM as well.
2015-03-31 Ludovic Henry[threadpool] Fix typo
2015-03-31 Ludovic Henry[threadpool] Add IO support + Needed refactoring of...
2015-03-31 Ludovic Henry[threadpool] Move MonoAsyncResult invocation out of...
2015-03-31 Ludovic Henry[threadpool] Move threadpool-microsoft.{c,h} to threadp...
2015-03-31 Ludovic Henry[threadpool] Remove RegisteredWaitHandle runtime code...
2015-03-31 Marek Safar[corlib] NumberFormatInfo from reference sources
2015-03-31 Rodrigo Kumpera[socket-io] Fix crasher in System test suite.
2015-03-30 Alexander Köplinger[readme] Fix monolite instructions
2015-03-30 Zoltan VargaAdd an --enable-gsharedvt configure option, same as...
2015-03-30 Marek Safar[corlib] More globalization from reference sources
2015-03-30 Marek Safar[corlib] Fix commonly used encoding names
2015-03-30 Marek Safar[corlib] Update culture currency separators
2015-03-30 João Matos[runtime] Fixed a warning.
2015-03-30 João Matos[mini] Fixed the build.
2015-03-30 João Matos[runtime] Enable the complex math support code on Android.
2015-03-30 João Matos[runtime] Add some complex math support code.
2015-03-30 Zoltan VargaBump referencesource to bcee91f8a0212e687db4d1d1a906f1f...
2015-03-30 Marek SafarRemove old files
2015-03-30 Rodrigo Kumpera[runtime] Fix the build.
2015-03-30 Zoltan Varga[llvm] Fix an uninitialized variable error.
2015-03-30 Marek Safar[corlib] Replace more system exceptions from reference...
2015-03-30 Zoltan Varga[llvm] Generate code at the start of exception clauses...
2015-03-30 Zoltan Varga[runtime] Fix the passing of arguments to the stringbui...
2015-03-29 Rodrigo Kumpera[threading] Wrap socket code with coop suspend.
2015-03-29 Rodrigo Kumpera[threading] Wrap IO icalls.
2015-03-29 Rodrigo Kumpera[threading] type init lock is complex enough that needs...
2015-03-29 Rodrigo Kumpera[threading] Make the loader and domain locks coop suspe...
2015-03-29 Rodrigo Kumpera[runtime] When interning strings, allocate without...
2015-03-29 Rodrigo Kumpera[threading] Wrap monitor code with coop suspend.
2015-03-29 Rodrigo Kumpera[threading] Make thread management coop suspend aware.
2015-03-29 Rodrigo Kumpera[threading] Make the GC lock coop suspend aware.
2015-03-29 Rodrigo Kumpera[threading] Make n2m and m2n wrappers coop suspend...
2015-03-29 Rodrigo Kumpera[threading] Make thread start suspend aware
2015-03-28 Marek SafarMerge pull request #1666 from akoeplinger/fix-mono...
2015-03-27 Zoltan Varga[llvm] Extract some of the eh code into a separate...
2015-03-27 Alexander Köplinger[Mono.Options] Fix messages in tests that changed after...
2015-03-27 Zoltan VargaAdd a test for the interning of String.Empty.
next