mono.git
2014-03-02 Jeffrey StedfastMerge pull request #929 from edbprx/master
2014-03-01 Zoltan Varga[jit] Allow inlining of calls to method with the Aggres...
2014-03-01 Zoltan Varga[jit] Fix an uninitialized memory problem in the soft...
2014-03-01 Zoltan Varga[jit] Implement proper tail call support on arm. Fixes...
2014-02-28 Ed BorenData corruption using SslStream (Xamarin bug 15293)
2014-02-28 Alex Rønne... Fix a warning introduced by the boehm toggleref code.
2014-02-28 Alex Rønne... Merge pull request #927 from ermshiperete/novell-bug...
2014-02-28 Alex Rønne... Properly fix the iowait_ticks / strtoull () warning...
2014-02-28 Zoltan Varga[llvm] Fix --enable-loadedllvm on osx/amd64.
2014-02-28 Eberhard Beilharz[MWF] Fix finding of X11 shared library on Ubuntu ...
2014-02-28 Zoltan Varga[runtime] Fix memory leaks and usage of freed memory...
2014-02-28 Martin BauligFix this again.
2014-02-28 Marek Safar[corlib] Method signature fixes
2014-02-28 Zoltan Varga[corlib] Disable an OOM test which shouldn't fail on...
2014-02-27 Mark Probst[sgen] Fix cardtable for huge (>4gb) objects on 64bit.
2014-02-27 Martin BauligNUnitLite does not know Assert.IsInstanceOfType().
2014-02-27 Zoltan Varga[runtime] Fix an assertion which is hit if thread_clean...
2014-02-27 Marek Safar[corlib] Add missing api
2014-02-27 Zoltan Varga[runtime] Switch the order of LLVM_LIBS and LLVM_LDFLAG...
2014-02-27 Zoltan VargaRevert "[runtime] Add support for jagged array ctors...
2014-02-27 Marek SafarMerge pull request #922 from ermshiperete/novell-bug...
2014-02-27 Marek SafarMerge pull request #921 from ermshiperete/novell-bug...
2014-02-27 Eberhard Beilharz[Sys.Xml] Fix Novell bug #599689
2014-02-27 Martin BauligFix the mobile build.
2014-02-27 Eberhard Beilharz[Sys.Xml] Add unit test for Novell bug #599689
2014-02-27 Neil Mayhew[Sys.Xml] Allow qualified names in XmlAttribute seriali...
2014-02-27 Eberhard Beilharz[Sys.Xml] Add unit test for Novell bug #594490
2014-02-27 Miguel de IcazaMerge pull request #912 from Treer/patch-1
2014-02-26 Rodrigo Kumpera[boehm] Integrate toggleref support into the runtime.
2014-02-26 Rodrigo Kumpera[boehm] Add toggleref support for boehm. This is line...
2014-02-26 Zoltan Varga[runtime] Add support for jagged array ctors which...
2014-02-26 Zoltan Varga[jit] Move a debug message to a larger verbosity level.
2014-02-26 Zoltan Varga[runtime] Fix the --enable-loadedllvm build on linux.
2014-02-26 Zoltan Varga[bcl] Allow Marshal.SizeOf () to work on pointer types...
2014-02-26 Zoltan Varga[runtime] Add a FIXME.
2014-02-26 Mark Probst[runtime] Fix a thread join race condition. Fixes...
2014-02-26 Zoltan Varga[runtime] Fix an assert if a thread cannot be created...
2014-02-26 Rodrigo Kumpera[sgen] Ensure togglerefs are only cleared after we...
2014-02-26 Zoltan Varga[bcl] Fix System tests.
2014-02-26 Martin BauligHttpWebRequest: Only add "Content-Length" if we have...
2014-02-26 Marek Safar[System] Add NetworkCredential 4.0 construtors. Fixes...
2014-02-26 Marek Safar[dlr] Add interpreter increment emit
2014-02-26 Michael Hutchinson[gacutil] Create correct relative package symlinks
2014-02-26 Zoltan Varga[runtime] Remove the usage of pthread_cleanup_push...
2014-02-25 Zoltan VargaMerge pull request #914 from eiz/master
2014-02-25 Mackenzie StraightFix memory leak.
2014-02-25 Miguel de Icaza[System.Runtime.Serialization] Fix from Brendan Zagaesk...
2014-02-25 Miguel de Icaza[runtime] some inline api docs
2014-02-24 Rodrigo Kumpera[sgen] Ensure minor_collection_allowance is always...
2014-02-24 Rodrigo Kumpera[sgen] Add regression test for toggleref transient...
2014-02-24 Rodrigo Kumpera[sgen] Split mark/clean phase of sgen-toggle processing...
2014-02-24 Rodrigo Kumpera[sgen] We must do bridge processing with all sgen locks...
2014-02-24 Rodrigo Kumpera[sgen] Add internal test helper for sgen-toggleref.
2014-02-24 Zoltan Varga[runtime] Fix reading invalid memory during some checks...
2014-02-24 Zoltan Varga[runtime] Fix a memory leak.
2014-02-24 Marek Safar[mcs] Don't report internal error for unresolved catch...
2014-02-24 Zoltan Varga[runtime] Fix the order of how we fix types during...
2014-02-24 Marek Safar[corlib] Simplify ambiguous chinese legacy name check
2014-02-24 Zoltan Varga[runtime] Export mini_type_is_vtype on linux as it...
2014-02-24 Zoltan Varga[aot] Add support for encoding method addresses using...
2014-02-24 Zoltan Varga[jit] Fix mono_arch_get_call_target () on x86/amd64.
2014-02-24 Rodrigo KumperaFix the version string.
2014-02-24 Marek Safar[mcs] Simplify array element initializer load
2014-02-24 Marek Safar[mcs] Release array stack variable once all elements...
2014-02-24 Treerxmltool.cs fix for writing output to files
2014-02-24 Marek SafarMerge pull request #910 from akoeplinger/cleanup-test...
2014-02-23 Alexander Köplinger[Test] Cleaned up how a bunch of tests were ignored
2014-02-23 Atsushi Eno[msbuild] for EmbeddedResource naming, take AutoGen...
2014-02-21 Miguel de IcazaWork around DNS problem on the build hosts
2014-02-21 Rodrigo KumperaMerge pull request #908 from madewokherd/mingw-build
2014-02-21 Vincent PovirkAvoid a POSIX include on Windows.
2014-02-21 Zoltan Varga[jit] Add more comments about why the 'dse' llvm optimi...
2014-02-21 Zoltan VargaFix bootstrap with older mono versions.
2014-02-21 Sebastien Pouliot[System] Enable WebSockets on the mobile profile. Updat...
2014-02-21 Mark Probst[runtime] Fix build on Linux.
2014-02-25 Zoltan Varga[runtime] More io-layer threading cleanups.
2014-02-25 Zoltan Varga[runtime] Get rid of the _wapi_thread_signal_self ...
2014-02-25 Zoltan Varga[runtime] Get rid of the unused _wapi_thread_dispatch_a...
2014-02-25 Zoltan Varga[runtime] Get rid of OpenThread (), move its functional...
2014-02-25 Zoltan Varga[runtime] Allocate code chunks next to each other if...
2014-02-25 Zoltan Varga[runtime] Align sizes before aligning them to pagesize...
2014-02-25 Zoltan VargaFix a warning.
2014-02-25 Zoltan Varga[runtime] Fix SleepEx () on linux to clock_nanosleep...
2014-02-25 Martin BauligOops, fix the build.
2014-02-25 Martin Baulig[Sys.Xml]: Allow XElement to be deserialized; fixes...
2014-02-25 Martin Baulig[System]: Split WebClient.UploadData() data into chunks...
2014-02-25 Martin BauligAsync-ify the remaining WebConnectionStream pieces.
2014-02-25 Zoltan Varga[runtime] Fix the arm build.
2014-02-25 Alex Rønne... Merge pull request #913 from Daniel15/fix-catchall...
2014-02-25 Paolo MolaroAdded new API mono_runtime_set_main_args() and fixed...
2014-02-25 Miguel de IcazaAdd documentation for CFNetworkHandler
2014-02-25 Zoltan VargaFix the build.
2014-02-25 Miguel de IcazaAdd System.Net.Http documentation
2014-02-24 Daniel Lo NigroFix routing of CatchAll tokens
2014-02-21 Marek Safar[System.Runtime.Caching] Fix ambiguous method call
2014-02-21 Zoltan Varga[runtime] Simplify the io-layer threading code a bit...
2014-02-21 Miguel de Icaza[style] comment style updated
2014-02-20 Rodrigo KumperaAdd missing file I forget. Fix the build.
2014-02-20 Rodrigo Kumpera[runtime] Add an additional to detect thread death...
2014-02-20 Zoltan Varga[runtime] Disable DEBUG_DOMAIN_UNLOAD which was enabled...
next