[w32error] Add ENXIO error case (#5199)
[mono.git] / mono /
2017-07-14 Ludovic Henry[w32error] Add ENXIO error case (#5199)
2017-07-14 Zoltan Varga[llvm] Add support for fault clauses. Fixes #58114...
2017-07-11 Zoltan Varga[amd64] Mark RBP as 'same value' in the unwind info...
2017-07-11 Johan LorenssonIncorrect parameters passed to GetDiskFreeSpaceEx causi...
2017-07-11 Alex Rønne PetersenMerge pull request #5190 from alexrp/profiler-roots...
2017-07-10 cheruskerCheck return value of asn1_generalizedtime_to_tm ()
2017-07-10 Zoltan Varga[bitcode] Disable tests which use filter clauses when...
2017-07-10 Alex Rønne PetersenMerge pull request #5189 from alexrp/profiler-sample...
2017-07-09 Alex Rønne Petersen[profiler] Remove the type field from TYPE_SAMPLE_HIT.
2017-07-08 Alex Rønne Petersen[profiler] Hide the GC roots callback behind a macro...
2017-07-07 Alex Rønne PetersenMerge pull request #5187 from alexrp/debugger-fix-callb...
2017-07-07 Alex Rønne Petersen[sdb] Fix signatures of thread-related profiler callbacks.
2017-07-07 Alex Rønne PetersenMerge pull request #5180 from alexrp/profiler-zero...
2017-07-07 Alex Rønne PetersenMerge pull request #5179 from alexrp/profiler-thread...
2017-07-07 Alexander Köplinger[metadata/corlib] Add apfs to list of fixed drive types
2017-07-07 Alex Rønne Petersen[profiler] Don't enable sampling if frequency is zero.
2017-07-07 Alex Rønne PetersenMerge pull request #5181 from alexrp/master
2017-07-07 Alex Rønne Petersen[profiler] Fix a type name conflict.
2017-07-07 Zoltan Varga[arm64] Really fix handler block trampolines.
2017-07-07 Alex Rønne Petersen[profiler] Report main thread name after attaching.
2017-07-06 Alex Rønne PetersenMerge pull request #5088 from alexrp/profiler-lightweig...
2017-07-06 Alex Rønne Petersen[profiler] Don't enable GC and thread events for code...
2017-07-06 Alex Rønne Petersen[profiler] No longer use enter/leave instrumentation...
2017-07-06 Alex Rønne PetersenMerge pull request #5101 from alexrp/profiler-api
2017-07-06 Alex Rønne Petersen[utils] Mark mono_dl_open () as MONO_API.
2017-07-06 Alex Rønne Petersen[metadata] Mark mono_loader_register_module () as MONO_API.
2017-07-06 Zoltan Varga[runtime] Rework process waiting. (#5175)
2017-07-06 Zoltan Varga[arm] Fix the handler block trampoline, it didn't actua...
2017-07-06 Zoltan VargaRevert "[arm] Fix the handler block trampoline, it...
2017-07-06 Zoltan Varga[arm] Fix the handler block trampoline, it didn't actua...
2017-07-06 Zoltan Varga[arm64] Fix the handler block trampoline, it didn't...
2017-07-06 Alex Rønne Petersen[profiler] Add MONO_PROFILER_API_VERSION macro.
2017-07-06 Alex Rønne Petersen[profiler] Split shutdown callback into early/late...
2017-07-06 Alex Rønne Petersen[runtime] New profiler API.
2017-07-05 Rodrigo KumperaMerge pull request #5172 from kumpera/proc-handles-pt2
2017-07-05 Aleksey Kliger[sgen] Use an OS mutex for memory governor log entries
2017-07-04 Zoltan Varga[jit] Optimize ldloc+ldfld operations for valuetypes...
2017-07-04 Zoltan VargaRevert "[jit] Optimize ldloc+ldfld operations for value...
2017-07-03 Zoltan Varga[jit] Optimize ldloc+ldfld operations for valuetypes...
2017-07-02 Zoltan Varga[jit] Fix mono_debug_count () so it doesn't confuse...
2017-07-02 Zoltan Varga[jit] Use the right type when handling shared versions...
2017-07-01 Alexander Köplinger[utils] Fix CppCheck warning in mono-threads-posix...
2017-06-30 Rodrigo KumperaMerge pull request #5144 from kumpera/handle-fixes...
2017-06-30 Rodrigo KumperaMerge branch 'master' into handle-fixes-part1
2017-06-30 Aleksey Kliger ... Merge pull request #5156 from lambdageek/bug-57850...
2017-06-30 Aleksey Kliger[loader] Don't try to look for ReferenceAssemblyAttribu...
2017-06-30 Aleksey Kliger[loader] Throw exn if ResolveEventHandler returns a...
2017-06-30 Aleksey Kliger[sre] Mark AssemblyBuilderAccess.ReflectionOnly assembl...
2017-06-30 Aleksey Kliger[sre] use AssemblyBuilderAccess bitmask to set MonoDyna...
2017-06-30 Aleksey Kliger[sre] Add MonoAssemblyBuilderAccess enum in native...
2017-06-30 Aleksey Kliger[mono-error] Add mono_error_set_file_not_found
2017-06-30 Aleksey Kliger[tests] ResolveEventHandler that returns an AssemblyBui...
2017-06-30 Zoltan Varga[runtime] Use pthread_cond_timedwait_relative_np (...
2017-06-30 Zoltan Varga[aot] Load aot images only in the root domain. (#5151)
2017-06-29 Aleksey Kliger[tests] Add some missing files to EXTRA_DIST
2017-06-29 Zoltan Varga[runtime] Make runtime invoke wrappers for dynamic...
2017-06-29 Alex Rønne PetersenMerge pull request #5140 from alexrp/profiler-stress...
2017-06-29 Zoltan VargaRevert "[runtime] Use pthread_cond_timedwait_relative_n...
2017-06-29 Zoltan Varga[runtime] Use pthread_cond_timedwait_relative_np (...
2017-06-28 Rodrigo Kumpera[io-layer] Fix two race conditions, one on FD handle...
2017-06-28 Ludovic Henry[w32handle] Replace mono_w32handle_{ref,unref} by mono_...
2017-06-28 Jonathan ChambersImplement GC roots ourselves in Boehm rather than relyi...
2017-06-28 Aleksey Kliger[nullgc] When building nullgc, don't try to link Boehm...
2017-06-27 Zoltan Varga[w32handle] Add some debugging code to help track down...
2017-06-27 Zoltan Varga[w32handle] Zero out the handle specific data in the...
2017-06-27 Aleksey Kliger ... Merge pull request #5120 from lambdageek/bug-57744
2017-06-27 cheruskerFix various compiler warnings (#5064)
2017-06-27 Zoltan Varga[jit] Avoid emitting op_load_got_addr opcodes on x86...
2017-06-26 Aleksey Kliger[reflection] Convert correct MonoError to an exn in...
2017-06-26 Zoltan Varga[runtime] Add more logging in case mono_os_cond_timedwa...
2017-06-26 Marius Ungureanu[System.Core] Implement MemoryMappedFile.OpenExisting
2017-06-24 Zoltan Varga[llvm] Align aot variables to 8 bytes, parts of the...
2017-06-24 Aleksey Kliger[null_gc] Get null GC building again.
2017-06-23 Rodrigo KumperaMerge pull request #5103 from alexrp/profiler-signal...
2017-06-23 Zoltan Varga[aot] Fix aot image loading messages in static mode.
2017-06-23 Vlad BrezaeMerge pull request #5084 from BrzVlad/feature-worker...
2017-06-23 Vlad Brezae[sgen] Use concurrent mark concurrently with parallel...
2017-06-23 Vlad Brezae[sgen] Implement work context for thread pool threads
2017-06-23 Vlad Brezae[sgen] Remove redundant code
2017-06-23 Vlad Brezae[sgen] Include split count in the parallel job
2017-06-23 Vlad Brezae[sgen] Run the scan pinned object job concurrently...
2017-06-23 Vlad BrezaeMerge pull request #5098 from BrzVlad/fix-sgen-pagesize
2017-06-23 Alex Rønne Petersen[profiler] Do the signal ack after checking that the...
2017-06-23 Chris Lapa[aot] fixes temp-path argument only working when using...
2017-06-22 Vlad Brezae[sgen] Performance improvement for ms_block_size comput...
2017-06-22 Vlad Brezae[sgen] Fix MS block size calculation.
2017-06-22 Rodrigo KumperaMerge pull request #5095 from kumpera/fix_fullaot
2017-06-22 Zoltan Varga[arm] Handle large offsets in OP_SEQ_POINT. Fixes ...
2017-06-22 Alex Rønne PetersenMerge pull request #5090 from alexrp/profiler-class...
2017-06-22 Alex Rønne Petersen[profiler] Remove class unload events.
2017-06-22 Alex Rønne PetersenMerge pull request #5089 from alexrp/profiler-deadlock-fix
2017-06-22 Rodrigo Kumpera[aot] Fix the name of the mono_gc_wbarrier_range_copy...
2017-06-22 Alex Rønne PetersenMerge pull request #5092 from alexrp/mini-coverage...
2017-06-22 Alex Rønne Petersen[mini] Use an atomic add for the code coverage counter...
2017-06-22 Zoltan Varga[runtime] Add a few missing error_init () calls to...
2017-06-22 Alex Rønne PetersenMerge pull request #5091 from alexrp/mini-enter-leave...
2017-06-22 Alex Rønne Petersen[mini] Remove codegen special cases around MONO_PROFILE...
2017-06-22 Alex Rønne Petersen[profiler] Fix a deadlock due to recursive use of the...
2017-06-22 Ludovic Henry[threads] Enable blocking transition with MONO_ENABLE_B...
2017-06-21 Alex Rønne Petersen[utils/mmap] Prefer sysconf () over getpagesize ()...
next