[runtime] Fix DISABLE_REFLECTION_EMIT build.
[mono.git] / mono / metadata /
2017-09-27 Rodrigo Kumpera[runtime] Fix DISABLE_REFLECTION_EMIT build.
2017-09-25 Rodrigo Kumpera[runtime] Handle RuntimeWrappedException and dynamic...
2017-09-25 Rodrigo Kumpera[runtime] Handle RuntimeWrappedException and dynamic...
2017-09-22 Vlad BrezaeMerge pull request #5594 from BrzVlad/fix-domain-abort...
2017-09-22 Vlad Brezae[runtime] Don't terminate application on unhandled...
2017-09-22 Vlad Brezae[runtime] Throw DomainUnloadedException exception when...
2017-09-22 Vlad Brezae[remoting] Refactor xdispatch wrapper to use icall...
2017-09-22 Vlad Brezae[runtime] Ignore ResetAbort when the current appdomain...
2017-09-21 Alexis ChristoforidesMerge pull request #5608 from mono/xcode9_bockbuild_fix
2017-09-21 Ludovic Henry[threads] Keep the tid after the thread has finished...
2017-09-21 Alex Rønne PetersenMerge pull request #5614 from alexrp/master
2017-09-20 Armin HasitzkaMark `mono_g_hash_table_max_chain_length` as known...
2017-09-20 Armin Hasitzka[TSan] Unlock fastpath when checking domains_to_finaliz...
2017-09-19 Alex Rønne PetersenMerge pull request #5528 from rodrmoya/fix-mono-profile...
2017-09-19 Rodrigo Kumpera[verifier] Allow byref in PropertySig blobs. Fixes...
2017-09-19 Johan LorenssonMerge pull request #5573 from lateralusX/lateralusX...
2017-09-19 Marek SafarMerge pull request #5589 from marek-safar/tests
2017-09-18 Bernhard Urban[w32error] Add ENXIO -> ERROR_DEV_NOT_EXIST error trans...
2017-09-15 Aleksey Kliger ... [loader] Init MonoClass:sizes.element_size lazily ...
2017-09-14 lateralusXInvalid handle exception during WSACleanup on shutdown.
2017-09-14 lateralusXFix sporadic failures in MonoTests.System.Net.HttpReque...
2017-09-13 Alex Rønne PetersenMerge pull request #5562 from alexrp/master
2017-09-13 Rodrigo KumperaMerge pull request #5550 from Cry-Miron/patch-1
2017-09-13 Marek Safar[corlib] Update negative symbol for all cultures. Fixes...
2017-09-13 Cry-MironChanged indentation to K&R indentation
2017-09-12 Rodrigo KumperaMerge pull request #5544 from kumpera/verify_byref_return
2017-09-12 Alexander Kyte[runtime] Use no-op for SufficientExecutionStack on...
2017-09-12 cheruskerMark operations on `shutting_down` as known and accepte...
2017-09-12 Aleksey Kliger[coop handles] Record backtrace when allocating handles...
2017-09-12 Aleksey Kliger[appdomain] Catch exceptions when invoking AppDomain...
2017-09-12 Cry-MironFix assert in module cleanup if nothing is cached
2017-09-12 Cry-MironFix issue where loaded global modules aren't freed
2017-09-11 Rodrigo Kumpera[verifier] Fail to merge stacks with different safe...
2017-09-11 Rodrigo Kumpera[verifier] Implement verification of byref returns.
2017-09-11 Niklas TherningMerge pull request #5504 from ntherning/wait-for-native...
2017-09-08 Rodrigo KumperaMerge pull request #5428 from kumpera/wasm-support-p2
2017-09-08 Ludovic Henry[threads] Fix "[threads] Fix leaking threads: SGen...
2017-09-08 Armin Hasitzka[TSan] Tackle MonoPerfCounters (#5413)
2017-09-07 Armin HasitzkaUse `Unlocked* ()` to mark racy counters (#5500)
2017-09-07 Armin Hasitzka[threads] Fix leaking threads: SGen Worker and Finalize...
2017-09-06 Alex Rønne PetersenMerge pull request #5512 from rodrmoya/fix-mono-profile...
2017-09-06 Armin HasitzkaInterlock `inflated_signatures_size`, `memberref_sig_ca...
2017-09-05 Niklas TherningWait for the native thread to die in Thread.Join()...
2017-09-04 cheruskerUse `Unlocked* ()` for operations on `joinable_thread_c...
2017-09-01 Rodrigo Kumpera[runtime] Replace a mono_class_vtable with mono_class_v...
2017-09-01 Rodrigo KumperaMerge pull request #5486 from kumpera/fix_array_dispatc...
2017-09-01 Armin HasitzkaImprove `class.c` for TSan instrumentation: (#5485)
2017-09-01 Egor BogatovMerge pull request #5444 from hifi/fix-tds-inputoutput
2017-08-31 Aleksey Kliger[w32file] Add 'kbfuse' filesystem type to known drive...
2017-08-31 Ludovic Henry[socket] Reduce handle manipulations in native (#5378)
2017-08-31 Marek SafarMerge pull request #5479 from marek-safar/cecil-bump
2017-08-31 Aleksey Kliger[cominterop] Get function ptr from interface before...
2017-08-31 Aleksey Kliger[marshal] Don't use a wrapper for mono_marshal_set_last...
2017-08-29 Marek SafarMerge pull request #5469 from marek-safar/ilasm
2017-08-29 Alexander KöplingerRevert "[runtime] Wait for the thread to really exit...
2017-08-29 Zoltan Varga[runtime] Wait for the thread to really exit in Thread...
2017-08-29 Zoltan Varga[sgen] Move the mono_gchandle_ functions to sgen-mono...
2017-08-28 Bernhard Urban[gc counters] avoid using Interlocked*64 functions...
2017-08-24 Rodrigo KumperaMerge pull request #5420 from nealef/z13v5
2017-08-24 Alex Rønne PetersenMerge pull request #5439 from alexrp/master
2017-08-23 Rodrigo KumperaMerge pull request #5415 from kumpera/wasm-support
2017-08-23 Rodrigo Kumpera[wasm] Add wasm stubs for object-offsets and sgen-archdep.
2017-08-23 Rodrigo Kumpera[wasm] Add wasm strings to mono-config.c
2017-08-23 Armin Hasitzka[TSan] Unlocking MonoStats, GCStats and JITGCStats...
2017-08-23 Marek Safar[threadpool] Reduce logging verbosity level. Fixes...
2017-08-21 Rodrigo KumperaMerge pull request #5406 from kumpera/fix_12157
2017-08-18 Rodrigo Kumpera[verifier] Base constructors can only be called on...
2017-08-18 Rodrigo KumperaMerge pull request #5396 from kumpera/fix_11696
2017-08-18 Rodrigo KumperaMerge pull request #5397 from kumpera/fix_41279
2017-08-18 Aleksey Kliger[threads] Use designated initializer syntax in MAKE_SPE...
2017-08-17 Rodrigo Kumpera[runtime] Format MethodAccessException method names...
2017-08-17 Rodrigo KumperaMerge pull request #5390 from kumpera/fix_58637
2017-08-17 Rodrigo Kumpera[runtime] Don't set pkey to a value that will be freed...
2017-08-17 Rodrigo Kumpera[verifier] Check methodimpl table for duplicated. Fixes...
2017-08-17 Ludovic Henry[marshal] Rethrow in native-to-managed wrapper to keep...
2017-08-17 Ludovic Henry[w32error] Add ENODEV -> ERROR_DEV_NOT_EXIST error...
2017-08-17 Armin HasitzkaUse the `Unlocked* ()` functions to blacklist specific...
2017-08-16 Rodrigo Kumpera[corlib] When parsing the ECMA key, don't produce a...
2017-08-16 Marek SafarUpdate list of denied assemblies
2017-08-16 Rodrigo KumperaMerge pull request #5382 from kumpera/pedump_fix
2017-08-16 Ankit Jain[msbuild] Install a `deniedAssembliesList.txt` to suppo...
2017-08-15 Rodrigo Kumpera[verifier] Handle csc encoding of enums in cattr blobs...
2017-08-15 Rodrigo Kumpera[runtime] Add WINDOWS_RUNTIME type attribute that csc...
2017-08-15 Rodrigo Kumpera[verifier] Avoid double init of metadata when using...
2017-08-15 Rodrigo Kumpera[verifier] Partially revert 6d37ffdf534eae04a5d06b2e097...
2017-08-15 Zoltan Varga[runtime] Use HOST_ defines instead of PLATFORM_ define...
2017-08-15 Rodrigo KumperaMerge pull request #5355 from kumpera/fix_58379
2017-08-14 Aleksey Kliger[remoting] transparent proxy GetType of an interface...
2017-08-12 Jonathan ChambersUse eglib g_* allocators rather than malloc/calloc...
2017-08-11 Alexis ChristoforidesMerge pull request #5353 from jonpryor/jonp-mono-api...
2017-08-11 Alex Rønne Petersen[profiler] Fix code coverage support.
2017-08-10 Armin Hasitzka[TSan] Yet another idea about whitelisting data races...
2017-08-09 Alexander KöplingerRevert "[runtime] Avoid building a separate static...
2017-08-09 Aleksey Kliger ... Merge pull request #4379 from ermshiperete/master
2017-08-08 Zoltan Varga[runtime] Remove ves_icall_object_new_fast (), its...
2017-08-08 Eberhard BeilharzFix allocation of memory to match the way it gets freed
2017-08-08 Damien Daspit[runtime] Fix bug when marshaling COM interfaces in...
2017-08-08 Zoltan Varga[runtime] Fix a case where klass->blittable was written...
2017-08-08 Alex Rønne PetersenMerge pull request #5317 from alexrp/master
2017-08-08 Zoltan Varga[runtime] Avoid building a separate static library...
next