mono.git
2016-03-02 Rodrigo Kumpera[jit] Try blocks can end at the last instruction of...
2016-03-02 monojenkinsMerge pull request #2684 from ludovic-henry/monoerror...
2016-03-02 monojenkinsMerge pull request #2696 from lambdageek/dev/unlock...
2016-03-02 Rodrigo Kumpera[PEAPI] Fixed encoded token sizes for HasCustomAttribut...
2016-03-02 Rodrigo Kumpera[runtime] Null check the pointer argument of Interlocke...
2016-03-02 Alexander Köplinger[msvc] Update .def files to fix Windows build
2016-03-02 Ludovic Henry[runtime] Use MonoError for mono_get_exception_type_ini...
2016-03-02 Vlad Brezae[runtime] Obey requests to abort when waiting on monitors
2016-03-02 Vlad Brezae[runtime] Don't return from Monitor.Wait without holdin...
2016-03-02 Vlad Brezae[runtime] Remove unreachable code
2016-03-02 Vlad Brezae[runtime] Fix LOCK_DEBUG build, for monitor debugging
2016-03-02 Vlad Brezae[aot] Set null uw_info for tramps without unwind info
2016-03-02 Zoltan Varga[runtime] Move some mono_error_raise_exception () calls...
2016-03-02 Zoltan Varga[runtime] Rename some icalls to match the icall naming...
2016-03-02 Rodrigo KumperaMerge pull request #2705 from kumpera/loader-error...
2016-03-02 Pablo RuizReplaced System.Web.Routing with referencesources own...
2016-03-01 Rodrigo Kumpera[misc] Multiple small fixes and cleanups.
2016-03-01 Rodrigo Kumpera[utils] Add mono_error_move.
2016-03-01 Rodrigo Kumpera[runtime] Ban mono_method_get_header and promote mono_m...
2016-03-01 Jonathan PryorMerge pull request #2662 from mattleibow/pcl-mono.options
2016-03-01 David LechnerFix marshaling of file name in Mono.Unix.UnixEndPoint...
2016-03-01 David LechnerAdd unit tests for Mono.Unix.UnixEndpoint and Mono...
2016-03-01 Rodrigo Kumpera[runtime] Remove all usages of mono_method_get_header...
2016-03-01 Rodrigo Kumpera[runtime] Replace mono_method_get_header with mono_meth...
2016-03-01 Rodrigo Kumpera[runtime] Use mono_method_get_header_checked in debug...
2016-03-01 Rodrigo Kumpera[gc] Use the new MonoMethodBuilder:init_locals field.
2016-03-01 Rodrigo Kumpera[runtime] Add init_locals field to MonoMethodBuilder...
2016-03-01 Rodrigo Kumpera[runtime] Add mono_method_get_header_checked and implem...
2016-03-01 Rodrigo Kumpera[runtime] Ban mono_method_get_signature_full. It has...
2016-03-01 Rodrigo Kumpera[runtime] Ban mono_method_get_signature. Nothing else...
2016-03-01 Rodrigo Kumpera[runtime] Ban mono_class_inflate_generic_type from...
2016-03-01 Rodrigo Kumpera[runtime] Remove mono_class_inflate_generic_class,...
2016-03-01 Rodrigo Kumpera[runtime] Add mono error to inflate_generic_header...
2016-03-01 Rodrigo Kumpera[runtime] Ban mono_metadata_parse_mh from the runtime.
2016-03-01 Rodrigo Kumpera[runtime] Introduce MonoError in mono_metadata_parse_mh...
2016-03-01 Rodrigo Kumpera[runtime] Remove dead function mono_metadata_parse_type...
2016-03-01 Rodrigo Kumpera[runtime] Disallow usage of mono_metadata_parse_type...
2016-03-01 Rodrigo Kumpera[mono-error] mono_metadata_parse_array is not longer...
2016-03-01 Rodrigo Kumpera[mono-error] mono_class_from_name and mono_class_from_n...
2016-03-01 monojenkinsMerge pull request #2686 from ludovic-henry/monoerror...
2016-03-01 Alexander KöplingerAutomatically define MONO_DISABLE_GSHAREDVT variable...
2016-03-01 João MatosMerge pull request #2701 from akoeplinger/fix-async...
2016-03-01 João MatosMerge pull request #2702 from akoeplinger/bug-38933
2016-03-01 monojenkinsMerge pull request #2703 from akoeplinger/pupitetris...
2016-03-01 Alexander Köplinger[corlib] Add test for #35635
2016-03-01 Arturo EspinosaDon't trim TimeZone names ending in parenthesys.
2016-03-01 Alexander Köplinger[System.Security] Fix CryptographicException from Prote...
2016-03-01 Alexander KöplingerFix unreliability in async_read.exe test
2016-03-01 monojenkinsMerge pull request #2695 from vargaz/process-set-pending
2016-03-01 Alexander KöplingerDon't try AOTing Facades assemblies in the mobile_stati...
2016-03-01 Alexander KöplingerExpose mobile_static profile in configure.ac
2016-03-01 Alexander KöplingerEnable building of monotouch and xammac profiles withou...
2016-03-01 Zoltan Varga[runtime] Use the return_if_nok () macros in socket...
2016-03-01 Zoltan VargaMerge pull request #2691 from vargaz/socket-io-pending...
2016-02-29 Zoltan Varga[runtime] Use return_if_nok/return_val_if_nok to simpli...
2016-02-29 monojenkinsMerge pull request #2694 from ludovic-henry/fix-sleep...
2016-02-29 Aleksey Kliger[reflection] Use MonoError in mono_get_object_from_blob
2016-02-29 Aleksey Kliger[reflection] MonoError in mono_param_get_objects_internal
2016-02-29 monojenkinsMerge pull request #2680 from lambdageek/dev/reflection...
2016-02-29 monojenkinsMerge pull request #2675 from lambdageek/dev/monoerror...
2016-02-29 Rodrigo Kumpera[metadata] Don't abort if trying to fetch the header...
2016-02-29 Rolf Bjarne... [corlib] Fix tests to compile when Thread.Suspend/Resum...
2016-02-29 Aleksey Kliger[runtime] Don't raise exception while holding locks
2016-02-29 Aleksey Kliger[reflection] Expect no loader error in mono_reflection_...
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_param
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_field
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_event
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_p...
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_m...
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_a...
2016-02-29 Aleksey Kliger[reflection] Use MonoError for mono_custom_attrs_from_c...
2016-02-29 Aleksey Kliger[reflection] Use MonoError in mono_custom_attrs_from_...
2016-02-29 Ludovic Henry[runtime] Fix compilation warning
2016-02-29 Ludovic Henry[runtime] Use MonoError for mono_remoting_invoke
2016-02-29 Aleksey KligerUse MonoError in mono_string_{is_interned,intern}
2016-02-29 Zoltan Varga[runtime] Use pending exceptions in process.c.
2016-02-29 Ludovic Henry[threads] Fix mono_thread_info_sleep overflow
2016-02-29 monojenkinsMerge pull request #2693 from dellis1972/master
2016-02-29 Dean Ellis[msbuild] Getting build error "Error initializing task...
2016-02-29 monojenkinsMerge pull request #2692 from vargaz/process-coding...
2016-02-29 Zoltan Varga[runtime] Use mono coding conventions in process.c.
2016-02-29 Zoltan Varga[runtime] Use pending exceptions in socket-io.c.
2016-02-28 Alexander KöplingerMerge pull request #2690 from steffen-kiess/json-operat...
2016-02-28 Steffen KießFix typo in JsonValue which broke the conversion to...
2016-02-27 Miguel de IcazaBring new IKVM
2016-02-27 João MatosMerge pull request #2580 from ItsVeryWindy/master
2016-02-27 João MatosMerge pull request #2672 from Numpsy/sgenexception
2016-02-27 Zoltan VargaMerge pull request #2689 from vargaz/socket-io-cleanup
2016-02-27 Zoltan Varga[runtime] Clean up the socket-io.c file to use the...
2016-02-27 monojenkinsMerge pull request #2688 from vargaz/marshal-set-pending
2016-02-27 Zoltan Varga[runtime] Use pending exceptions instead of mono_raise_...
2016-02-27 Zoltan Varga[aot] Fix the usage of MonoError in init-llvm_method ().
2016-02-26 Marek SafarMerge pull request #2678 from esdrubal/filestream
2016-02-26 Aleksey Kliger... Merge pull request #2685 from ludovic-henry/monoerror...
2016-02-26 monojenkinsMerge pull request #2671 from lambdageek/dev/monoerror...
2016-02-26 Aleksey Kliger[runtime] Use MonoError for mono_class_vtable_full...
2016-02-26 Alexander Köplinger[scripts] Point scripts like nunit-console2/mono-servic...
2016-02-26 Alexander Köplinger[System.ServiceModel] Fix a hardcoded port in a test
2016-02-26 Ludovic Henry[runtime] Use MonoError for mono_object_register_finalizer
2016-02-26 Rodrigo KumperaMerge pull request #2679 from lambdageek/dev/monoerror...
next