[threads] Remove mono_threads_suspend_needs_abort_syscall (#4450)
[mono.git] / mono / metadata /
2017-03-02 Zoltan Varga[runtime] Cleanup the debugger header files. (#4459)
2017-03-01 Rodrigo KumperaMerge pull request #4418 from kumpera/fix_gclass_record...
2017-03-01 Zoltan Varga[runtime] Use mono_debug_method_lookup_location ()...
2017-03-01 Ludovic Henry[threads] Remove unused mono_thread_internal_stop ...
2017-03-01 Rodrigo KumperaMerge pull request #4373 from NattyNarwhal/haiku
2017-02-28 Bernhard Urban[object/interpreter] add trap for future pitfalls
2017-02-28 Rodrigo KumperaMerge pull request #4440 from kumpera/fix-assembly...
2017-02-28 Vlad BrezaeMerge pull request #4381 from BrzVlad/feature-generatio...
2017-02-28 Rodrigo Kumpera[runtime] Fix assembly remapping by using a hashtable...
2017-02-27 Andi McClureMerge pull request #4438 from xmcclure/monodis-fix
2017-02-27 Rodrigo KumperaMerge pull request #4433 from kumpera/android-fixes
2017-02-27 Vlad BrezaeMerge pull request #4434 from BrzVlad/fix-unload-hang
2017-02-27 Rodrigo KumperaMerge pull request #4431 from vkargov/vk-leaking-points
2017-02-27 CalvinHaiku hrev50954 makes this ifdef unnecessary
2017-02-27 CalvinGet Mono running further on Haiku by fixing proclib...
2017-02-27 CalvinRestore Haiku support
2017-02-25 Vlad Brezae[threads] Don't ignore abort requests in abort protecte...
2017-02-24 Zoltan Varga[runtime] Speed up mono_icall_start()/mono_icall_end...
2017-02-24 Aleksey Kliger ... [runtime] Call error_init instead of mono_error_init...
2017-02-24 Zoltan Varga[runtime] Add fastpaths to the stelem wrappers for...
2017-02-23 Rodrigo KumperaMerge pull request #4419 from BrzVlad/fix-oom-nre
2017-02-22 Vlad Brezae[sgen] Throw OOM also from the managed allocator
2017-02-22 Vlad Brezae[sgen] Rename confusing variable
2017-02-22 Vlad BrezaeMerge pull request #4403 from BrzVlad/fix-workers-par...
2017-02-22 Rodrigo Kumpera[loader] When loading the parent of a GTD fails. We...
2017-02-22 Ludovic Henry[threads] Ensure we have balanced appdomain push/pop...
2017-02-22 Zoltan Varga[runtime] Use TARGET_WIN32 instead of HOST_WIN32 when...
2017-02-21 Rodrigo KumperaMerge pull request #4380 from alexanderkyte/conflicting...
2017-02-21 Alexis ChristoforidesMerge pull request #4169 from evincarofautumn/fix-xmm...
2017-02-21 Edward Bettscorrect spelling mistakes (#4405)
2017-02-20 Marek SafarMerge pull request #4398 from marek-safar/mono.csharp
2017-02-20 Vlad Brezae[runtime] Counter for max hashtable chain length
2017-02-20 Vlad Brezae[runtime] Avoid equal calls in MonoGHashTable
2017-02-20 Vlad Brezae[runtime] Use better hashing for refobject_hash
2017-02-20 Vlad Brezae[runtime] Reduce collisions with open addressing hashes
2017-02-20 Vlad Brezae[sgen] Generational mono g hashtable
2017-02-20 Alexander Kyte[runtime] Fail gracefully when method has conflicting...
2017-02-17 Ludovic Henry[threadpool] Let the runtime abort and wait for threads...
2017-02-17 Vlad Brezae[sgen] Move some cardtable functions to sgen
2017-02-17 Vlad Brezae[runtime] Open addressing for MonoGHashTable
2017-02-16 Ludovic Henry[threadpool] Extract ThreadPoolDomain creation from...
2017-02-16 Ludovic Henry[threadpool] Make sure we check if the runtime is shutt...
2017-02-16 Ludovic Henry[threadpool] Make ThreadPoolWorker staticaly allocated
2017-02-16 Ludovic Henry[threadpool] Make ThreadPool global variable staticaly...
2017-02-16 Aleksey Kliger[w2file] Fix shutdown assert in checked mode
2017-02-16 Aleksey Kliger[w32file] Transition to GC safe mode when file handles...
2017-02-16 Ludovic Henry[process] Allocate a handle even for non-child processe...
2017-02-16 Rodrigo KumperaMerge pull request #4385 from mono/work-btls-02152017
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)
next