[runtime] Use statfs(2) on Android.
[mono.git] / mono /
2014-09-17 Jonathan Pryor[runtime] Use statfs(2) on Android.
2014-09-17 Zoltan Varga[jit] Make calls from gshared to gsharedvt sharable...
2014-09-16 Zoltan Varga[runtime] Make stack walks done by the sampling profile...
2014-09-16 Zoltan Varga[runtime] Fix the my_g_bit_nth_msf () function for...
2014-09-15 Zoltan Varga[runtime] Add support for setting the thread name on...
2014-09-15 Zoltan Varga[arm64] Increase some opcode sizes. Fixes #23026.
2014-09-15 Zoltan Varga[runtime] Fix an assert in w32_dlerror () on winx64.
2014-09-15 Zoltan Varga[aot] Use gsharedvt for collection types instantiated...
2014-09-15 Rodrigo KumperaMerge pull request #1280 from nealef/master
2014-09-13 Zoltan Varga[runtime] Remove an unused interpreter file.
2014-09-13 Zoltan Varga[runtime] Fix the windows build. Define _WINSOCKAPI_...
2014-09-12 Rodrigo Kumpera[runtime] Improve thread dumping reliability by doing...
2014-09-12 Neale FergusonMaximum large object size should be limited by SSIZE_MA...
2014-09-12 Zoltan VargaMerge pull request #1276 from Therzok/master
2014-09-12 Zoltan VargaMerge pull request #1275 from ranma42/fix-lib64
2014-09-11 Zoltan Varga[jit] Always pass the imt arg to interface calls in...
2014-09-11 Marek SafarMerge pull request #1277 from esdrubal/calendarsdaysinyear
2014-09-11 Ungureanu MariusAdd concurrent hashtable test to gitignore.
2014-09-10 Zoltan Varga[aot] Avoid a stack overflow if profiler enter-leave...
2014-09-10 Zoltan Varga[runtime] Fix the RESOLTION_SCOPE->RESOLUTION_SCOPE...
2014-09-10 Marek SafarMerge pull request #1270 from esdrubal/xmlimplicit
2014-09-10 Marek SafarMerge pull request #1267 from ramtinkermani/master
2014-09-09 Rodrigo Kumpera[jit] Fix error handling in a few places in the jit.
2014-09-09 Rodrigo Kumpera[runtime] Fix error handling in mono_metadata_parse_mh_...
2014-09-09 Rodrigo Kumpera[runtime] Update reflection.c to use mono_class_get_che...
2014-09-09 Rodrigo Kumpera[runtime] Update marshal.c to use mono_class_get_checked.
2014-09-09 Rodrigo Kumpera[runtime] Cleanup usage of mono_class_get to object.c
2014-09-09 Rodrigo Kumpera[runtime] Cleanup usage of mono_class_get in loader.c
2014-09-09 Rodrigo Kumpera[runtime] Make icall use mono_class_get_checked.
2014-09-09 Rodrigo Kumpera[utils] Add mono_error_convert_to_exception.
2014-09-09 Rodrigo KumperaIntroduce mono_class_from_name_case_checked
2014-09-09 Rodrigo Kumpera[runtime] Use MonoError in exception.c
2014-09-09 Rodrigo Kumpera[runtime] Change mono_type_get_full to use MonoError...
2014-09-09 Rodrigo Kumpera[runtime] Introduce MonoError to mono_type_create_from_...
2014-09-09 Rodrigo Kumpera[runtime] Plug MonoError into another function.
2014-09-09 Rodrigo Kumpera[runtime] Introduce MonoError to mono_class_get_full.
2014-09-09 Rodrigo KumperaAdd mono_class_get_checked to mono_class_create_from_ty...
2014-09-09 Rodrigo Kumpera[runtime] Change mono_type_get_full to use mono_class_g...
2014-09-09 Rodrigo Kumpera[runtime] Change do_mono_metadata_parse_type to use...
2014-09-09 Rodrigo Kumpera[runtime] Introduce mono_class_get_checked.
2014-09-09 Rodrigo Kumpera[runtime] Introduce mono_class_from_typeref_checked...
2014-09-09 Rodrigo Kumpera[utils] Add mono_error_set_assembly_load_simple to...
2014-09-09 Rodrigo Kumpera[metadata] Replace mono_class_get_full with a saner...
2014-09-09 Rodrigo Kumpera[runtime] Expose mono_class_inflate_generic_class_check...
2014-09-09 Rodrigo KumperaAdd deprecation notice for mono_class_get_full.
2014-09-09 Marek SafarMerge pull request #1266 from esdrubal/datetimenewformat
2014-09-09 Rodrigo KumperaMerge pull request #1248 from kumpera/kill_the_interpreter
2014-09-09 Rodrigo Kumpera[cleanup] Remove more old files.
2014-09-09 Jo ShieldsFix "make dist" error
2014-09-09 Ludovic Henry[sgen] Tweak internal class allocator sizes to add...
2014-09-09 Zoltan VargaMerge pull request #1263 from madewokherd/begindecls
2014-09-09 Zoltan Varga[aot] Really fix the aot-cache logging. Rework how...
2014-09-09 Zoltan Varga[aot] Fix a crash in the aot cache code if MONO_LOG_LEV...
2014-09-08 Zoltan VargaMerge pull request #1264 from madewokherd/vasprintf
2014-09-08 Vincent PovirkAvoid use of vasprintf.
2014-09-08 Vincent PovirkUse G_BEGIN_DECLS instead of __BEGIN_DECLS.
2014-09-08 Marek SafarMerge pull request #1262 from esdrubal/uriserializationinfo
2014-09-08 Marek SafarMerge pull request #1253 from esdrubal/datetimeiso8601
2014-09-06 Zoltan Varga[gsharedvt] Allow the SIZEOF opcode in gsharedvt code...
2014-09-06 Zoltan VargaFix a warning.
2014-09-05 Zoltan Varga[jit] Store the epilog length in MonoArchEHJitInfo...
2014-09-05 Zoltan VargaFix the linux build.
2014-09-05 Zoltan Varga[runtime] Fix the linux build.
2014-09-05 Zoltan Varga[aot] Emit aot logging information to a per-assembly...
2014-09-05 Zoltan Varga[aot] Print error messages to the aot logfile as well...
2014-09-04 Zoltan Varga[aot] Allow the redirection of output messages from...
2014-09-04 Zoltan VargaFix the build.
2014-09-04 Zoltan Varga[runtime] Get rid of the Makefile.am.in->Makefile.am...
2014-09-04 Marek SafarMerge pull request #1254 from vkargov/master
2014-09-04 Zoltan VargaRevert "[build] Include mono/utils into the extensions...
2014-09-04 Zoltan VargaRevert "[build] Deps tracking for mono/utils/Makefile...
2014-09-03 Zoltan Varga[sgen] Use mono_thread_info_get_stack_bounds () on...
2014-09-03 Rodrigo Kumpera[utils] Add android extension point to threading.
2014-09-03 Rodrigo Kumpera[build] Deps tracking for mono/utils/Makefile.am when...
2014-09-03 Rodrigo Kumpera[build] Include mono/utils into the extensions module.
2014-09-03 Rodrigo Kumpera[runtime] Cleanup the horrible ifdef hell that is the...
2014-09-03 Zoltan VargaMerge pull request #1252 from alesliehughes/master
2014-09-03 Alistair Leslie... Stop warning about winsock2.h being included before...
2014-09-03 Zoltan VargaFix a warning.
2014-09-03 Zoltan Varga[runtime] Load the runtime config file before initializ...
2014-09-03 Zoltan Varga[runtime] Add an 'app' attribute to the 'aotcache'...
2014-09-02 Marek SafarMerge pull request #1251 from esdrubal/utf8encoding
2014-09-01 Marek HabersackMerge pull request #1249 from mattleibow/master
2014-09-01 Zoltan Varga[runtime] Further reduce the usage of the loader lock...
2014-09-01 Rodrigo Kumpera[runtime] Remove the interpreter.
2014-09-01 Zoltan Varga[runtime] Use a separate lock to protect global data...
2014-09-01 Zoltan Varga[runtime] Factor out the nested types computation code...
2014-09-01 Zoltan Varga[runtime] Use the image locks in many places instead...
2014-09-01 Zoltan Varga[runtime] Remove a missed mono_loader_unlock () from...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_method_signature_checked...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_method_get_header () so most...
2014-09-01 Zoltan Varga[runtime] Remove locking from the mono_get_method_const...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_class_setup_interfaces (...
2014-09-01 Zoltan Varga[runtime] Move the initialization of class->has_finaliz...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_class_setup_methods () so...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_class_has_finalizer () so...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_class_setup_events () so...
2014-09-01 Zoltan Varga[runtime] Reorganize mono_class_setup_properties (...
2014-09-01 Zoltan Varga[runtime] Use the image lock in mono_type_from_typespec...
2014-09-01 Rodrigo KumperaMerge pull request #1246 from schani/feature-separate...
next