Merge pull request #2646 from ludovic-henry/fix-processwatch-dispose
[mono.git] / mono / metadata /
2016-02-22 Ankit JainMerge pull request #2646 from ludovic-henry/fix-process...
2016-02-22 Ludovic HenryMerge pull request #2620 from ludovic-henry/referenceso...
2016-02-22 Alexander KöplingerMerge pull request #2651 from akoeplinger/dmcs-warning
2016-02-22 Ludovic HenryMerge pull request #2593 from ludovic-henry/coop-fix...
2016-02-22 Ludovic Henry[corlib] Import System.Threading.WaitHandle
2016-02-22 Vlad BrezaeMerge pull request #2648 from BrzVlad/fix-cprop-vregs
2016-02-21 Rodrigo KumperaMerge pull request #2660 from kumpera/loader-error...
2016-02-20 Rodrigo Kumpera[runtime] Ban mono_class_from_name mono_class_from_name...
2016-02-20 Rodrigo Kumpera[runtime][jit] Replace usage of mono_class_from_name...
2016-02-20 Rodrigo Kumpera[runtime] Switch probing usage of mono_class_from_name...
2016-02-20 Rodrigo Kumpera[runtime] Add MonoError to search_modules. Fix signatur...
2016-02-20 Rodrigo Kumpera[runtime] Switch GENERATE_GET_CLASS_WITH_CACHE to use...
2016-02-20 Rodrigo Kumpera[runtime] Add manually coded version of GENERATE_GET_CL...
2016-02-20 Rodrigo Kumpera[runtime] Replace mono_class_from_name with mono_class_...
2016-02-20 Rodrigo Kumpera[runtime] Add type load caching to one missing thing...
2016-02-20 Rodrigo Kumpera[runtime] Use mono_class_load_from_name to load types...
2016-02-20 Rodrigo Kumpera[runtime] Replace explicit lookup with GENERATE_GET_CLA...
2016-02-20 Rodrigo Kumpera[runtime] Add GENERATE_TRY_GET_CLASS_WITH_CACHE macro...
2016-02-20 Rodrigo Kumpera[runtime] Add mono_class_load_from_name and mono_class_...
2016-02-20 monojenkinsMerge pull request #2638 from gofman/fixprintsettings
2016-02-19 Marek SafarMerge pull request #2632 from kasthack/sysweb-import
2016-02-19 Ludovic Henry[runtime] Wrap mono_jit_attach and mono_jit_detach...
2016-02-19 Ludovic Henry[coop] Fix native-to-managed wrapper thread attach
2016-02-19 Zoltan Varga[runtime] Avoid a crash when trying to load a non-assem...
2016-02-18 monojenkinsMerge pull request #2626 from lewurm/jit-time-track
2016-02-18 Alexander KöplingerMerge pull request #2609 from directhex/xambug-30902
2016-02-18 Ludovic HenryMerge pull request #2624 from ludovic-henry/monoerror...
2016-02-18 Ludovic HenryMerge pull request #2630 from ludovic-henry/fix-registe...
2016-02-17 monojenkinsMerge pull request #2631 from ludovic-henry/fix-microso...
2016-02-17 monojenkinsMerge pull request #2628 from kumpera/misc-loader-error
2016-02-17 Ludovic Henry[runtime] Use MonoError for mono_context_init
2016-02-17 Ludovic Henry[runtime] Use MonoError for mono_runtime_init
2016-02-17 Ludovic Henry[runtime] Use MonoError for mono_domain_try_type_resolve
2016-02-17 Ludovic Henry[runtime] Mark mono_domain_create_appdomain as MONO_RT_...
2016-02-17 Ludovic Henry[runtime] Use MonoError for mono_try_assembly_resolve
2016-02-17 Ludovic Henry[runtime] Use MonoError for copy_app_domain_setup
2016-02-17 Marek SafarMerge pull request #2627 from kasthack/sysweb-import
2016-02-17 Zoltan VargaFix the build.
2016-02-17 monojenkinsMerge pull request #2625 from xmcclure/tinymemoryleak
2016-02-17 Rodrigo Kumpera[mono-error] Replace mono_metadata_parse_type_full...
2016-02-17 Rodrigo Kumpera[metadata] Introduce MonoError into mono_metadata_parse...
2016-02-17 Rodrigo Kumpera[metadata] Remove mono_metadata_parse_array_full, nothi...
2016-02-17 Rodrigo Kumpera[runtime] Fix the build.
2016-02-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
2016-02-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
2016-02-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
2016-02-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
2016-02-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
2016-02-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
2016-02-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
2016-02-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
2016-02-16 Ludovic Henry[runtime] Bump corlib version
2016-02-16 Ludovic Henry[System] Import System.Diagnostics.Process
2016-02-16 Rodrigo KumperaMerge pull request #2603 from kumpera/fix_set_pending_e...
2016-02-16 Marcos HenrichMerge pull request #2548 from esdrubal/discovery
2016-02-16 Marcos HenrichMerge pull request #2623 from esdrubal/fileinfo_moveto
2016-02-16 Alexander KöplingerMerge pull request #2615 from akoeplinger/fix-perfcount...
2016-02-15 Vlad BrezaeMerge pull request #2562 from BrzVlad/fix-drainstack...
2016-02-15 Marek SafarMerge pull request #2619 from directhex/dont_remap_npgsql
2016-02-15 Jo ShieldsDon't remap all versions of Npgsql to 4.0.0.0
2016-02-15 Marcos HenrichMerge pull request #2400 from esdrubal/extrahead
2016-02-15 Marcos HenrichMerge pull request #2323 from esdrubal/servicemodel
2016-02-15 Marek SafarMerge pull request #2613 from knocte/crypto-refsource
2016-02-13 monojenkinsMerge pull request #2608 from ludovic-henry/monoerror...
2016-02-13 Alexander KöplingerMerge pull request #2611 from akoeplinger/cleanup
2016-02-13 monojenkinsMerge pull request #2612 from xmcclure/largestring
2016-02-13 monojenkinsMerge pull request #2442 from schani/fix-larger-tlab...
2016-02-12 Mark ProbstMerge pull request #2573 from BrzVlad/fix-conc-memusage
2016-02-12 monojenkinsMerge pull request #2589 from gofman/master
2016-02-12 Alexander Köplinger[perfcounters] Fix calculation of free memory in mono_d...
2016-02-12 monojenkinsMerge pull request #2585 from lambdageek/dev/bug-38222
2016-02-12 Ludovic HenryRevert "[System] Import System.Diagnostics.Process"
2016-02-12 Mark Probst[sgen] Add necessary type cast.
2016-02-12 Ludovic Henry[runtime] Use MonoError for mono_module_get_types
2016-02-12 Ludovic Henry[runtime] Use MonoError for fill_reflection_assembly_name
2016-02-12 Ludovic Henry[runtime] Use MonoError for create_version
2016-02-12 Ludovic Henry[runtime] Use MonoError for type_from_parsed_name
2016-02-12 monojenkinsMerge pull request #2576 from ludovic-henry/referenceso...
2016-02-12 Ludovic Henry[System] Import System.Diagnostics.Process
2016-02-11 Rodrigo Kumpera[runtime] Move pending_exception from InternalThread...
2016-02-11 Ludovic HenryMerge pull request #2560 from ludovic-henry/coop-thread...
2016-02-11 Aleksey Kliger ... Merge pull request #2587 from lambdageek/monoerror...
2016-02-11 Marcos HenrichMerge pull request #2590 from esdrubal/wcf_req
2016-02-11 Ludovic HenryMerge pull request #2595 from ludovic-henry/tests-sgen
2016-02-11 Aleksey Kliger[reflection] Better error behavior for API functions
2016-02-11 Ludovic Henry[threads] Split abort/suspend into self and async cases
2016-02-11 Zoltan Varga[jit] Add a fastpath to Monitor.Enter () which doesn...
2016-02-11 Zoltan VargaFix a warning.
2016-02-10 Alexander KöplingerMerge pull request #2591 from gofman/cherry-branch
2016-02-10 Alexander KöplingerMerge pull request #2594 from akoeplinger/fix-facade...
2016-02-10 Alexander Köplinger[metadata] Fix Facades lookup in assembly.c when MONO_P...
2016-02-10 monojenkinsMerge pull request #2584 from lewurm/fix-mobile-compilation
2016-02-10 Aleksey Kliger[reflection] Set pending loader exception in mono_refle...
2016-02-09 monojenkinsMerge pull request #2582 from ludovic-henry/fix-threadp...
2016-02-09 Miguel de Icaza[Docs] Continue to improve the Mono runtime documentation
2016-02-09 Aleksey Kliger ... Merge pull request #2570 from lambdageek/monoerror...
2016-02-09 Ludovic Henry[threadpool] Improve the monitor thread heuristic
2016-02-09 Aleksey Kliger[reflection] Fix decl of mono_image_create_token
2016-02-09 Aleksey Kliger[reflection] Mark mono_custom_attrs_construct external...
2016-02-09 Aleksey Kliger[reflection] Use MonoError in mono_reflection_marshal_a...
next