Merge pull request #3387 from xmcclure/test-suite-bump
[mono.git] / mono /
2016-08-09 monojenkinsMerge pull request #3387 from xmcclure/test-suite-bump
2016-08-09 Alexander Köplinger[mono] Use -size 0 instead of -empty as find argument
2016-08-09 Alexander Köplinger[mini] Fix mktemp argument in test_op_il_seq_point.sh
2016-08-09 Zoltan Varga[runtime] Use a coop semaphore instead of the io-layer...
2016-08-09 Marek SafarMerge pull request #3373 from marek-safar/net-4.6.2
2016-08-09 Marcos HenrichMerge pull request #3353 from esdrubal/st-format
2016-08-08 Kamil RytarowskiFix the definition of legacy_closer(), detected on...
2016-08-08 Kamil RytarowskiIntroduce mono-threads-netbsd.c (#3374)
2016-08-08 Aleksey Kliger ... Merge pull request #3349 from lambdageek/handle-icalls...
2016-08-08 Aleksey Kliger[marshal] Assert if adding handles to an out or inout...
2016-08-08 Aleksey Kliger[marshal] Load payload from return handle
2016-08-08 Aleksey Kliger[marshal] If an icall is getting handles and MonoError...
2016-08-08 Aleksey Kliger[marshal] Wrap icall managed obj input arguments with...
2016-08-08 Aleksey Kliger[runtime] Modify Zoltan's prototype to query icall...
2016-08-08 Aleksey Kliger[runtime] Add HANDLES() macro to icall-def.h
2016-08-08 Zoltan VargaPass a MonoError argument to icalls.
2016-08-08 João MatosMerge pull request #3372 from ntherning/fix-g_win32_get...
2016-08-08 Alexander KöplingerMerge pull request #2903 from krytarowski/netbsd-support-4
2016-08-07 Zoltan VargaFix the loaded llvm build.
2016-08-07 Ludovic HenryMerge pull request #3370 from ludovic-henry/fix-finaliz...
2016-08-07 Ludovic Henry[gc] Fix crash when doing WaitForPendingFinalizers
2016-08-07 Vincent Povirk[x86] Only pinvoke methods are stdcall. (#3354)
2016-08-06 Zoltan Varga[runtime] Fix the loaded llvm build.
2016-08-06 Marek SafarMerge pull request #3356 from marek-safar/cecil-update
2016-08-05 Zoltan Varga[runtime] Store the original invoke method in WrapperIn...
2016-08-05 Alexander KöplingerMerge pull request #3363 from akoeplinger/fix-42938
2016-08-05 Zoltan Varga[arm] Fix aot support in the sdb soft breakpoint trampo...
2016-08-05 Niklas TherningMerge pull request #3359 from ntherning/sgen-avoid...
2016-08-05 Alexander KöplingerMerge pull request #3361 from xmcclure/babysitter-xml
2016-08-05 Zoltan VargaInitial prototype for handling handle stack setup and...
2016-08-05 Niklas TherningMerge pull request #3365 from ntherning/fix-gc-graystac...
2016-08-05 Alexander KöplingerMerge pull request #3337 from akoeplinger/fix-alpine
2016-08-05 Ludovic HenryMerge pull request #3288 from ludovic-henry/iolayer...
2016-08-05 Niklas TherningPrevent SGen from scanning the guard page used by Windo...
2016-08-05 Niklas TherningFixes the mono/tests/gc-graystack-stress test on Window...
2016-08-05 Ludovic HenryMerge pull request #3355 from ludovic-henry/process...
2016-08-05 Miguel de IcazaRemove stray comment
2016-08-04 Zoltan Varga[arm] Fix the initialization of the variable holding...
2016-08-04 Alexander KyteMerge pull request #3360 from alexanderkyte/mini_fix_ti...
2016-08-04 Andi McClureAdd NUnit XML support to test babysitter, also document...
2016-08-04 João MatosMerge pull request #3357 from tritao/zip_delete_entries
2016-08-04 Ludovic Henry[process] Fix Process.Exited event triggered too early
2016-08-04 Niklas TherningMerge pull request #3358 from ntherning/disable-sgen...
2016-08-04 Niklas TherningSet SGen's REDZONE_SIZE=0 on Win64 since the ABI define...
2016-08-04 Ludovic Henry[io-layer] Remove threads.h, thread-private.h and wthre...
2016-08-04 Ludovic Henry[io-layer] Remove unused _WAPI_THREAD_CURRENT
2016-08-04 Ludovic Henry[io-layer] Extract thread MonoW32HandleOps
2016-08-04 Ludovic Henry[io-layer] Extract GetThreadPriority and SetThreadPriority
2016-08-04 Ludovic Henry[io-layer] Extract wapi_create_thread_handle
2016-08-04 Ludovic Henry[io-layer] Extract wapi_thread_own_mutex and wapi_threa...
2016-08-04 Ludovic Henry[io-layer] Extract wapi_current_thread_desc
2016-08-04 Ludovic Henry[io-layer] Extract wapi_ref_thread_handle
2016-08-04 Ludovic Henry[io-layer] Remove _wapi_thread_cur_apc_pending
2016-08-04 Ludovic Henry[io-layer] Extract wapi_get_current_thread_handle
2016-08-04 Ludovic Henry[io-layer] Extract wapi_thread_handle_set_exited
2016-08-04 Ludovic Henry[io-layer] Make _wapi_getpid, _wapi_thread_own_mutex...
2016-08-04 Ludovic Henry[io-layer] Make _WapiHandle_thread struct public
2016-08-04 Ludovic Henry[mono-threads] Split platform and suspend specific...
2016-08-04 Ludovic Henry[io-layer] Make wait.c not depend on _wapi_thread_cur_a...
2016-08-03 Zoltan Varga[arm64] Assert that the displacement is not out of...
2016-08-03 Alexander KyteMerge pull request #3352 from alexanderkyte/mini_bitcod...
2016-08-03 Alexander Kyte[runtime] Provide Mono.Simd.dll to llvmonlycheck+fullao...
2016-08-03 Alexander KöplingerMerge pull request #3351 from kasthack/patch-2
2016-08-03 Zoltan Varga[arm] Initialize breakpoint_tramp later in full aot...
2016-08-03 Aleksey Kliger ... Merge pull request #3347 from lambdageek/coop-abort...
2016-08-02 Aleksey Kliger[coop] Don't call unhandled exn hook for ThreadAbortExc...
2016-08-02 Aleksey Kliger ... Merge pull request #3344 from alexanderkyte/propagate_m...
2016-08-01 Aleksey Kliger ... Merge pull request #3340 from lambdageek/dev/invoke...
2016-08-01 Alexander KyteMerge pull request #3345 from alexanderkyte/fix_mini_ao...
2016-08-01 Alexander KyteMerge pull request #3269 from alexanderkyte/silence_zer...
2016-08-01 Zoltan VargaFix the build.
2016-08-01 Alexander Kyte[runtime] Propagate async MonoError to AsyncResult
2016-08-01 Zoltan Varga[runtime] Implement WaitForPendingFinalizers used cond...
2016-08-01 Aleksey Kliger[threads] Call mono_invoke_unhandled_exception hook...
2016-08-01 Alexander Kyte[runtime] Pass invariant AOT options to mini aot tests
2016-08-01 Zoltan Varga[arm] Use soft breakpoints on watchos.
2016-08-01 Ludovic HenryMerge pull request #3342 from ludovic-henry/gc-domain...
2016-08-01 Aleksey Kliger ... Merge pull request #3335 from lambdageek/dev/system...
2016-08-01 Aleksey Kliger[llvm] In default_mono_llvm_unhandled_exception call...
2016-08-01 Ludovic Henry[gc] Fix timeout in mono_domain_finalize
2016-08-01 Ludovic Henry[gc] Ensure we clean the DomainFinalizationReq
2016-07-30 Ludovic Henry[gc] Replace domain finalizer request cond+mutex by...
2016-07-30 Zoltan Varga[arm] Implement support soft breakpoints + AOT.
2016-07-30 Zoltan Varga[sdb] Fix an aot assert.
2016-07-29 Rodrigo Kumpera[corlib] Bring AssemblyName(string) to the happy C...
2016-07-29 Rodrigo Kumpera[corlib] Move Assembly::GetName to be implemented in...
2016-07-29 Aleksey Kliger ... Merge pull request #3320 from lambdageek/dev/reflection...
2016-07-29 Aleksey Kliger[runtime] Move mono_invoke_unhandled_exception_hook...
2016-07-29 Aleksey Kliger[reflection] Marshal name arg of RuntimeType.GetNestedT...
2016-07-29 Aleksey Kliger[reflection] RuntimeType.GetNestedTypes in managed
2016-07-29 Aleksey Kliger[reflection] Marshal name arg to some RuntimeType searc...
2016-07-29 Aleksey Kliger[corlib] Add Mono.SafeStringMarshal struct
2016-07-29 Ludovic HenryRevert "[runtime] Add documentation to mono-os-{mutex...
2016-07-28 Ludovic Henry[gc] mono_os_cond_timedwait returns -1 on timeout,...
2016-07-28 Ludovic Henry[runtime] Add documentation to mono-os-{mutex,cond...
2016-07-28 Aleksey Kliger[reflection] Plug more leaks.
2016-07-28 Rodrigo KumperaMerge pull request #3338 from lambdageek/dev/plug-ptrar...
2016-07-28 Alex Rønne PetersenMerge pull request #3334 from alexrp/arm-cpu-detect-fix
2016-07-28 Aleksey Kliger[reflection] Don't leak GPtrArray internal array
2016-07-28 Alexander Köplinger[mini] Fix asm/sigcontext.h include in exceptions-arm.h
next