Merge pull request #2112 from madewokherd/lowercaseinclude
[mono.git] / mono /
2015-10-06 João MatosMerge pull request #2112 from madewokherd/lowercaseinclude
2015-10-06 Vincent PovirkStandardize on lower-case names for Windows include...
2015-10-06 Zoltan Varga[runtime] Fix the handling of large allocation sizes...
2015-10-06 Rodrigo KumperaMerge pull request #1978 from ludovic-henry/coop-interrupt
2015-10-06 Rodrigo KumperaMerge pull request #2060 from ludovic-henry/socket...
2015-10-06 Rodrigo KumperaMerge pull request #2110 from ludovic-henry/threadpool...
2015-10-06 Ludovic Henry[socket] Enable Thread.Abort on blocking syscall
2015-10-06 Ludovic Henry[runtime] Cleanup of mono_unhandled_exception
2015-10-06 Ludovic Henry[threadpool-ms] Exit worker thread after 5 to 60 seconds
2015-10-06 Ludovic Henry[System] Make process pipe creation exception more...
2015-10-05 Rodrigo Kumpera[tests] Add test for apploading related crashes due...
2015-10-05 Rodrigo Kumpera[runtime/appdomain] Fix a bad interaction between appdo...
2015-10-05 Ludovic Henry[socket] Factor SocketAsyncResult and ProcessAsyncResul...
2015-10-05 Marek SafarMerge pull request #2107 from kasthack/system.web.sr
2015-10-02 João MatosMerge pull request #2103 from xen2/calli_generic
2015-10-02 Virgile BelloInflate calli generic method signature even if not...
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 João Matos[runtime] Fixed fast TLS detection on WatchOS.
2015-09-30 Marcos HenrichMerge pull request #2045 from BillSeurer/timezone
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 PetersenMerge pull request #2086 from BillSeurer/testcases
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 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 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 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 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 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 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ão MatosFixed Mach abort syscall code to work with Mach targets...
2015-09-24 Ludovic Henry[coop] Move syscall abort mechanism to dedicated files
2015-09-24 Marek SafarMerge pull request #2088 from kasthack/system-web-ea...
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 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 IcazaMerge pull request #853 from echampet/onclick
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 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 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 João MatosMerge pull request #2082 from akoeplinger/fix-automake
2015-09-23 Marek SafarMerge pull request #2079 from kasthack/system-web-eh...
2015-09-22 Zoltan VargaRevert "[llvm] Allow phi instructions where some incomi...
2015-09-22 Vlad Brezae[sgen] Fix warning
2015-09-22 Vlad Brezae[sgen] Make sure we scan aligned memory regions
2015-09-22 Zoltan Varga[llvm] Allow phi instructions where some incoming nodes...
2015-09-22 Rodrigo Kumpera[utils] Fix amd64 version of MONO_CONTEXT_GET_CURRENT.
2015-09-22 Ludovic Henry[coop-gc] Make Thread.Sleep interruptable signalless
2015-09-22 Zoltan Varga[aot] Fix a regression introduced by cc946ea5b9e3cbb020...
2015-09-22 Zoltan Varga[jit] Fix the linking of bblocks for switch statements...
2015-09-22 Ludovic Henry[socket-io] Cleanup of the code to ease switching to...
2015-09-22 Ludovic Henry[runtime] Fix color formatting on sublime text
2015-09-22 Ludovic Henry[thread] Remove parameter as we always pass the current one
2015-09-22 Ludovic Henry[thread] Remove duplicate and unused function declaration
2015-09-22 Alexander Köplinger[unit-tests] Fix "parallel-tests" AUTOMAKE_OPTIONS...
2015-09-22 Vlad Brezae[sgen] Fix race between block allocation and concurrent...
2015-09-21 Marek Safar[corlib] Match es-es NumberGroupSeparator with es....
next