[System] Rewrite Dns tests so that failures don't cause the process to crash.
[mono.git] / mono /
2016-09-14 Niklas TherningMerge pull request #3536 from henricm/fix-machinename...
2016-09-14 Zoltan Varga[runtime] Rename IMT thunks to 'trampolines'. NFC....
2016-09-13 Ludovic Henry[io-layer] Extract Mutex, Semaphore and Event (#3553)
2016-09-13 Ludovic Henry[hybrid-aot] Add runtime support (#3556)
2016-09-13 Ludovic Henry[threads] Import mono_thread_info_set_priority (#3543)
2016-09-13 Zoltan Varga[runtime] Pass the initial context to mono_walk_stack_w...
2016-09-12 Vlad BrezaeMerge pull request #3534 from BrzVlad/fix-conc-gcstress-mem
2016-09-12 Rodrigo KumperaMerge pull request #3541 from kumpera/add-tas-to-threading
2016-09-12 monojenkinsMerge pull request #3549 from lewurm/arm64-icache-big...
2016-09-12 Marek SafarMerge pull request #3535 from henricm/fix-always-use...
2016-09-12 Vlad Brezae[sgen] Free major sections in bulk also on 64bit
2016-09-12 Vlad Brezae[sgen] Adjust free-ing of empty blocks
2016-09-12 Vlad Brezae[runtime] Replace uses of alloc functions with glib...
2016-09-12 Mark Probst[utils] Fix internal allocator header size.
2016-09-12 Mark Probst[runtime] Counters for allocated virtual memory.
2016-09-12 David KarlašMerge pull request #3552 from DavidKarlas/getScopeChanges
2016-09-12 Emil Sandstø[threads] Correct the spin waiting in 'sleep_interrupta...
2016-09-11 Alex Rønne PetersenMerge pull request #3550 from alexrp/revert-tp-monitor
2016-09-11 Alex Rønne PetersenRevert "[threadpool-ms] Switch Monitor thread to a...
2016-09-09 Zoltan Varga[runtime] Remove some dead code.
2016-09-09 Bernhard Urban[arm64] use `dc civac` instead of `dc cvau`
2016-09-09 Bernhard Urban[arm64] manually flush icache
2016-09-09 Bernhard Urban[arm64] flush whole emitted thunk
2016-09-09 Ludovic Henry[threadpool-ms] Switch Monitor thread to a MonoThreadIn...
2016-09-09 Zoltan Varga[sdb] Add a MethodMirror:GetScopes () method which...
2016-09-09 Ludovic Henry[threads] Add specific field to check size (#3542)
2016-09-09 Ludovic Henry[threadpool-ms] Replace win32 semaphore by coop semapho...
2016-09-09 Ludovic Henry[mono-threads] Fix lifetime of MonoThreadInfo->handle...
2016-09-09 Zoltan Varga[llvm] Disable llvm again for methods with large basic...
2016-09-09 monojenkinsMerge pull request #3540 from kumpera/abort-on-gerror
2016-09-08 Vlad BrezaeMerge pull request #3528 from BrzVlad/fix-sgen-check...
2016-09-08 Rodrigo Kumpera[runtime] Reduce the race window when aborting Monitor...
2016-09-08 Rodrigo Kumpera[threads] Add mono_threads_is_ready_to_be_interrupted...
2016-09-08 Rodrigo Kumpera[threading] Introduce mono_thread_test_and_set_state...
2016-09-08 Rodrigo Kumpera[logging] Fix g_error not aborting.
2016-09-08 Ludovic Henry[threads] Factor common attach code in mono_thread_atta...
2016-09-08 Jonathan ChambersAvoid race condition between domain unload and threadpo...
2016-09-08 Alexander KöplingerMerge pull request #3532 from alexrp/profiler-stress...
2016-09-08 Alex Rønne PetersenMerge pull request #3531 from alexrp/master
2016-09-08 Alex Rønne Petersen[profiler} Don't crash if a zero sampling frequency...
2016-09-07 Henric MüllerMoving WSAGetLastError calls closer to socket operation...
2016-09-07 Niklas TherningMerge pull request #3511 from henricm/fix-no-socket...
2016-09-07 Ludovic Henry[threads] Remove CREATE_SUSPENDED (#3529)
2016-09-07 Alex Rønne PetersenMerge pull request #3526 from alexrp/master
2016-09-07 Vlad Brezae[sgen] Make sure we don't sweep a block if we're not...
2016-09-06 ManuRename local file into socket_fd (#3524)
2016-09-06 Ludovic HenryMerge pull request #3509 from ludovic-henry/iolayer...
2016-09-06 Alex Rønne Petersen[sgen] Don't consider managed write barriers to be...
2016-09-06 Vlad Brezae[sgen] Remove unused and potentially wrong case from...
2016-09-06 Vlad Brezae[sgen] Fix mod union consistency check
2016-09-06 Vlad Brezae[sgen] Don't do remset consistency checks during majors
2016-09-06 Vlad Brezae[sgen] Don't verify the heap after a major
2016-09-06 Vlad Brezae[sgen] Fix missing remsets with verify before collections
2016-09-06 Ludovic Henry[mono-threads] Have error in case we cannot set thread...
2016-09-06 Ludovic Henry[mono-threads] Fix win32 to posix priority conversion
2016-09-06 Ludovic Henry[mono-threads] Store handle related data in MonoThreadInfo
2016-09-06 Ludovic Henry[mono-threads] Assert that we do not try to signal...
2016-09-06 Alexander KöplingerMerge pull request #3518 from akoeplinger/fix-fileioper...
2016-09-06 Alexander KöplingerMerge pull request #3525 from henricm/fix-access-level...
2016-09-06 Henric MüllerUsing max level allowed when getting current token
2016-09-06 Zoltan Varga[jit] Unify the handling of 'error' and 'exc' in the...
2016-09-05 Joshua PetersonBetter handle marshaling of packed types (#3508)
2016-09-05 Zoltan Varga[jit] Emit a dummy call after calls to Type.GetType...
2016-09-05 Alexander KöplingerMerge pull request #3505 from ntherning/fix-resource...
2016-09-05 Vlad Brezae[sgen] Remove unused parameter
2016-09-04 Alexander KöplingerMerge pull request #3514 from ntherning/more-reliable...
2016-09-03 Zoltan Varga[SRE] Move the resolving of user types to managed code...
2016-09-03 Zoltan Varga[runtime] Fix a C&P problem introduced by d4052c556399c...
2016-09-02 Zoltan Varga[SRE] Remove empty TypeBuilder:setup_generic_class...
2016-09-02 Zoltan Varga[runtime] Remove the stub of ves_icall_TypeBuilder_crea...
2016-09-02 Aleksey Kliger ... Merge pull request #3446 from lambdageek/bug-42584
2016-09-02 Marek SafarMerge pull request #3506 from ntherning/make-ZoneTest...
2016-09-02 Marek SafarMerge pull request #3452 from ntherning/fix-AppDomainSe...
2016-09-01 Aleksey Kliger[runtime] Check for ReferenceAssemblyAttribute when...
2016-09-01 Aleksey Kliger[loader] Tests for RefereceAssemblyAttribute support
2016-09-01 Aleksey Kliger[runtime] Add mono_assembly_get_reference_assembly_attr...
2016-09-01 Rodrigo KumperaMerge pull request #3455 from kumpera/abort_cctor
2016-09-01 Ludovic Henry[mono-threads] Factor common platform create thread...
2016-09-01 Miguel de IcazaBundle other options (#3501)
2016-09-01 Alexander KöplingerMerge pull request #3498 from mattleibow/bug-41723
2016-09-01 Niklas TherningMerge pull request #3503 from ntherning/fix-MarshalTest...
2016-09-01 Niklas TherningMerge pull request #3504 from ntherning/fix-PropertyInf...
2016-09-01 Zoltan Varga[runtime] Add a mono_threads_close_thread_handle (...
2016-09-01 Bernhard UrbanMerge pull request #3492 from lewurm/fix-insert-insn
2016-09-01 monojenkinsMerge pull request #3499 from kumpera/fix_logging
2016-09-01 Rodrigo Kumpera[threading] Update comments.
2016-09-01 Rodrigo Kumpera[runtime] Introduce abort protected blocks. Use it...
2016-09-01 Rodrigo Kumpera[runtime] Add test for the interactions between thread...
2016-09-01 Rodrigo Kumpera[runtime] Don't start aborting a thread if it's running...
2016-09-01 Rodrigo Kumpera[runtime] Add mono_current_thread_has_handle_block_guar...
2016-09-01 Rodrigo Kumpera[logging] Ensure that glib logging goes through the...
2016-08-31 Rodrigo Kumpera[logging] Move internals that were landed in public...
2016-08-31 Zoltan Varga[runtime] Fix a warning.
2016-08-31 Alex Rønne Petersen[profiler] Fix some off-by-ones in header size calculation.
2016-08-31 Alex Rønne PetersenMerge pull request #3493 from alexrp/master
2016-08-31 Zoltan Varga[llvm] Error out when using --aot=llvmonly in a runtime...
2016-08-31 Zoltan Varga[arm] Make mono_arch_get_call_target () work on direct...
2016-08-31 Alex Rønne Petersen[profiler] Include arguments, architecture, and OS...
2016-08-31 Alex Rønne Petersen[profiler] Fix dump_header () to do fflush () in all...
2016-08-31 Alex Rønne Petersen[runtime] Export API functions to get arch/os/wordsize...
next