mono.git
2015-10-01 Miguel de IcazaMerge pull request #1921 from mattzink/master
2015-10-01 Miguel de IcazaMerge pull request #2025 from sawachika-kenji/patch-1
2015-10-01 Miguel de IcazaMerge pull request #2087 from joelmartinez/mdoc-membern...
2015-10-01 Miguel de IcazaMerge pull request #2098 from evincarofautumn/fix-gchan...
2015-10-01 Miguel de Icaza[System/build] Xamarin.Mac's bare/System.dll does not...
2015-10-01 João Matos[runtime] Fixed fast TLS detection on WatchOS.
2015-10-01 Jo ShieldsMerge pull request #2099 from AdamBurgess/master
2015-09-30 Adam Burgess[Tools] Add 'user' option to cert-sync
2015-09-30 Adam Burgess[Tools] Fix formatting in cert-sync
2015-09-30 Miguel de IcazaMove System.IO.Compression and System.IO.Compression...
2015-09-30 Radek Doulik[linker] allow to specify filename for linker dependenc...
2015-09-30 Marcos HenrichMerge pull request #2045 from BillSeurer/timezone
2015-09-30 Marcos Henrich[System] Fixes SmtpClientTest.Deliver_Async
2015-09-30 Atsushi Eno[CJK] fix bug #34059 - reviewed dead code and added...
2015-09-29 Alexis Christoforides[runtime] Make '--arch' more robust and OS X specific.
2015-09-29 Zoltan Varga[amd64] Fix cross compiling to amd64.
2015-09-29 João Matos[arm] Clean up unused ARMv7s / ARMv7k hwcap checks.
2015-09-29 Zoltan Varga[arm] Fix the build.
2015-09-29 Alex Rønne... Merge pull request #2086 from BillSeurer/testcases
2015-09-29 Ludovic Henry[corlib] Fix dispose race condition in CancellationToke...
2015-09-29 João Matos[runtime] Fixed opcode emulation logic for ARMv7k.
2015-09-29 João Matos[runtime] Fixed ARMv7k detection logic.
2015-09-29 Marek SafarMerge pull request #2096 from kasthack/system-web-more...
2015-09-29 Zoltan Varga[arm] Use 16 byte frame alignment on watchos.
2015-09-28 Zoltan Varga[amd64] Fix the msvc build. Fixes #34371.
2015-09-28 Zoltan Varga[amd64] Fix the sigctx<->monoctx conversion code to...
2015-09-28 kasthack[System.Web] 20 attributes from reference source
2015-09-28 Zoltan Varga[amd64] Transition to using trampolines to implement...
2015-09-28 João MatosMerge pull request #2093 from directhex/fully-qualified...
2015-09-28 Alexis Christoforides[runtime] Attempt to resolve DllImport using the instal...
2015-09-28 Jon PurdyFix assertion in mono_gchandle_get_target.
2015-09-28 Zoltan Varga[arm] Fix another bunch of frame alignment problems.
2015-09-28 Marek Habersack[tests] Enable tests for xambug #28777 on Android
2015-09-28 Zoltan Varga[arm] Fix the unaligned stack check.
2015-09-27 Zoltan VargaRevert "[jit] Add a new mono_arch_init_compile () backe...
2015-09-27 João MatosMerge pull request #2057 from directhex/monolite-on...
2015-09-27 Zoltan Varga[jit] Add a new mono_arch_init_compile () backend funct...
2015-09-27 Zoltan Varga[jit] Remove an unused define.
2015-09-27 Zoltan Varga[jit] Add an arch-stubs.c file to collect the stubs...
2015-09-25 Marek Habersack[support] Limit possible values
2015-09-25 Zoltan Varga[jit] Fix opcode emulation registration when DISABLE_JI...
2015-09-25 Zoltan Varga[arm] Fix compilation on arm.
2015-09-25 Zoltan Varga[arm] Allocate a stack frame in the generic trampoline...
2015-09-25 Jo ShieldsBundle modified masm.props with fully qualified ml...
2015-09-25 Marek SafarMerge pull request #2092 from kasthack/system-web-stuff...
2015-09-25 Zoltan Varga[arm64] Fix MONO_CONTEXT_GET_CURRENT support on arm64.
2015-09-24 Zoltan VargaMerge pull request #2091 from kumpera/tvos_context_get_...
2015-09-24 Rodrigo Kumpera[coop] Make coop suspend crashes have names that can...
2015-09-24 Jonathan Pryor[Mono.Posix] Fix signal tests to run on OS X, Android.
2015-09-24 Rodrigo Kumpera[tvos] Implement MONO_CONTEXT_GET_CURRENT in terms...
2015-09-24 Rodrigo Kumpera[mach] Implement mono_mach_arch_thread_state_to_mono_co...
2015-09-24 Rodrigo Kumpera[utils] Split the arm64 code from the arm code for...
2015-09-24 Radek Doulik[linker] add timestamp to the linker deps filename
2015-09-24 Alexis Christoforides[runtime] Add '--arch' argument
2015-09-24 Zoltan Varga[arm] Fix the stack alignment in the prolog to work...
2015-09-24 Jonathan PryorMerge pull request #2084 from joelmartinez/mdoc-deletet...
2015-09-24 Jo ShieldsMove monolite URL to mono-project.com CDN, not Boston NAS
2015-09-24 João MatosFixed Mach abort syscall code to work with Mach targets...
2015-09-24 Marek Safar[mcs] Further improvements to fixed statement changes...
2015-09-24 Ludovic Henry[coop] Move syscall abort mechanism to dedicated files
2015-09-24 Marek Safar[mcs] Emit fixed temp variables as managed references
2015-09-24 Marek Safar[mcs] Add link to closest parent async storey only...
2015-09-24 Marek SafarMerge pull request #2088 from kasthack/system-web-ea...
2015-09-24 kasthackSystem.Web.Routing: RequestContext, RouteTable, RouteVa...
2015-09-24 kasthack[System.Web] Public interfaces from reference source
2015-09-23 Mark Probst[sgen] Fix promoted trace output. Fixes #30479.
2015-09-23 Mark ProbstMerge pull request #2073 from BrzVlad/fix-sgen
2015-09-23 Joel Martinez[mdoc] Now rewriting incorrect `MemberName`.
2015-09-23 Bill Seurer[ppc] Updated ELF ABI v2 test cases to include returnin...
2015-09-23 Rodrigo Kumpera[profiler] Add mlpd stats dumping, use --reports=stats.
2015-09-23 Rodrigo Kumpera[profiler] Add missing constants for event subtypes.
2015-09-23 tritonWorkaround lack of libunwind in WatchOS.
2015-09-23 Miguel de IcazaMerge pull request #1843 from info-lvsys/patch-1
2015-09-23 Miguel de IcazaMerge pull request #1325 from madrang/CryptoToolsCtorCheck
2015-09-23 Miguel de IcazaMerge pull request #757 from mlintner/master
2015-09-23 Miguel de IcazaMerge pull request #2085 from guerrysemones/master
2015-09-23 Miguel de IcazaMerge pull request #1218 from AndreyAkinshin/master
2015-09-23 Miguel de IcazaMerge pull request #1225 from strawd/bug22307
2015-09-23 Miguel de Icaza[mono.data.sqlite] Using sqlite_close_v2 when available
2015-09-23 Miguel de Icaza[API] Add a couple of .NET 4.5 methods, from pull reque...
2015-09-23 Zoltan Varga[bcl] Stop distributing Mono.C5, there is an updated...
2015-09-23 Miguel de IcazaMerge pull request #853 from echampet/onclick
2015-09-23 Miguel de IcazaAdd new test for Bug 15028, it is fixed by our migratio...
2015-09-23 Miguel de IcazaMerge pull request #704 from jgagnon/master
2015-09-23 Miguel de IcazaMerge pull request #463 from strawd/concurrent-requests
2015-09-23 guerrysemonesThis is a patch to fix bug 34123. System.Drawing.Printi...
2015-09-23 Miguel de IcazaMerge pull request #1971 from angeloc/master
2015-09-23 Miguel de IcazaMerge pull request #2023 from juergenhoetzel/master
2015-09-23 Zoltan Varga[arm] Fix aot support for the alignment check code.
2015-09-23 Miguel de IcazaObsolete SmtpClient
2015-09-23 Joel Martinez[mdoc] Removed extraneous directory creation.
2015-09-23 Miguel de IcazaMerge pull request #2020 from tomjepp/master
2015-09-23 Zoltan Varga[arm] Add a stack alignment check to the prolog code...
2015-09-23 Miguel de IcazaMerge pull request #2059 from ermshiperete/Xamarin...
2015-09-23 Miguel de IcazaMerge pull request #2072 from AdamBurgess/master
2015-09-23 Miguel de IcazaMerge pull request #2080 from upsilon/fix-point-constructor
2015-09-23 kasthack[System.Web] Public *EventArgs from reference source
2015-09-23 Marek Habersack[test] Fix dependency on compiler behavior for a couple...
2015-09-23 João MatosMerge pull request #2082 from akoeplinger/fix-automake
2015-09-23 Marek SafarMerge pull request #2079 from kasthack/system-web-eh...
next