[msvc] Update csproj files (#5149)
[mono.git] / mono / metadata /
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-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 Aleksey Kliger ... Merge pull request #5120 from lambdageek/bug-57744
2017-06-27 cheruskerFix various compiler warnings (#5064)
2017-06-26 Aleksey Kliger[reflection] Convert correct MonoError to an exn in...
2017-06-26 Marius Ungureanu[System.Core] Implement MemoryMappedFile.OpenExisting
2017-06-24 Aleksey Kliger[null_gc] Get null GC building again.
2017-06-23 Rodrigo KumperaMerge pull request #5103 from alexrp/profiler-signal...
2017-06-23 Vlad BrezaeMerge pull request #5084 from BrzVlad/feature-worker...
2017-06-23 Vlad Brezae[sgen] Implement work context for thread pool threads
2017-06-23 Vlad BrezaeMerge pull request #5098 from BrzVlad/fix-sgen-pagesize
2017-06-22 Alex Rønne PetersenMerge pull request #5090 from alexrp/profiler-class...
2017-06-22 Alex Rønne PetersenMerge pull request #5089 from alexrp/profiler-deadlock-fix
2017-06-22 Alex Rønne PetersenMerge pull request #5092 from alexrp/mini-coverage...
2017-06-22 Zoltan Varga[runtime] Add a few missing error_init () calls to...
2017-06-22 Alex Rønne PetersenMerge pull request #5091 from alexrp/mini-enter-leave...
2017-06-22 Ludovic Henry[threads] Enable blocking transition with MONO_ENABLE_B...
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-20 Rodrigo Kumpera[io-layer] When deleting a file, check for EROFS and...
2017-06-20 Aleksey Kliger[runtime] Use coop handles for System.Array.SetValue
2017-06-20 Aleksey Kliger[runtime] Use coop handles for System.Array.SetValueImpl
2017-06-20 Aleksey Kliger[runtime] Make array_set_value_impl single-exit
2017-06-20 Aleksey Kliger[runtime] Don't call icall ves_icall_System_Array_SetVa...
2017-06-20 Aleksey Kliger[runtime] Use coop handles for System.Reflection.MonoFi...
2017-06-20 Aleksey Kliger[runtime] Add mono_nullable_init_from_handle
2017-06-20 Aleksey Kliger[coop handles] Add MONO_HANDLE_SET_FIELD_REF macro
2017-06-20 Aleksey Kliger[coop handles] Add mono_object_handle_pin_unbox
2017-06-20 Ludovic Henry[threads] Store MonoInternalThread in MonoThreadInfo...
2017-06-19 Alex Rønne PetersenMerge pull request #5062 from alexrp/profiler-library
2017-06-19 Alex Rønne PetersenMerge pull request #5063 from alexrp/profiler-format...
2017-06-19 Aleksey Kliger ... Merge pull request #5059 from lambdageek/tbt
2017-06-19 Rodrigo KumperaMerge pull request #5027 from kumpera/damn-you-strerror
2017-06-19 Zoltan Varga[jit] Treat the mono_threads_attach_coop () icall speci...
2017-06-18 Alex Rønne Petersen[profiler] Add an exception clause callback that receiv...
2017-06-17 Ludovic Henry[w32handle] Unify WaitHandle.Wait{One,Any,All} icalls...
2017-06-16 Ludovic Henry[threads] Rework MonoThreadInfoCallbacks.thread_{regist...
2017-06-16 Zoltan Varga[runtime] Add a mono_marshal_get_runtime_invoke_full...
2017-06-16 Rodrigo KumperaMerge pull request #5014 from vkargov/vk-kasha
2017-06-16 Aleksey Kliger ... Merge pull request #5010 from Unity-Technologies/boehm...
2017-06-16 Rodrigo KumperaMerge pull request #5032 from kumpera/profiler-reorder...
2017-06-15 Aleksey KligerInitialize new handle chunks on in mono_handle_stack_al...
2017-06-14 Rodrigo Kumpera[sgen] Don't report GC moves with the world running...
2017-06-14 Rodrigo Kumpera[sgen] Move STW GC events to sgen-stw.c so they are...
2017-06-14 Aleksey Kliger ... Merge pull request #5020 from lambdageek/fix-strict...
2017-06-14 Jonathan ChambersUse GC memory for handle stack under Boehm so it's...
2017-06-14 Bernhard Urban[metadata] s/HAVE_ONLINE_VES/ENABLE_ILGEN/g
2017-06-14 Bernhard Urban[configure] move HAVE_ONLINE_VES away from autotools...
2017-06-13 Aleksey Kliger[loader] If using strict strong names, recheck loaded...
2017-06-13 Vlad BrezaeMerge pull request #5002 from BrzVlad/feature-sgen...
2017-06-13 Vlad BrezaeMerge pull request #5021 from BrzVlad/fix-parallel...
2017-06-12 Rodrigo KumperaMerge pull request #4967 from kumpera/profiler-arg...
2017-06-10 Vladimir Kargov[jit] Always cache the latest image set in case of...
2017-06-09 Jonathan ChambersUse regular allocator rather than GC memory for SRE...
2017-06-09 Rodrigo KumperaMerge pull request #4998 from kumpera/fix_56684
2017-06-09 Aleksey Kliger ... Merge pull request #4997 from lambdageek/bug-57222
2017-06-09 Bernhard Urban[marshal] allocate dummy string always in root domain
2017-06-08 Aleksey Kliger ... Merge pull request #4995 from lambdageek/dev-monodis...
2017-06-07 Bernhard Urban[marshal] some things are required in the interpreter...
2017-06-07 Bernhard Urban[interp] add InterpMethodArguments struct to offset...
2017-06-05 Ludovic Henry[w32handle] Fix deadlock on SignalAndWait (#4973)
2017-06-05 Aleksey Kliger ... Merge pull request #4962 from lambdageek/dev-handles...
2017-06-05 Aleksey Kliger[w32socket] Use coop handles for System.Net.Sockets...
2017-06-05 Aleksey Kliger[coop handles] Add mono_internal_thread_handle_ptr...
2017-06-05 Aleksey Kliger[runtime] typedef MonoThread MonoThreadObject
2017-06-05 Aleksey Kliger[w32socket] Use coop handles for icalls in System.Net...
2017-06-05 Aleksey Kliger[coop handles] Define MonoSafeHandleHandle
2017-06-05 Aleksey Kliger[coop handles] Macros to access a handle via a MonoClas...
2017-06-05 Aleksey Kliger[marshal] Wrap byref reference args to icalls in coop...
2017-06-05 Alexander KöplingerRevert "[marshal] delay dummy string allocation"
2017-06-02 Zoltan VargaRevert "[sdb] Add an API to make the contents of the...
2017-06-02 Zoltan Varga[sdb] Add an API to make the contents of the 'State...
2017-06-02 Bernhard Urban[marshal] delay dummy string allocation
2017-06-02 Zoltan Varga[runtime] Remove all NACL support. It was unmaintained...
2017-05-31 Aleksey Kliger ... Merge pull request #4935 from lambdageek/dev-handles-may
2017-05-31 Zoltan Varga[runtime] Avoid calling mono_class_from_mono_type ...
2017-05-30 Vlad Brezae[runtime] Don't make the domain id allocatable before...
2017-05-30 Rodrigo KumperaMerge pull request #4938 from kumpera/optimize_ref_queries
2017-05-30 Aleksey Kliger[w32socket] Remove dead code
2017-05-30 Aleksey Kliger[w32socket] Use coop handles for System.Net.Dns.GetHost...
2017-05-30 Aleksey Kliger[w32socket] Use coop handles for System.Net.Dns.GetHost...
2017-05-29 Rodrigo Kumpera[runtime] Handle mono_method_body_get_object returning...
2017-05-29 Rodrigo Kumpera[runtime] Change MonoDomain::refobject_hash to use...
2017-05-29 Rodrigo Kumpera[runtime] Add concurrent read variant of MonoGHashTable...
2017-05-27 Rodrigo KumperaMerge pull request #4904 from kumpera/more_opts
2017-05-27 Rodrigo KumperaMerge pull request #4928 from kumpera/ptr_to_struct_int...
2017-05-27 Zoltan VargaInterp sdb (#4911)
2017-05-27 Zoltan Varga[runtime] Fix a race in mono_class_get_virtual_methods...
2017-05-27 Rodrigo Kumpera[runtime] Change jit_info_table_num_elements to O(1).
2017-05-26 Aleksey Kliger[w32socket] addrinfo_to_IPHostEntry_handles
2017-05-26 Aleksey Kliger[System] Use coop handles for System.Net.Dns.GetHostNam...
2017-05-26 Rodrigo KumperaMerge pull request #4931 from kumpera/com-interop-fix
2017-05-26 Rodrigo KumperaMerge pull request #4840 from kumpera/unaligned-access
2017-05-26 Aleksey Kliger[runtime] Use coop handles for ves_icall_System_Threadi...
2017-05-26 Aleksey Kliger[runtime] Use coop handles for ves_icall_System_Threadi...
2017-05-26 Aleksey Kliger[runtime] Use coop handles for ves_icall_System_Threadi...
2017-05-26 Aleksey Kliger[w32event] Use coop handles for System.Threading.Native...
next