Merge pull request #3499 from kumpera/fix_logging
[mono.git] / mono /
2016-09-01 monojenkinsMerge pull request #3499 from kumpera/fix_logging
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 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
2016-08-29 Alex Rønne Petersen[utils/hwcap] Clean up and improve the hwcap code.
2016-08-28 Miguel de Icaza[runtime] Bundle support, implement missing stream...
2016-08-26 Aleksey Kliger ... [runtime] ves_icall_AssemblyBuilder_InternalAddModule...
2016-08-26 Vlad BrezaeMerge pull request #3451 from BrzVlad/fix-armel-emulation
2016-08-26 Alexander KöplingerMerge pull request #3460 from akoeplinger/remove-net_4_...
2016-08-26 Alexander KöplingerMerge pull request #3459 from akoeplinger/fix-parameter...
2016-08-26 Alexander KöplingerMerge pull request #3457 from akoeplinger/fix-gethrfore...
2016-08-26 Andi McClurePR feedback: Add a runtime switch for the aggressive...
2016-08-26 Andi McClurePR feedback: Corrections to aggressive merge cache
2016-08-26 Zoltan Varga[sre] Remove TypeBuilder::create_internal_class ()...
2016-08-26 Alexander KöplingerFix tarball build
2016-08-26 Zoltan Varga[runtime] Remove most of the contents of MonoDynamicGen...
2016-08-26 Zoltan Varga[jit] Add an assert to the native types code to make...
2016-08-25 Zoltan Varga[llvmonly] Initialize native-to-managed wrappers when...
2016-08-25 Zoltan Varga[jit] Fix an assertion on amd64 when using fixed size...
2016-08-25 Ludovic HenryMerge pull request #3447 from ludovic-henry/iolayer...
2016-08-25 Vlad Brezae[jit] Don't lower store_r4 and load_r4 on armel with...
2016-08-25 João MatosMerge pull request #3449 from lateralusX/jlorenss/win...
2016-08-25 Vlad Brezae[arm] Fix opcode emulation on armel with no fp
2016-08-25 lateralusXAdd missing source file, sgen-os-coop.c, to libmonorunt...
next