[sre] Fix s390x build (#3427)
[mono.git] / mono / metadata /
2016-08-22 Aleksey Kliger ... [sre] Fix s390x build (#3427)
2016-08-22 Alexander KöplingerMerge pull request #3428 from ntherning/fix-missing...
2016-08-20 Zoltan Varga[runtime] Use a coop semaphore instead of an io layer...
2016-08-19 Aleksey Kliger ... Merge pull request #3413 from lambdageek/reflection...
2016-08-19 Aleksey Kliger[sre] Separate SRE MonoDynamicImage encoding and SRE...
2016-08-19 Jonathan ChambersAllocate handle stack for Boehm GC (#3421)
2016-08-19 Niklas TherningMerge pull request #3419 from ntherning/fix-MonoTests...
2016-08-19 Ludovic HenryMerge pull request #3416 from ludovic-henry/iolayer...
2016-08-19 Vlad BrezaeMerge pull request #3418 from BrzVlad/fix-arm64-finaliz...
2016-08-18 Aleksey Kliger[sre] Split out MonoDynamicImage and MonoDynamicStream...
2016-08-18 Ludovic Henry[io-layer] Remove unused WaitForInputIdle
2016-08-18 Ludovic Henry[io-layer] Replace use of WaitForSingleObject by WaitFo...
2016-08-18 Ludovic Henry[io-layer] Extract WaitForSingleObjectEx, WaitForMultip...
2016-08-18 Ludovic HenryMerge pull request #3415 from ludovic-henry/net_2_1...
2016-08-18 Aleksey Kliger[reflection] Rename files; adjust comments.
2016-08-18 Vlad BrezaeMerge pull request #3401 from BrzVlad/fix-managed-alloc2
2016-08-18 Niklas TherningMerge pull request #3410 from lateralusX/jlorenss/vs201...
2016-08-17 Aleksey Kliger[reflection] Divide reflection.c into multiple files...
2016-08-17 Vlad Brezae[aot] Fallback to slowpath managed alloc if we fail...
2016-08-17 Vlad Brezae[sgen] Unify tls access across with/without HAVE_KW_THR...
2016-08-17 Aleksey Kliger ... [runtime] Fix unhandled exception fatal error message...
2016-08-16 Zoltan VargaFix the full-aot build.
2016-08-15 Zoltan Varga[runtime] Cleanup naming of SRE icalls. NFC. (#3402)
2016-08-15 Aleksey Kliger ... [reflection] Don't crash when building dynamic custom...
2016-08-15 Niklas TherningMerge pull request #3396 from ntherning/fix-async-exc...
2016-08-15 Henric MüllerFix empty hostname in GetHostByName on windows (#3397)
2016-08-11 Aleksey Kliger ... Merge pull request #3389 from lambdageek/bug-43099
2016-08-11 Niklas TherningMerge pull request #3388 from ntherning/fix-thread...
2016-08-10 Alexander KyteMerge pull request #3390 from alexanderkyte/fix_nunitli...
2016-08-10 Aleksey Kliger[coop] Fix MONO_HANDLE_PAYLOAD_OFFSET() for cross-compi...
2016-08-10 Alexander KyteMerge pull request #2780 from alexanderkyte/seq_point_o...
2016-08-10 Aleksey Kliger[marshal] Ensure uses_handles is initialized.
2016-08-10 Niklas TherningMerge pull request #3213 from henricm/fix-for-win-secur...
2016-08-09 monojenkinsMerge pull request #3387 from xmcclure/test-suite-bump
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 Henric MüllerMoving BSTR conv to native code in SecureStringToBSTR.
2016-08-09 Marcos HenrichMerge pull request #3353 from esdrubal/st-format
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 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-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 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 Ludovic HenryMerge pull request #3355 from ludovic-henry/process...
2016-08-04 Alexander KyteMerge pull request #3360 from alexanderkyte/mini_fix_ti...
2016-08-04 Ludovic Henry[io-layer] Remove threads.h, thread-private.h and wthre...
2016-08-04 Ludovic Henry[io-layer] Extract GetThreadPriority and SetThreadPriority
2016-08-04 Ludovic Henry[io-layer] Extract wapi_current_thread_desc
2016-08-04 Ludovic Henry[io-layer] Extract wapi_thread_handle_set_exited
2016-08-03 Alexander KyteMerge pull request #3352 from alexanderkyte/mini_bitcod...
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 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 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-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-28 Ludovic Henry[gc] mono_os_cond_timedwait returns -1 on timeout,...
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-27 Vlad BrezaeMerge pull request #2961 from schani/fix-sgen-refactoring
2016-07-27 Vlad BrezaeMerge pull request #3328 from BrzVlad/finalizer-thread...
2016-07-27 Zoltan Varga[sdb] Explicitly encode in the JIT debug info whenever...
2016-07-27 Vlad Brezae[sgen] Avoid popping the entire finalizer queues if...
2016-07-26 Aleksey Kliger ... Merge pull request #3199 from lambdageek/dev/proxy...
next