[msvc] Update csproj files (#4254)
[mono.git] / mono / metadata /
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...
2016-12-27 Aleksey Kliger[sgen] Assert that skipped threads have empty an Handle...
2016-12-27 Aleksey Kliger[coop handles] Add mono_handle_stack_is_empty
2016-12-27 Aleksey Kliger[coop handles] Add MONO_HANDLE_TRACK_OWNER mode.
2016-12-22 Zoltan Varga[runtime] Add a few missing object offsets for arm.
2016-12-22 Zoltan Varga[runtime] Remove some dead code.
2016-12-21 Michael DeRoyDo not free marshaled string conversion buffer on win32...
2016-12-21 Vlad BrezaeMerge pull request #4185 from BrzVlad/fix-arm64-finally...
2016-12-20 João MatosMerge pull request #4118 from petertiedemann/fix-bug...
2016-12-20 Zoltan Varga[runtime] Add an assert to mono_class_setup_vtable_gene...
2016-12-20 Rodrigo KumperaMerge pull request #3981 from kumpera/fix_symbolificati...
2016-12-19 Rodrigo Kumpera[runtime] Include seqpoints, mvid and aotid on runtime...
2016-12-19 Rodrigo Kumpera[runtime] Extract mono_runtime_get_aotid from the icall...
2016-12-19 Rodrigo Kumpera[runtime] Use commas for array rank instead of a number...
2016-12-19 Vlad BrezaeMerge pull request #4155 from BrzVlad/fix-tls-lmf-addr
2016-12-18 Neale Ferguson.NET allows each finalizer thread up to 2 seconds to...
2016-12-18 Sergei Trofimovichconfigure.ac: import makedev() and friends from <sys...
2016-12-17 Ludovic Henry[threadpool] Remove assertion on RequestWorkerThread...
2016-12-17 Ludovic Henry[threadpool] Use threadpool->threads instead of threadp...
2016-12-16 Ludovic Henry[threads] Ensure thread is still alive when detaching it
2016-12-16 Zoltan VargaFix a warning.
2016-12-15 Ludovic Henry[process] Fix process-unref-race.exe (#4144)
2016-12-15 Vlad BrezaeMerge pull request #4014 from BrzVlad/feature-tls-refactor
2016-12-14 Vlad Brezae[runtime] Refactor and unify tls access
2016-12-14 Marek SafarMerge pull request #4139 from lambdageek/bug-49686
2016-12-14 Vlad BrezaeMerge pull request #4110 from BrzVlad/fix-sgen-win32
2016-12-14 Ludovic Henry[process] Remove useless FIXME
2016-12-13 Ludovic Henry[threadpool] Assert that we do not overflow ThreadPoolC...
2016-12-13 Ludovic Henry[threadpool] Fix `MonoTests.runtime.unload-appdomain...
2016-12-13 Vlad Brezae[runtime] Fix prototype of functions
2016-12-12 Ludovic Henry[threads] Destroy thread->suspended before removing...
2016-12-09 Ludovic Henry[threadpool] Split domain and worker management (#4117)
2016-12-09 Ludovic Henry[threads] Inline thread_cleanup into mono_thread_detach...
2016-12-09 Alexander Köplinger[runtime] Add write barriers for FindFirstFile/FindNext...
2016-12-08 Zoltan Varga[runtime] Use MonoBoolean instead of gboolean in monito...
2016-12-07 Marek SafarMerge pull request #4102 from marek-safar/bootstrap
2016-12-06 Alexander KöplingerRevert "[runtime] Use MonoBoolean as the return value...
2016-12-06 Ludovic Henry[io-layer] Remove io-layer.h include from as many heade...
2016-12-06 Ludovic Henry[w32handle] Fix race in foreach and unref (#4089)
2016-12-06 Zoltan Varga[runtime] Use MonoBoolean as the return value of monito...
2016-12-06 Alexander KöplingerMerge pull request #4093 from ntherning/enable-building...
2016-12-05 Ludovic Henry[threads] Do not switch to GC safe twice, it's already...
2016-12-05 Aleksey Kliger ... [runtime] Use coop handles for the remaining System...
2016-12-05 Niklas TherningMerge pull request #4092 from ntherning/fix-w32process...
2016-12-05 Niklas TherningFix build failure in w32process-win32.c
2016-12-05 Johan LorenssonMerge pull request #3997 from lateralusX/jlorenss/win...
2016-12-03 Ludovic Henry[runtime] Fix build
2016-12-03 Ludovic Henry[Process] Remove unused cmd and shell_path variables
2016-12-03 Ludovic Henry[Process] Concatenate envirnoment key and value in...
2016-12-03 Ludovic Henry[w32process] Rename MonoW32HandleProcess `id` to `pid...
2016-12-03 Joshua PetersonDon't allow Join to return due to an APC (#3970)
2016-12-03 Ludovic Henry[io-layer] Remove versioninfo.{c,h} (#4083)
2016-12-03 Zoltan Varga[runtime] Add locking to mono_gc_compute_gc_descriptor...
2016-12-03 Miguel de Icaza[marshal] Only copy the minimum of size/length, not...
2016-12-02 Zoltan Varga[runtime] Set klass->inited under the loader lock.
2016-12-02 Ludovic Henry[io-layer] Remove FormatMessage (#4055)
2016-12-02 Ludovic Henry[io-layer] Remove security.{c,h} (#4079)
2016-12-02 Aleksey Kliger ... Fix clang warning about no argument function prototype...
2016-12-02 Zoltan Varga[runtime] Call mono_class_init () before accessing...
2016-12-02 Marek Safar[corlib] Cleanup more negative sign cultures with unico...
2016-12-02 Aleksey Kliger ... [runtime] Use mono_assembly_get_object_handle instead...
2016-12-02 Ludovic Henry[io-layer] Remove status.h, types.h, timefuncs.h and...
2016-12-02 Marek SafarMerge pull request #4063 from ntherning/fix-culture...
2016-12-02 Zoltan Varga[runtime] Avoid rethrowing ThreadAbortException's from...
2016-12-02 Zoltan Varga[runtime] Change the vtable->initialized bitfield into...
2016-12-02 Zoltan Varga[runtime] Implement support for fixed char arrays....
2016-12-01 Andi McClureMerge pull request #4053 from xmcclure/babysitter_cygwin
2016-12-01 Mike VoorheesAdd embedding API to expose empty string instance ...
2016-12-01 Rodrigo KumperaMerge pull request #4048 from kumpera/iface_casting_cleanup
2016-12-01 Ludovic Henry[w32handle] Rename `statuscode` parameter to `abandoned`
2016-12-01 Alexander Köplinger[corlib] Use Directory.GetFiles/GetDirectories implemen...
2016-12-01 Alexander KöplingerMerge pull request #4065 from akoeplinger/add-mcs-lane
2016-12-01 Ludovic Henry[io-layer] Remove DuplicateHandle
2016-12-01 Aleksey Kliger ... Merge pull request #4045 from lambdageek/bug-47867
2016-12-01 Niklas TherningMerge pull request #4051 from Unity-Technologies/regist...
2016-12-01 lateralusXEnabled possibility to exclude SafeArray implementation...
next