Merge pull request #3660 from lambdageek/bug-42271
[mono.git] / mono / metadata /
2016-10-06 Aleksey Kliger ... Merge pull request #3660 from lambdageek/bug-42271
2016-10-06 Niklas TherningMerge pull request #3725 from ntherning/fix-symbolicate...
2016-10-06 Aleksey Kliger[mempool] Fix indentation in mono_backtrace ()
2016-10-06 Aleksey Kliger[coop] Switch to GC SAFE for backtrace() and backtrace_...
2016-10-06 Johan LorenssonMerge pull request #3707 from lateralusX/jlorenss/win...
2016-10-06 Niklas TherningMerge pull request #3720 from ntherning/fix-monodoc...
2016-10-05 Rodrigo KumperaMerge pull request #3714 from kumpera/fix_process_strea...
2016-10-05 Aleksey Kliger ... Merge pull request #3684 from lambdageek/dev-monoerror...
2016-10-05 Johan LorenssonMerge pull request #3692 from lateralusX/jlorenss/win...
2016-10-05 Alexander KöplingerMerge pull request #3709 from rolfbjarne/linker-mark...
2016-10-05 Vlad BrezaeMerge pull request #3705 from BrzVlad/fix-sgen-internal...
2016-10-04 Alexander KöplingerMerge pull request #3697 from directhex/fix-make-dist...
2016-10-04 Alexander KöplingerMerge pull request #3711 from akoeplinger/fix-fullaot...
2016-10-04 Aleksey Kliger[MonoError] Don't overwrite computed TypeLoadException...
2016-10-04 Aleksey Kliger[loader] Add descriptive error messages to class failure.
2016-10-04 Aleksey Kliger[runtime] Change how class failure is represented.
2016-10-04 Alexander KöplingerMerge pull request #3693 from rolfbjarne/watchos-simpli...
2016-10-04 Alexander KöplingerMerge pull request #3704 from rolfbjarne/watchos-servic...
2016-10-04 Aleksey Kliger[loader] Make mono_class_get_failure static in class.c
2016-10-04 Aleksey Kliger[loader] Add mono_class_set_type_load_failure ()
2016-10-04 Aleksey Kliger[loader] Use MonoErrorBoxed for mono_class_set_failure...
2016-10-04 Aleksey Kliger ... Merge pull request #3686 from lambdageek/dev-format...
2016-10-04 Niklas TherningMerge pull request #3695 from ludovic-henry/fix-thread...
2016-10-04 Zoltan Varga[sdb] Avoid adding the first file name in the debug...
2016-10-04 Alex Rønne PetersenMerge pull request #3700 from alexrp/profiler-c9-fixes
2016-10-04 Zoltan Varga[SRE] Remove more dead code.
2016-10-04 Zoltan Varga[SRE] Remove more unused icall declarations.
2016-10-04 Zoltan Varga[SRE] Remove more unused icalls.
2016-10-04 Alexander Köplinger[btls] Add missing icall definition for mono_btls_x509_...
2016-10-04 Zoltan Varga[SRE] Small code cleanup.
2016-10-03 Zoltan Varga[SRE] Remove unused icall from inside a DISABLE_REFLECT...
2016-10-03 Alex Rønne PetersenMerge pull request #3698 from alexrp/profiler-c9-fixes
2016-10-03 Zoltan Varga[SRE] Delay the creation of the MonoClass for dynamic...
2016-10-03 Martin Baulig[metadata]: Unconditionally enable ves_icall_Mono_Btls_...
2016-10-02 Alex Rønne PetersenMerge pull request #3689 from alexrp/profiler-c9-fixes
2016-10-02 Alex Rønne Petersen[profiler] Fix GC finalize object end event not getting...
2016-10-02 Alex Rønne PetersenRevert "[domain] Report domain unloads to the profiler...
2016-10-02 Alex Rønne PetersenMerge pull request #3688 from alexrp/profiler-c9-fixes
2016-10-02 Alex Rønne Petersen[utils/threads] Add and export a mono_native_thread_joi...
2016-10-02 Alex Rønne Petersen[sgen] Always report object moves on the GC thread.
2016-10-02 Alex Rønne Petersen[sgen] Remove bogus mono_profiler_events assert.
2016-10-02 Alex Rønne Petersen[profiler] Remove some indirection in setting up GC...
2016-10-02 Alex Rønne Petersen[profiler] Lift profiler limitation in mono_class_get_a...
2016-10-02 Alexander Köplinger[metadata] Fix FullAOT build
2016-10-01 Martin Baulig[BTLS]: Send server name extension on the client.
2016-09-30 Aleksey Kliger[sgen] Fix printf-like format warnings
2016-09-30 Aleksey Kliger[runtime] Fix printf-like format warnings.
2016-09-30 Aleksey Kliger[runtime] Add MONO_ATTR_FORMAT_PRINTF macro
2016-09-30 Zoltan VargaBump corlib version for efd53c8e2f1823568309a2920091b72...
2016-09-30 Zoltan Varga[SRE] Rename MonoGenericClass to TypeBuilderInstantiati...
2016-09-30 Zoltan Varga[runtime] Fix a warning.
2016-09-30 Martin Baulig[BTLS]: Remove some debugging methods.
2016-09-30 Alexander KöplingerMerge pull request #3676 from chamons/SignalHandlerAPI_XM45
2016-09-30 Martin Baulig[BTLS]: Add the native BTLS sources.
2016-09-30 Johan LorenssonMerge pull request #3663 from lateralusX/jlorenss/win...
2016-09-30 lateralusXBuild libgcmonosgen under none desktop Windows API...
2016-09-30 Zoltan VargaSre cleanup9 (#3661)
2016-09-29 Aleksey Kliger ... Merge pull request #3670 from lambdageek/dev/mempool...
2016-09-29 Henric MüllerComparing pid instead of handles in GetModules_internal...
2016-09-29 Johan LorenssonMerge pull request #3664 from lateralusX/jlorenss/exter...
2016-09-29 Ludovic Henry[threads] Assert that every thread is detached when...
2016-09-28 Aleksey Kliger[runtime] Use mono_error_set_for_class_failure in more...
2016-09-28 Aleksey Kliger[loader] Use mempool memory for MONO_EXCEPTION_TYPE_LOA...
2016-09-28 Aleksey Kliger[image] Check mempool of mono_image_property_insert...
2016-09-28 Aleksey Kliger[image] Add mono_image_strdup_printf and mono_image_str...
2016-09-28 Aleksey Kliger[mempool] Add mono_mempool_strdup_printf and mono_mempo...
2016-09-28 Johan LorenssonMerge pull request #3626 from lateralusX/jlorenss/win...
2016-09-28 Rodrigo KumperaMerge pull request #3658 from kumpera/fix-ios-logging
2016-09-27 Aleksey Kliger ... [coop handles] Add some memory fences (#3617)
2016-09-27 Marek SafarMerge pull request #3656 from marek-safar/bootstrap
2016-09-27 Aleksey Kliger[runtime] Fix MonoMethod.get_base_method when abstract...
2016-09-27 Vlad BrezaeMerge pull request #3647 from BrzVlad/fix-sgen-internal...
2016-09-27 Ludovic Henry[w32handle] Ensure we initialize begore the gc attach...
2016-09-27 Marek SafarMerge pull request #3643 from marek-safar/bootstrap
2016-09-26 Zoltan Varga[aot] Make sure generic wrappers are unique by creating...
2016-09-26 Zoltan Varga[runtime] Make a copy of the wrapper date when instanti...
2016-09-24 Alexander KöplingerMerge pull request #3631 from slide/bz44714
2016-09-24 Alexander KöplingerFix tarball build
2016-09-24 Ludovic Henry[referencesource] Import parts of System.Net.Sockets...
2016-09-24 Alexander KöplingerFix tarball build
2016-09-24 Zoltan Varga[SRE] Implement the ModuleBuilder:create_modified_icall...
2016-09-24 Alexander KöplingerBump corlib version
2016-09-23 Alexander KöplingerMerge pull request #3622 from rolfbjarne/remove-stray...
2016-09-22 Marek SafarMerge pull request #3603 from ninjarobot/socket-write
2016-09-22 monojenkinsMerge pull request #3609 from xmcclure/checked-imageset
2016-09-22 Henric MüllerMerge pull request #3600 from henricm/fix-win-network...
2016-09-22 Miguel de Icaza[mkbundle] - Add support for bundling native libraries.
2016-09-22 Marek Safar[colrib] Fixes aecdb91a0628efb03d0b6578e9dcdda90904ad20...
2016-09-22 Johan LorenssonMerge pull request #3585 from lateralusX/jlorenss/win...
2016-09-21 Zoltan Varga[runtime] Fix the managed name of the ReRegisterForFina...
2016-09-21 Niklas TherningMerge pull request #3548 from cmp-/fix-sgen-resume...
2016-09-21 cmp[sgen] Fix sgen_resume_thread return value on Windows
2016-09-21 Ludovic Henry[w32mutex] Move own/disown code to w32mutex-unix.c...
2016-09-21 Andi McClureMerge pull request #3583 from xmcclure/test-418-checked
2016-09-21 Alexander KöplingerMerge pull request #3602 from henricm/fix-configuration...
2016-09-21 Niklas TherningMerge pull request #3547 from cmp-/remove-obsolete...
2016-09-21 Alexander KöplingerMerge pull request #3587 from henricm/fix-set-no-delay...
2016-09-21 Ludovic Henry[threadpool-ms] Fix race condition on domain unload...
2016-09-21 Niklas TherningMerge pull request #3588 from ntherning/fix-line-ending...
2016-09-20 Aleksey Kliger ... Merge pull request #3569 from lambdageek/monodis-no...
next