mono.git
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] Throw an error if ResolveEventHandler returns...
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 Eberhard Beilharz[System] Request 32-bit capabilities
2017-06-29 Alex Rønne... Merge pull request #5140 from alexrp/profiler-stress...
2017-06-29 monojenkins[msvc] Update csproj files (#5149)
2017-06-29 Ankit Jain[packaging/msbuild] Bump to get new changes on xplat...
2017-06-29 Alexander Köplinger[bcl] Drop a bunch of unused _2_1.cs files (#5112)
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 Alexander Köplinger[packaging] Remove git_branch from msbuild and mono...
2017-06-28 Jo ShieldsManually invoke Xvfb, don't depend on the xvfb plugin...
2017-06-28 Marek Safar[build] Add a new profile
2017-06-28 Aleksey Kliger[nullgc] When building nullgc, don't try to link Boehm...
2017-06-28 Alex Rønne... [acceptance-tests] Don't pass a zero sampling/heapshot...
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 monojenkins[msvc] Update csproj files (#5131)
2017-06-27 Alexander Köplinger[man] Fix AOT temp path option description
2017-06-27 Aleksey Kliger... Merge pull request #5120 from lambdageek/bug-57744
2017-06-27 cheruskerFix various compiler warnings (#5064)
2017-06-27 Ankit Jain[packaging/msbuild] Bump to get new changes on xplat...
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 Aleksey Kliger[bcl] Delete our ReflectionTypeLoadException
2017-06-26 Alexander Köplinger[cil-strip] Move comment out of .sources file
2017-06-26 Zoltan Varga[runtime] Add more logging in case mono_os_cond_timedwa...
2017-06-26 Alexander KöplingerBump API snapshot
2017-06-26 Marius Ungureanu[System.Core] Implement MemoryMappedFile.OpenExisting
2017-06-26 Alexander KöplingerRevert "[cil-strip] Remove old private copy of Mono...
2017-06-26 Alexander KöplingerRevert "[cil-strip] Upgrade to latest Mono.Cecil API"
2017-06-26 monojenkins[msvc] Update csproj files
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-24 Ankit Jain[packaging/msbuild] Bump to get new changes on xplat...
2017-06-23 Ludovic Henry[System] Fix compilation on watchos (#5108)
2017-06-23 Alexander Köplinger[cil-strip] Remove old private copy of Mono.Cecil
2017-06-23 Alexander Köplinger[cil-strip] Upgrade to latest Mono.Cecil API
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 Marius UngureanuMerge pull request #5104 from mono/bump-bockbuild
2017-06-23 Marius UngureanuBump bockbuild
2017-06-23 Alex Rønne... [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-23 Ankit Jain[packaging/msbuild] Bump to get new changes on xplat...
2017-06-23 Ankit Jain[packaging/msbuild] Update commit hash to point to...
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... Merge pull request #5090 from alexrp/profiler-class...
2017-06-22 Alex Rønne... [profiler] Remove class unload events.
2017-06-22 Alex Rønne... Merge 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... Merge pull request #5092 from alexrp/mini-coverage...
2017-06-22 Eddie HedgesDocs: added missing ) to RelaxngPattern snippet (#5093)
2017-06-22 Alex Rønne... [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 Zoltan Varga[sre] Fix the signature of the create_dynamic_method...
2017-06-22 Alex Rønne... Merge pull request #5091 from alexrp/mini-enter-leave...
2017-06-22 Alex Rønne... [mini] Remove codegen special cases around MONO_PROFILE...
2017-06-22 Alex Rønne... [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... [utils/mmap] Prefer sysconf () over getpagesize ()...
2017-06-21 Aleksey Kliger... Merge pull request #5079 from lambdageek/dev-setvalue
2017-06-21 Rodrigo KumperaMerge pull request #5082 from kumpera/fix-ro-fs-file...
2017-06-21 Rodrigo Kumpera[runtime] Update comment with link to Linux Kernel...
2017-06-21 Bernhard Urban[interp] disable context-static.exe on CI as it suffers...
2017-06-21 Bernhard Urban[interp] fix BARRIER_IF_VOLATILE usage
2017-06-21 Alex Rønne... [interp] Handle the `no.` prefix instruction as a no-op.
2017-06-21 Alex Rønne... [interp] Add support for the `volatile.` prefix instruc...
2017-06-21 Alex Rønne... [interp] Add MINT_MONO_MEMORY_BARRIER.
2017-06-21 Alex Rønne... [interp] Fix oplength of MINT_MONO_TLS.
2017-06-21 Alex Rønne... [interp] Update comment to clarify meaning of oplength.
2017-06-21 Marek Safar[mcs] Add missing vector cloning of definite assignment...
2017-06-21 Alex Rønne... Merge pull request #5072 from alexrp/profiler-stability
2017-06-20 Marek Safar[mcs] Fixes regression introduced by a0fc3f4dcf571edc99...
2017-06-20 Rodrigo Kumpera[io-layer] When deleting a file, check for EROFS and...
next