[msvc] Update csproj files (#4395)
[mono.git] / mono / metadata /
2017-02-16 Ludovic Henry[socket] Add EPROTOTYPE error case (#4391)
2017-02-16 Rodrigo KumperaMerge pull request #4376 from kumpera/test-hardneing
2017-02-15 Marek SafarMerge pull request #4371 from marek-safar/cecil-update
2017-02-14 Aleksey Kliger[w32file] transition to GC unsafe in file handle close...
2017-02-14 Aleksey Kliger ... [w32file] Push coop transitions into functions, closer...
2017-02-12 Ludovic Henry[finalizer] Suspend finalizer thread on after shutdown...
2017-02-10 Zoltan Varga[runtime] Avoid holding the init lock while calling...
2017-02-10 Ludovic Henry[threads] Make OSEvent alertable to fix bug #51653...
2017-02-09 Ludovic Henry[process] Improve error message for inaccessible proces...
2017-02-09 Rodrigo KumperaMerge pull request #4248 from Unity-Technologies/boehm...
2017-02-09 Zoltan Varga[runtime] Fix the reflected type of Delegate.Method...
2017-02-09 Ludovic Henry[threads] Allow resetting the name of a threadpool...
2017-02-08 Zoltan Varga[runtime] Add a cache for generic array helper wrappers...
2017-02-08 Ludovic HenryRevert "[threads] Make OSEvent alertable to fix bug...
2017-02-08 Ludovic Henry[threads] Make OSEvent alertable to fix bug #51653...
2017-02-08 Niklas TherningMerge pull request #4335 from ntherning/skip-unwind...
2017-02-08 Niklas TherningMerge pull request #4333 from ntherning/Mono-Posix...
2017-02-07 Ludovic Henry[threadpool] Fix hang on threadpool cleanup (#4330)
2017-02-07 Zoltan Varga[runtime] Add a workaround for #50529 by locking around...
2017-02-07 Niklas TherningMerge pull request #4334 from ntherning/exclude-mono_w3...
2017-02-07 Niklas TherningExclude mono_w32socket_disconnect() on unsupported...
2017-02-06 Vlad Brezae[sgen] Don't assert when suspending detaching thread...
2017-02-03 Jon Purdy[runtime] Require C# namespace to be quoted.
2017-02-03 Jon Purdy[runtime] Avoid 'strncpy'.
2017-02-03 Jon Purdy[runtime] Use double-underscored attributes.
2017-02-03 Jon Purdy[runtime] Remove redundant #includes.
2017-02-03 Jon Purdy[runtime] Avoid invalid characters.
2017-02-03 Zoltan Varga[runtime] Fix the computation of token sizes in ppdb...
2017-02-02 Zoltan Varga[runtime] Factor out some code from mono_metadata_compu...
2017-02-02 Vlad BrezaeMerge pull request #4306 from BrzVlad/fix-roslyn-ppc
2017-02-02 Martin BauligMerge pull request #4316 from mono/work-51562
2017-02-02 Niklas TherningMerge pull request #4312 from ntherning/winaot-tests...
2017-02-01 Zoltan VargaRevert "[runtime] Fix the computation of token sizes...
2017-02-01 Zoltan Varga[runtime] Fix the computation of token sizes in ppdb...
2017-02-01 Zoltan Varga[runtime] Update comments in mono-debug-debugger.h.
2017-02-01 Niklas TherningMerge pull request #4301 from ntherning/fix-Mono.Posix...
2017-02-01 Zoltan Varga[ppdb] Fix support for embedded ppdb data.
2017-01-30 Marek Safar[mono] Update ignored assemblies list to include System...
2017-01-30 Marek Safar[mono] Update ignored assemblies list to include System...
2017-01-30 Rodrigo KumperaMerge pull request #4297 from kumpera/fix-profiler...
2017-01-27 Marek Safar[runtime] Add more system assemblies remapping
2017-01-27 David Karlaš[Ppdb] Support for reading CustomDebugInformation and...
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-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] 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-21 Ludovic Henry[io-layer] Extract error (#4279)
2017-01-21 Zoltan Varga[runtime] Fix the loaded llvm build.
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 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-19 Vlad Brezae[sgen] Remove unused parameter
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 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[runtime] A pair of small fixes for the ignore assembly...
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 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 Jonathan ChambersImplement mono_gc_alloc_fixed on Boehm to be uncollecta...
2017-01-16 Zoltan Varga[runtime] Remove glib usage from public headers. (...
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...
2017-01-12 Zoltan Varga[runtime] Add an --enable-minimal=mdb option for disabl...
2017-01-12 Aleksey Kliger ... [reflection] Coop handles for more icalls in `System...
2017-01-12 Zoltan Varga[runtime] Support TransparentProxy-es in mono_domain_fr...
2017-01-12 Rodrigo KumperaMerge pull request #3563 from lewurm/interpreter
2017-01-11 Alexander KöplingerMerge pull request #4224 from akoeplinger/fix-46602
2017-01-11 Aleksey Kliger ... [remoting] Coop handles for proxy objects (#4208)
2017-01-11 Marek SafarMerge pull request #4219 from marek-safar/corert-bump
2017-01-11 Marek SafarMerge pull request #4222 from alexanderkyte/fix_mismatc...
2017-01-10 Aleksey Kliger ... [reflection] Coop handles icalls in System.Reflection...
2017-01-10 Aleksey Kliger[runtime] Set the pinvoke bit for handles-using icall...
2017-01-09 Zoltan Varga[aot] Rewrite the AOT profiler. (#4176)
2017-01-05 Aleksey KligerRevert "[reflection] Additional coop handles changes...
2017-01-05 Aleksey Kliger ... [reflection] Additional coop handles changes (#4197)
2017-01-04 Marek SafarRevert "Bump corlib version"
2017-01-04 David KarlašMerge pull request #4196 from DavidKarlas/stepAndCatchE...
2017-01-04 Alexander KöplingerBump corlib version
2017-01-03 Vlad BrezaeMerge pull request #4152 from BrzVlad/misc-gc-altstack
2016-12-27 Zoltan VargaFix a warning.
2016-12-27 Aleksey Kliger ... [reflection] Use handles for several more icalls (...
2016-12-27 Aleksey Kliger[threadpool] Restore handle stack mark after a worker...
next