[runtime] Register static rgctx trampolines
[mono.git] / mono / metadata /
2015-07-29 Vlad Brezae[runtime] Expose trampoline jit infos that have unwind...
2015-07-29 Vlad Brezae[jit] Add different frame type for trampoline frames.
2015-07-29 Rodrigo KumperaMerge pull request #1951 from akoeplinger/fix-monop
2015-07-29 Rodrigo Kumpera[runtime] Use MONO_SIZEOF_TYPE instead of sizeof (MonoT...
2015-07-29 Rodrigo Kumpera[runtime] Introduce mono_method_get_wrapper_cache to...
2015-07-29 Rodrigo Kumpera[runtime] Use a single function to free the contents...
2015-07-28 Zoltan Varga[runtime] Print an error message instead of asserting...
2015-07-28 Alexander Kyte[runtime] Remove mono_marshal_free_inflated_wrappers...
2015-07-28 Alexander Kyte[runtime] Move caches present in both MonoImage and...
2015-07-28 Alexander Kyte[runtime] Duplicate some more of the image caches in...
2015-07-28 Alexander Kyte[runtime] Removed confusing/cross-cutting function...
2015-07-28 Alexander Kyte[runtime] Move caches from Images to ImageSets if their...
2015-07-28 Rodrigo Kumpera[marsha] Use TRUE instead of 1 for setting a boolean...
2015-07-28 Alexander Kyte[runtime] Copy signature return type when copying MonoM...
2015-07-28 Zoltan Varga[runtime] Make the code more c++ clean by renaming...
2015-07-28 Zoltan VargaMerge pull request #1950 from akoeplinger/fix-responsef...
2015-07-27 Rodrigo KumperaMerge pull request #1943 from alexrp/profiler-improvements
2015-07-27 Alex Rønne Petersen[runtime] Add docs for new domain and context API funct...
2015-07-27 Zoltan Varga[runtime] Make some headers c++ clean.
2015-07-27 João MatosMerge pull request #1923 from lukaszunity/start-managed...
2015-07-27 João MatosMerge pull request #1948 from akoeplinger/fix-httpliste...
2015-07-27 Marcos HenrichMerge pull request #1909 from esdrubal/reflection
2015-07-24 João Matos[sgen] Adapt Mach OS support code to work with cooperat...
2015-07-24 João Matos[runtime] Make console code work without HAVE_SIGACTION.
2015-07-24 Zoltan VargaMerge pull request #1938 from saper/updates_signal
2015-07-24 Marcin Cieslak[mswin][build] unbreak windows build on 'updates_signal'
2015-07-24 Zoltan Varga[runtime] Avoid stack overflow when marshalling an...
2015-07-23 Miguel de Icaza[mono-config] Apply fix from Bernhard Urban
2015-07-23 Miguel de IcazaUndo the previous patch, as it contained an incorrect...
2015-07-23 Miguel de IcazaMerge pull request #1937 from lewurm/master
2015-07-23 Bernhard Urbanmono: Use the relocated directory for finding support...
2015-07-23 Marek Safar[corlib] ToUpper/ToLower have different rules for invar...
2015-07-21 Rodrigo KumperaMerge pull request #1926 from alexrp/profiler-improvements
2015-07-21 Rodrigo KumperaMerge pull request #1933 from alexrp/master
2015-07-21 Ludovic Henry[runtime] Make sure EPOLLONESHOT is defined
2015-07-21 Alex Rønne Petersen[runtime] Remove lock in context_adjust_static_data ().
2015-07-20 Rodrigo Kumpera[runtime] Fix locking in mono_image_file_for_image.
2015-07-20 Ludovic Henry[threadpool-ms-io] Factor update removing
2015-07-20 Ludovic Henry[threadpool-ms-io] Remove socket synchronously from...
2015-07-20 Rodrigo Kumpera[runtime] Safe publish MonoImage::name_cache and exploi...
2015-07-16 Mark Probst[sgen] Don't crash on canaries when called from `mono_g...
2015-07-16 Ludovic Henry[threadpool-ms] Use define for monitor thread minimal...
2015-07-16 Ludovic Henry[threadpool-ms] Fix monitor thread starting and ending...
2015-07-14 Ludovic Henry[threadpool-ms-io] Fix epoll socket close/remove race...
2015-07-14 Ludovic Henry[bcl] Remove ProcessAsyncReader handle from IO ThreadPo...
2015-07-14 Ludovic Henry[threadpool-ms-io] Rework some utility functions
2015-07-14 Ludovic Henry[threadpool-ms-io] Replace the 2 locks by only 1
2015-07-14 Ludovic Henry[utils] Factor lazy initialization of threadpool-ms...
2015-07-14 Vlad BrezaeMerge pull request #1730 from BrzVlad/feature-arm-fast-tls
2015-07-14 Ludovic Henry[threadpool-ms] Add tracing
2015-07-12 Zoltan Varga[runtime] Add support for portable pdb files without...
2015-07-12 Zoltan Varga[runtime] Update portable pdb support for the latest...
2015-07-11 Alex Rønne Petersen[profiler] Report more metadata load/unload information.
2015-07-10 Vlad Brezae[arm] Add fast tls support on ios.
2015-07-10 Vlad Brezae[sgen] Fix allocator creation when running with jit...
2015-07-10 Vlad Brezae[arm] Add fast tls support on android.
2015-07-10 Vlad Brezae[sgen] Allocator defines depend on the target not the...
2015-07-09 Jonathan PryorMerge pull request #1888 from joelmartinez/mdoc-flagsbug
2015-07-07 Marek SafarMerge pull request #1914 from kasthack/master
2015-07-06 Ludovic Henry[runtime] Remove unused MonoDomain fields
2015-07-06 Rodrigo KumperaMerge pull request #1911 from ludovic-henry/threadpool...
2015-07-06 Marcos Henrich[SRE] Added ModuleBuilder.GetRegisteredToken icall
2015-07-06 Marcos HenrichMerge pull request #1900 from esdrubal/cyclic-ref
2015-07-06 Marcos HenrichMerge pull request #1906 from esdrubal/xbuild-CopyLocal-fix
2015-07-03 Ludovic Henry[threadpool-ms] Fix unhandled exception support
2015-07-02 Rodrigo KumperaMerge pull request #1907 from alexanderkyte/slow_aot_st...
2015-07-02 Marcos HenrichMerge pull request #1860 from saper/tz-fix
2015-07-02 Ludovic Henry[threadpool-ms] Fix segfault when using sdb
2015-07-01 Alexander Kyte[runtime] Conversion of a printf to string append for...
2015-07-01 Marcos Henrich[runtime] mono_class_from_name cyclic ref handling
2015-07-01 Ludovic Henry[threadpool] Remove mono threadpool implementation
2015-07-01 Ludovic Henry[threadpool-ms-io] Fix epoll
2015-06-30 Ludovic Henry[threadpool-ms-io] Fix compilation warning
2015-06-29 João MatosMerge pull request #1903 from vkargov/master
2015-06-29 Vladimir Kargov[runtime] Fix a crash on Windows during the cleanup...
2015-06-25 Zoltan VargaMerge pull request #1898 from alexanderkyte/debugger_va...
2015-06-25 Zoltan Varga[runtime] Use MONO_GENERIC_CONTEXT_USED_CLASS/METHOD...
2015-06-25 Zoltan Varga[runtime] Get rid of the MONO_GENERIC_SHARING env varia...
2015-06-24 Alex Rønne PetersenMerge pull request #1869 from alexanderkyte/appdomain_p...
2015-06-22 Zoltan VargaMerge pull request #1874 from saper/bug_29679
2015-06-22 Mark Probst[sgen] `GCObject*` instead of `void*`
2015-06-22 Mark Probst[runtime] GC descriptor typedef.
2015-06-22 Mark Probst[sgen] Typedef for GC descriptors.
2015-06-22 Mark Probst[sgen] `GCObject*` instead of `char*` where appropriate.
2015-06-22 Mark Probst[sgen] Make GCVTable type opaque, not a pointer.
2015-06-22 Miguel de IcazaMerge pull request #1887 from debugerr/patch-2
2015-06-22 Ludovic Henry[threadpool-ms-io] Rework socket removal job cancellation
2015-06-22 Ludovic Henry[threadpool-ms-io] Remove dependency on SocketAsyncResu...
2015-06-22 Ludovic Henry[threadpool-ms-io] Fix race between socket add and...
2015-06-22 Ludovic Henry[threadpool-ms-io] Rework AsyncReadHandler detection
2015-06-22 Ludovic Henry[threadpool-ms-io] Fix update on epoll
2015-06-19 Zoltan VargaMerge pull request #1886 from BrzVlad/fix-arm-thread...
2015-06-17 Zoltan VargaFix a warning.
2015-06-17 Alexander Kyte[runtime] Fixed use-after-free in context freeing
2015-06-16 Marcos HenrichMerge pull request #1804 from esdrubal/processmodule
2015-06-16 Marek Safar[mono] Update swedish months and days to be always...
2015-06-16 Marcos Henrich[runtime] Fixed get_process_module module name.
2015-06-16 Alex Rønne PetersenMerge pull request #1877 from BrzVlad/fix-finalizer...
2015-06-16 Alex Rønne PetersenMerge pull request #1875 from directhex/use-variable...
2015-06-16 Marcos HenrichMerge pull request #1876 from esdrubal/mmf-segfault
next