Merge pull request #2646 from ludovic-henry/fix-processwatch-dispose
[mono.git] / mono /
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 Ludovic Henry[io-layer] Fix process_wait return value for current...
2016-02-22 Vlad BrezaeMerge pull request #2648 from BrzVlad/fix-cprop-vregs
2016-02-22 Zoltan Varga[llvm] Avoid setting the mono.nofail.load flag with...
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[tests] Pass cli args to test runner so we can pick...
2016-02-20 Rodrigo Kumpera[util] When creating the TLE exception only provide...
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 Alexander KöplingerMerge pull request #2647 from qmfrederik/fixes/eventsources
2016-02-20 Marek SafarMerge pull request #2659 from tritao/system_io_compress...
2016-02-20 Vlad BrezaeRevert "Revert "[jit] Don't allocate memory for unused...
2016-02-20 Vlad Brezae[jit] Clear defs only for valid vregs used by the bbloc...
2016-02-20 monojenkinsMerge pull request #2638 from gofman/fixprintsettings
2016-02-20 Zoltan Varga[llvm] Allow the llvm backend to work with a new versio...
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[jit] Fix a regression introduced by c0b9be3e03ac5001df...
2016-02-19 Zoltan Varga[runtime] Avoid a crash when trying to load a non-assem...
2016-02-19 monojenkinsMerge pull request #2643 from xmcclure/disable-hw-traps
2016-02-18 Zoltan Varga[jit] Add missing div check to OP_IREM_IMM.
2016-02-18 monojenkinsMerge pull request #2626 from lewurm/jit-time-track
2016-02-18 Zoltan Varga[jit] Add div checks to OP_LDIV etc. opcodes.
2016-02-18 monojenkinsMerge pull request #2642 from kumpera/monodis_fix
2016-02-18 Andi McClureDISABLE_HW_TRAPS flag to disable signal reliance
2016-02-18 Zoltan Varga[jit] Add div checks to the OP_IDIV_IMM etc. opcodes...
2016-02-18 Rodrigo Kumpera[monodis] Improve error handling so it can survive...
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-18 Rodrigo KumperaMerge pull request #2635 from xmcclure/timezoneinfo
2016-02-18 Zoltan Varga[jit] Get rid of the non-checked variant of mono_resolv...
2016-02-17 monojenkinsMerge pull request #2633 from xmcclure/fixmobile
2016-02-17 Alexander Köplinger[jit] Fix build on ppc
2016-02-17 Bernhard Urban[jit] add timers for several phases
2016-02-17 Bernhard Urban[jit] refactor branch fixups between basic blocks into...
2016-02-17 Bernhard Urban[jit] refactor basic block ordering in separate function
2016-02-17 Bernhard Urban[jit] update jit statistics during aot compilation
2016-02-17 Bernhard Urban[jit] refactor out time tracking function
2016-02-17 João Matos[aot] Remove debugging print.
2016-02-17 monojenkinsMerge pull request #2631 from ludovic-henry/fix-microso...
2016-02-17 João Matos[aot] Reworked sequence points file AOT option to allow...
2016-02-17 Ludovic Henry[tests] List files from the repo intead of / for proces...
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 Varga[jit] Use mono_resolve_patch_target_checked () in more...
2016-02-17 Zoltan Varga[jit] Use mono_resolve_patch_target_checked () in more...
2016-02-17 Zoltan VargaFix the build.
2016-02-17 Zoltan Varga[llvm] Remove some unfinished code committed by mistake.
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 Zoltan Varga[llvm] Fix a crash when a simd argument is returned...
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-17 Rodrigo Kumpera[runtime] Replace hand-written type look up/caching...
2016-02-16 Andi McClureFix memory leak in mono_aot_plt_resolve when exiting...
2016-02-16 Ludovic Henry[runtime] Bump corlib version
2016-02-16 Ludovic Henry[Process] Add stress tests
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 Alexander Köplinger[io-layer] Add Get/SetThreadPriority to wapi-remap.h
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
next