[msvc] Update csproj files (#4295)
[mono.git] / mono /
2017-01-25 Aleksey Kliger ... [appdomain] Use coop handles for most methods in System...
2017-01-25 Marek SafarMerge pull request #4276 from henricm/winaot
2017-01-25 Rodrigo KumperaMerge pull request #4280 from vargaz/class-init-cond
2017-01-25 Henric MüllerUpdates for winaot profile
2017-01-25 Henric MüllerAdded support for Windows AOT suffix
2017-01-24 Alexander Köplinger[socket] Fix order of parameters for mono_w32file_create
2017-01-24 Vlad BrezaeMerge pull request #3806 from BrzVlad/feature-parallel...
2017-01-23 Ludovic Henry[socket] Ensure werror is initialized to 0
2017-01-23 Zoltan Varga[runtime] Remove duplicate unused SHA1 implementation.
2017-01-23 Bernhard Urban[mono-sha1] make SHA1Transform thread-safe
2017-01-23 Zoltan Varga[aot] Allow the redirection of aot profile output to...
2017-01-23 Zoltan Varga[runtime] Implement the wait in mono_runtime_class_init...
2017-01-23 Alexander KöplingerFix a few cppcheck errors (#4281)
2017-01-22 Rodrigo KumperaMerge pull request #4274 from kumpera/cctor-abort
2017-01-22 Alexander KöplingerFix tarball build
2017-01-21 Zoltan Varga[aot] Init the plt before setting acfg->methods_loaded...
2017-01-21 Ludovic Henry[io-layer] Extract error (#4279)
2017-01-21 Zoltan Varga[runtime] Fix the loaded llvm build.
2017-01-20 Alexander Köplinger[btls] Remove last traces of statically linked btls
2017-01-20 Alexander Köplinger[btls] Add dependency on btls source files in Makefile...
2017-01-20 Alexander Köplinger[profiler] Add mono-profiler-aot.h to EXTRA_DIST
2017-01-20 Ludovic Henry[io-layer] Extract file (#4255)
2017-01-20 Aleksey Kliger ... [reflection] Use coop handles for MonoMethod icalls...
2017-01-20 Vlad Brezae[sgen] Always use a context specialized gray stack
2017-01-20 Zoltan Varga[runtime] Mono.Dynamic.Interpreter is no more, delete...
2017-01-20 Zoltan Varga[runtime] Fix locking issues while accessing MonoClass...
2017-01-20 Rodrigo Kumpera[runtime] Poll for interruption on cctor execution...
2017-01-20 Rodrigo Kumpera[runtime] Add new thread state INTERRUPT_REQUEST_DEFERR...
2017-01-20 Rodrigo Kumpera[threading] Change mono_thread_try_resume_interruption...
2017-01-20 Rodrigo Kumpera[runtime] Workaround in Environment::Exit icall in...
2017-01-20 Rodrigo Kumpera[mono/tests] Use multiple return values to make it...
2017-01-20 Michael DeRoyFix memory leak when creating sequence points (#4273)
2017-01-19 Vlad Brezae[sgen] Always use one concurrent worker
2017-01-19 Vlad Brezae[sgen] Awaken workers if they are finished while there...
2017-01-19 Vlad Brezae[sgen] Use non-synchronized gray stack when only one...
2017-01-19 Vlad Brezae[sgen] Spread the initial roots of workers
2017-01-19 Vlad Brezae[sgen] Worker gray queue stealing
2017-01-19 Vlad Brezae[sgen] Properly init the size of a new gray queue section
2017-01-19 Vlad Brezae[profiler] Fix vtune build
2017-01-19 Vlad Brezae[sgen] Add worker index to the binary protocol entries
2017-01-19 Vlad Brezae[sgen] Clean exit if we can't read binprot file due...
2017-01-19 Vlad Brezae[sgen] Switch to nopar context when we are left with...
2017-01-19 Vlad Brezae[sgen] Parallel mod union scan jobs
2017-01-19 Vlad Brezae[sgen] Avoid allocating mod union cardtables for los...
2017-01-19 Vlad Brezae[sgen] Remove unused function
2017-01-19 Vlad Brezae[sgen] Use parallel workers when finishing concurrent...
2017-01-19 Vlad Brezae[sgen] Make getting object size safe with parallel...
2017-01-19 Vlad Brezae[sgen] Support cementing from multiple workers
2017-01-19 Vlad Brezae[sgen] Disable concurrent queue redirection
2017-01-19 Vlad Brezae[sgen] Add parallel copying infrastructure
2017-01-19 Vlad Brezae[sgen] Add free lists for each workers
2017-01-19 Vlad Brezae[sgen] Parallel precleaning of los objects
2017-01-19 Vlad Brezae[sgen] Remove unused parameter
2017-01-19 Vlad Brezae[sgen] Parallel major blocks precleaning
2017-01-19 Vlad Brezae[sgen] Split precleaning into multiple jobs
2017-01-19 Vlad Brezae[sgen] Enqueue preclean through a worker finish callback
2017-01-19 Vlad Brezae[sgen] Enable multiple workers
2017-01-19 Vlad Brezae[sgen] CAS on LOS marking
2017-01-19 Vlad Brezae[sgen] Add CAS object marking for concurrent workers
2017-01-19 Vlad Brezae[sgen] Add separate scan/copy context for concurrent...
2017-01-19 Vlad Brezae[sgen] Use array with fixed-size element for mark words
2017-01-19 Vlad Brezae[sgen] Support multiple workers
2017-01-19 Rodrigo Kumpera[runtime] Collapse interruption_requested and abort_pro...
2017-01-19 Aleksey Kliger[sre] Use coop handles in parts of sre.c
2017-01-19 Rodrigo KumperaMerge pull request #4269 from kumpera/nuget-fixing...
2017-01-19 Vlad Brezae[sgen] Add multiple thread support for sgen thread...
2017-01-19 Vlad Brezae[sgen] Add parallel configuration to the sgen testing...
2017-01-19 Vlad Brezae[sgen] Add option for a new parallel concurrent collector
2017-01-19 Vlad Brezae[sgen] Remove unused prototypes
2017-01-19 Vlad Brezae[sgen] Use thread safe addition to block list
2017-01-19 Ludovic Henry[threads] Fix crash on unknown policy (#4264)
2017-01-19 Ludovic Henry[threadpool] Fix race on runtime shutdown (#4263)
2017-01-19 Ludovic Henry[io-layer] Extract socket (#4241)
2017-01-19 Rodrigo Kumpera[mini] Add new JIT flag JIT_FLAG_DISCARD_RESULTS to...
2017-01-19 Rodrigo Kumpera[runtime] A pair of small fixes for the ignore assembly...
2017-01-18 Alexander Köplinger[btls] Disable RC4 cipher suites by default
2017-01-18 Rodrigo KumperaMerge pull request #4262 from kumpera/fix-windows
2017-01-18 Rodrigo KumperaFix the windows build.
2017-01-18 Aleksey Kliger[reflection] Fix ves_icall_RuntimeTypeHandle_GetGeneric...
2017-01-18 Aleksey Kliger[coop handles] Fix mono_gchandle_get_target_handle
2017-01-18 Bernhard Urban[mini-posix] close file stream before exec'ing into...
2017-01-18 Bernhard Urban[mini-posix] fix indent
2017-01-18 Bernhard Urban[exception] add another testcase where an exception...
2017-01-18 Bernhard Urban[exception] retain stack trace when an exception is...
2017-01-18 Rodrigo KumperaMerge pull request #4234 from kumpera/katia-flavia
2017-01-17 Rodrigo Kumpera[runtime] Deny loading images that belong to a set...
2017-01-17 Bernhard Urban[interpreter] fix castclass and isinst instruction
2017-01-17 Alexander Köplinger[tests] Use correct MONO_PATH directory for tools like...
2017-01-17 Zoltan Varga[lldb] Embed the actual entry in the jit descriptor...
2017-01-16 Alexander Kyte[runtime] Enable unwind_backtrace on ARM/linux (#4230)
2017-01-16 Zoltan Varga[jit] Optimize constrained calls to Enum.GetHasCode...
2017-01-16 Zoltan Varga[runtime] Remove glib usage from public headers. (...
2017-01-15 Zoltan Varga[jit] Fix a regression introduced by the addition of...
2017-01-13 Ludovic Henry[hybrid] Enable gsharedvt trampoline on amd64
2017-01-13 Ludovic Henry[hybrid] Ensure gsharedvt isn't disabled once it's...
2017-01-13 Ludovic Henry[hybrid] Enable logging for methods not found with...
2017-01-12 Rodrigo KumperaMerge pull request #4198 from vkargov/vk-prevbb
2017-01-12 Rodrigo KumperaMerge pull request #4212 from BrzVlad/fix-ephemeron...
2017-01-12 Aleksey Kliger[runtime] Use mono_{object,class}_is_transparent_proxy...
2017-01-12 Aleksey Kliger[runtime] Fix compile error in mono_domain_from_appdoma...
next