Merge pull request #3446 from lambdageek/bug-42584
[mono.git] / mono /
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...
2016-08-31 Alex Rønne Petersen[profiler] Remove duplicate #include.
2016-08-31 Alex Rønne Petersen[profiler] Update documentation for time fields.
2016-08-31 Alex Rønne Petersen[profiler] Document the TYPE_EXCEPTION format.
2016-08-31 Alex Rønne Petersen[profiler] Clean up some enums a bit. No format change.
2016-08-31 Alex Rønne Petersen[profiler] Update documentation on the backtrace format.
2016-08-31 Alex Rønne Petersen[profiler] Pump the hazard free queue when shutting...
2016-08-31 Alex Rønne Petersen[utils/hp] Export mono_thread_hazardous_try_free_all...
2016-08-31 Alex Rønne Petersen[utils/hp] Keep pumping the free queue even when we...
2016-08-31 Zoltan Varga[runtime] Fix the method stored in the WrapperInfo...
2016-08-31 Bernhard Urban[mini] emit sequence point before branching off for...
2016-08-31 Niklas TherningMerge pull request #3473 from ntherning/fix-thread...
2016-08-31 Niklas TherningMerge pull request #3496 from ntherning/fix-heap-corrup...
2016-08-31 Aleksey Kliger ... Merge pull request #3395 from lambdageek/dev/handles...
2016-08-31 Niklas TherningFixes two heap corruptions in the corlib tests on Windows
2016-08-31 Bernhard UrbanMerge pull request #3470 from lewurm/fix-aot-compiler...
2016-08-31 Marek SafarMerge pull request #3487 from marek-safar/rs-Threading
2016-08-31 Marek SafarMerge pull request #3489 from akoeplinger/fix-latin1...
2016-08-31 Zoltan VargaOnly set the attached flag when a client attaches ...
2016-08-31 Josh PetersonOnly set the attached flag when a client attaches
2016-08-30 Rodrigo KumperaMerge pull request #3488 from Unity-Technologies/thread...
2016-08-30 Alex Rønne PetersenMerge pull request #3481 from alexrp/master
2016-08-30 Alex Rønne PetersenMerge pull request #3464 from alexrp/arm64-native-atomics
2016-08-30 Alex Rønne Petersen[utils] Remove ia64-specific atomics/membar code.
2016-08-30 Alex Rønne Petersen[llvm] Fix atomic opcodes on ARM64 to emit correct...
2016-08-30 Alex Rønne Petersen[utils/atomic] Fix native atomic intrinsics on buggy...
2016-08-30 Alex Rønne Petersen[utils] Add a MONO_GNUC_VERSION macro.
2016-08-30 Marek SafarMerge pull request #3477 from Unity-Technologies/create...
2016-08-30 Jonathan ChambersReset thread abort exception for internal threads regar...
2016-08-30 Josh PetersonMake improvments after code review:
2016-08-30 Ludovic Henry[mono-threads] Use create_suspended_sem on windows...
2016-08-30 Marek SafarMerge pull request #3483 from alexavator/bugfix-keepalive
2016-08-30 Ludovic Henry[pedump] Fix assertion error
2016-08-30 Ludovic HenryMerge pull request #3476 from lambdageek/fix-conc-ht
2016-08-30 Alex Rønne Petersen[profiler] Reject heapshot requests if we're not in...
2016-08-30 Alex Rønne Petersen[profiler] Process on-demand heapshot requests on the...
2016-08-30 Alex Rønne Petersen[profiler] Add GC finalization events to the format.
2016-08-30 Alex Rønne Petersen[gc] Expose mono_gc_pending_finalizers () and mono_gc_f...
2016-08-30 Alex Rønne Petersen[profiler] Add GC finalization callbacks to the profile...
2016-08-30 Alex Rønne Petersen[profiler] Initialize counters in the runtime_initializ...
2016-08-30 Alex Rønne Petersen[profiler] Normalize time fields in the format.
2016-08-30 Alex Rønne Petersen[profiler] Make the comment in proflog.c only represent...
2016-08-30 Alex Rønne Petersen[profiler] Fix a few format bloat and encoding issues...
2016-08-30 Alex Rønne Petersen[profiler] Emit sync point events when flushing all...
2016-08-30 Alex Rønne Petersen[profiler] Acquire the exclusive buffer lock after...
2016-08-30 Alex Rønne Petersen[profiler] Only flush buffers when they exceed the...
2016-08-30 Alex Rønne Petersen[profiler] Process requests in enter/leave callbacks...
2016-08-30 Alex Rønne Petersen[profiler] Periodically flush all thread-local buffers.
2016-08-30 Alex Rønne Petersen[profiler] Implement global flush points for thread...
2016-08-30 Alex Rønne Petersen[utils/threads] Export mono_thread_info_yield () for...
2016-08-30 Alex Rønne Petersen[profiler] Remove LogBuffer.locked and related debuggin...
2016-08-30 Alex Rønne Petersen[profiler] Rewrite TLS code.
2016-08-30 Alex Rønne Petersen[profiler] Implement process_id () for Windows.
2016-08-30 Alex Rønne Petersen[utils/lls] Export the linked list set API for use...
2016-08-30 Alex Rønne Petersen[utils/lls] Use mono_thread_hazardous_queue_free (...
2016-08-30 Alex Rønne Petersen[utils/lls] Rename get_hazardous_pointer_with_mask...
2016-08-30 Alex Rønne Petersen[utils/hp] Rename get_hazardous_pointer () to mono_get_...
2016-08-30 Alex Rønne Petersen[utils/hp] Remove HazardFreeLocking and HazardFreeConte...
2016-08-30 Alex Rønne Petersen[profiler] Only forward declare structs that need it.
2016-08-29 Rodrigo KumperaMerge pull request #3478 from vargaz/fix-pedump
2016-08-29 monojenkinsMerge pull request #3422 from xmcclure/tarjan-doublefan
2016-08-29 Marek SafarMerge pull request #3463 from david-mitchell/al-platfor...
2016-08-29 Andi McClureGC bridge: Fix non-buildable assert ()s added in previo...
2016-08-29 Alex Rønne PetersenMerge pull request #3468 from alexrp/hwcap-improvements
2016-08-29 Andi McClureGC bridge: Move bridge-require-precise-merge to MONO_GC...
2016-08-29 Josh PetersonThrow an ArgumentException when a delegate is bound...
2016-08-29 Aleksey Kliger[runtime] Use coop handles in some String-returning...
2016-08-29 Aleksey Kliger[test-conc-hashtable] Init w32 handles. Fixes OSX+coop.
2016-08-29 Marek SafarMerge pull request #3453 from ntherning/cleanup-Assembl...
2016-08-29 Niklas TherningFix for double CloseHandle() on AppDomain unload
2016-08-29 Bernhard Urban[aot] fix linker invocation
next