Visual Studio project updates and enhancements to support static libmono and addition...
[mono.git] / mono /
2016-08-20 Johan LorenssonVisual Studio project updates and enhancements to suppo...
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-19 Vlad Brezae[arm64] Add sequential memory constraint to swap, cas...
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] Remove unused WaitForMultipleObjects
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 Vlad Brezae[arm64] Add full memory sequencing to atomic loads...
2016-08-18 Vlad Brezae[arm64] Add full memory sequencing to atomic stores...
2016-08-18 Niklas TherningMerge pull request #3412 from ntherning/fix-stack-align...
2016-08-18 Aleksey Kliger[reflection] Rename files; adjust comments.
2016-08-18 Niklas TherningFixes stack alignment issue in handler_block_trampoline...
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 Vlad Brezae[aot] Don't aot methods that use tls on HAVE_KW_THREAD...
2016-08-17 Aleksey Kliger ... [runtime] Fix unhandled exception fatal error message...
2016-08-17 Alexander Köplinger[tests] Move constant-division.cs to the BASE_TEST_MOBI...
2016-08-17 Craig McQueenmono_os_cond_timedwait: fix function name in g_error...
2016-08-16 Zoltan VargaFix the full-aot build.
2016-08-16 Niklas TherningMerge pull request #3403 from ntherning/fix-handler...
2016-08-16 Niklas TherningFixes illegal CALL emitted in handler_block_trampoline...
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 Zoltan Varga[runtime] Fix warnings.
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-12 Marek SafarMerge pull request #3398 from henricm/fix-for-test...
2016-08-12 Vlad Brezae[jit] Add missing special case for div with mul optimiz...
2016-08-12 Niklas TherningFix the failure of the async-exc-compilation.exe test...
2016-08-12 Marek SafarMerge pull request #3394 from mono/netstandard
2016-08-11 Vlad BrezaeMerge pull request #2332 from BrzVlad/feature-div-with-mul
2016-08-11 Vlad Brezae[jit] Enable division by constant optimization on 32 bit
2016-08-11 Vlad Brezae[arm] Implement OP_BIGMUL
2016-08-11 Vlad Brezae[tests] Add random immediate division test
2016-08-11 Vlad Brezae[jit] Register counter for number of optimized divisions
2016-08-11 Vlad Brezae[jit] Optimize signed division by constant
2016-08-11 Vlad Brezae[jit] Optimize unsigned division by constant
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 Aleksey Kliger[coop] Temporarily restore MonoThreadInfo when TLS...
2016-08-10 Niklas TherningMerge pull request #3213 from henricm/fix-for-win-secur...
2016-08-10 Niklas TherningFix getting/setting thread priority on Windows
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 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 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...
next