mono.git
2014-04-08 Martin Baulig[Http]: Clear the 'SendChunked' flag when redirecting.
2014-04-08 Martin Baulig[Http]: Remove chunked/etc headers when redirecting...
2014-04-07 Marek Safar[corlib] Add SortVersion. Fixes #18770
2014-04-07 Marek Safar[corlib] Set test failure when test hangs
2014-04-07 Alexis ChristoforidesMerge pull request #955 from ermshiperete/bug-xamarin...
2014-04-06 Zoltan Varga[runtime] Refactor mono_marshal_get_delegate_invoke_int...
2014-04-05 Zoltan Varga[bcl] Simplify the check added in 0ab4372189b998f2efec2...
2014-04-05 Zoltan Varga[bcl] Add an explicit null check to one of the unsafe...
2014-04-05 Alexis ChristoforidesMerge pull request #941 from upsilon/fix-layoutsettings...
2014-04-04 Michael Hutchinson[xbuild] Fix building with 2.0 toolset, take 2
2014-04-04 Zoltan VargaFix building the monotouch_runtime profile.
2014-04-04 Zoltan VargaRevert "[xbuild] Fix building with 2.0 toolset"
2014-04-04 Zoltan Varga[llvm] Fix the build.
2014-04-04 Zoltan Varga[jit] Fix a regression caused by 837773af14c334427dcb17...
2014-04-03 Zoltan Varga[jit] Make generic ctor calls made out of gsharedvt...
2014-04-03 Zoltan Varga[runtime] Disable some warnings.
2014-04-03 Zoltan Varga[jit] Fix some of the check for support of atomic intri...
2014-04-03 Michael Hutchinson[xbuild] Fix building with 2.0 toolset
2014-04-03 Rodrigo KumperaAdd new public API function mono_set_crash_chaining.
2014-04-03 Jonathan Pryor[System] Add [MonoTODO] on DefaultTraceListener.AssertU...
2014-04-02 Marek SafarMerge pull request #978 from echampet/ikdasm-spec
2014-04-02 Etienne CHAMPETIERFix spec file for ikdasm
2014-04-01 Michael Hutchinson[xbuild] Include PCL common targets in tarball
2014-04-01 Zoltan Varga[arm] Remove some unused code.
2014-04-01 Zoltan Varga[jit] Implement support for atomic intrinsics on arm.
2014-04-01 Zoltan Varga[runtime] Fix a crash if the thread name is set before...
2014-04-01 Marek Safar[corlib] Fixes CancellationTokenSource dispose race
2014-03-31 Marek Safar[corlib] Update test with failure info
2014-03-31 Marek Safar[corlib] Make invariant NumberFormatter thread static...
2014-03-31 Marek Safar[corlib] Filter out any right-to-left sign characters...
2014-03-31 Rolf Bjarne... Fix monotouch's repl support to build Mono.CSharp ...
2014-03-31 Zoltan VargaMerge pull request #973 from methane/fix-build-on-mac
2014-03-31 INADA NaokiAdd mono_threads_core_set_name() on Mac.
2014-03-30 Alex Rønne... Fix a wrong check in 254954dc09f4d6e4703b03773bb7be327d...
2014-03-30 Zoltan Varga[aot] Add ReadOnlyCollection to the list of types suppo...
2014-03-29 Zoltan Varga[runtime] Add support for setting the native thread...
2014-03-29 Miguel de IcazaRemove profanity
2014-03-28 Zoltan VargaFix ikdasm submodule repository path.
2014-03-28 Alex Rønne... Merge pull request #972 from madewokherd/win32service
2014-03-27 Vincent PovirkSystem.ServiceProcess: Implement ServiceBase.Run for...
2014-03-27 Zoltan Varga[aot] Add a 'log-instances=filename' aot option to...
2014-03-26 Zoltan Varga[aot] Refactor the code a bit.
2014-03-26 Zoltan Varga[aot] Add more stats to the AOT compiler output.
2014-03-25 Zoltan VargaDistribute the ikdasm managed disassembler written...
2014-03-25 Zoltan VargaBump external/ikdasm to master.
2014-03-25 Zoltan VargaAdd the mono/ikdasm repository as a submodule.
2014-03-25 Zoltan VargaRevert "[llvm] Fix the build."
2014-03-25 Rodrigo KumperaFix the build.
2014-03-25 Zoltan Varga[runtime] Fix mono_sem_timedwait.
2014-03-25 Zoltan Varga[runtime] Reduce timeouts in a test to speed it up.
2014-03-25 Rodrigo KumperaMerge pull request #970 from Therzok/fixTypo
2014-03-25 Rolf Bjarne... [System.Xml.Linq] Fix XNamespace.GetName locking to...
2014-03-25 Marius Ungureanu[Mono.Posix] Remove profanity from tests.
2014-03-25 Marius Ungureanu[BigInteger] Fix some tests typos.
2014-03-25 Zoltan Varga[sdb] Implement a SetIP () method in ThreadMirror which...
2014-03-24 Zoltan VargaFix a warning.
2014-03-24 Zoltan Varga[llvm] Fix the build.
2014-03-23 Marek SafarMerge pull request #969 from eburgos/fix-wrong-cs0177...
2014-03-23 Eduardo BurgosAdding fix for case of error CS0177
2014-03-22 Zoltan Varga[jit] Fix rethrowing of exceptions in thumb mode. Fixes...
2014-03-22 Zoltan Varga[jit] Add a few more constraints to the UnsafeMov intri...
2014-03-21 Zoltan Varga[runtime] Fix a regression caused by a7d26d482273950d84...
2014-03-21 Zoltan Varga[runtime] Fix a warning.
2014-03-21 Zoltan Varga[jit] Disallow mixing structs/non-structs in the Unsafe...
2014-03-21 Zoltan Varga[aot] Reorganize emit_and_reloc_code () a bit.
2014-03-21 Marek SafarMerge pull request #965 from PiotrZierhoffer/patch-1
2014-03-21 Piotr ZierhofferFix typo in exception message
2014-03-21 Zoltan Varga[runtime] Add a 'debug-domain-unload' MONO_DEBUG option...
2014-03-20 Marek Safar[System] CookieParser optimization tweaks
2014-03-20 Zoltan Varga[sdb] Add an Evaluate method to MethodMirror which...
2014-03-20 Marek Safar[System.Net.Http] Incomplete byte ranges parsing. Fixes...
2014-03-20 Zoltan Varga[jit] Add a 'check-pinvoke-callconv' MONO_DEBUG option...
2014-03-19 Zoltan Varga[sdb] Implement support for fields in MethodBodyMirror.
2014-03-19 Marek Safar[corlib] Optimize EqualityComparer for common value...
2014-03-19 Rodrigo Kumpera[jit] New Array.UnsafeMov intrinsic for overcomming...
2014-03-19 Marek Safar[mcs] Better heuristics for error parsing of interrogat...
2014-03-18 Zoltan VargaFix the cross-compiler build.
2014-03-18 Marek Safar[mcs] Flow analysis of nested binary expressions inside...
2014-03-18 Marek Safar[pcl] Update facades
2014-03-18 Marek Safar[mcs] Emit field initializer with expression tree in...
2014-03-18 Marek SafarMerge pull request #963 from kebby/master
2014-03-18 Tammo 'kb'... Merge branch 'master' of https://github.com/kebby/mono
2014-03-18 Tammo 'kb'... Fix Process.CancelErrorRead
2014-03-18 Tammo 'kb'... Fix error message in Process.CancelErrorRead
2014-03-18 Tammo 'kb'... Fix Process.CancelErrorRead
2014-03-18 Sebastien Pouliot[System.ServiceModel.Web] Fix JsonQueryStringConverter...
2014-03-17 Jérémie LavalMerge pull request #932 from exony-craigminihan/bugzill...
2014-03-17 Marek Safar[system] Update mobile sources list
2014-03-17 Marek SafarMerge pull request #956 from ermshiperete/bug-xamarin...
2014-03-17 Marek Safar[mcs] Allow to set any metadata version
2014-03-17 Marek SafarMerge pull request #959 from NN---/patch-4
2014-03-17 Rodrigo KumperaMerge pull request #937 from exony-craigminihan/bugzill...
2014-03-16 NNDo not crash if path is specified
2014-03-16 Zoltan Varga[runtime] Fix the msvc build.
2014-03-15 Craig Minihan[Fix] Bugzilla #18182 - ConcurrentQueue<T>.TryPeek...
2014-03-15 Craig Minihan[Fix] Bugzilla #18235 - System.Runtime.Caching.MemoryCa...
2014-03-15 Craig Minihan[Fix] Bugzilla #18182 - ConcurrentQueue<T>.TryPeek...
2014-03-14 Mark Probst[sgen] Restore hazard pointers in suspend signal handle...
2014-03-14 Zoltan Varga[runtime] Fix make install when boehm is disabled.
2014-03-14 Rodrigo KumperaBump mono version.
next