mono.git
2014-09-16 Zoltan Varga[runtime] Disable VS warnings C4273 (inconsistent dll...
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 Marek Safar[xbuild] More tweaks to tool path setup
2014-09-15 Zoltan Varga[aot] Use gsharedvt for collection types instantiated...
2014-09-15 Marcos HenrichAdded missing files to projects csproj files.
2014-09-15 Marek Safar[mcs] Revert usage of closed delegates for compiler...
2014-09-15 Rodrigo KumperaMerge pull request #1280 from nealef/master
2014-09-15 Martin Baulig[WCF]: Copy out/ref parameters on async call; bug ...
2014-09-15 Marek SafarMerge pull request #1286 from esdrubal/xmlnullablearrayitem
2014-09-15 Marcos HenrichIf not specified assume that array items are nullable...
2014-09-15 Marcos HenrichTest xml serialization of nullable array items. Covers...
2014-09-15 Marek Safar[xbuild] Workaround for null log service (which should...
2014-09-15 Marek SafarMerge pull request #1257 from esdrubal/xmloptional
2014-09-15 Marcos HenrichIgnore method ShouldSerialize if it is a generic.
2014-09-15 Marcos HenrichTest serialization wen class has method bool ShouldSeri...
2014-09-15 Marcos HenrichAdded optional serialization based on ShouldSerialize{V}.
2014-09-15 Marcos HenrichAdded test for optional {V}Specified and ShouldSerializ...
2014-09-15 Marcos HenrichFixed NullReferenceException.
2014-09-15 Marek Safar[xbuild] Use ToolPath when building ToolTask execution...
2014-09-13 Zoltan Varga[runtime] Remove an unused interpreter file.
2014-09-13 Marek Safar[mcs] nullable property pattern
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 Neale FergusonFixes 19752 -
2014-09-12 Marek Safar[mcs] Don't use `1 naming for compiler generated second...
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-12 Sebastien Pouliot[System] Fix building unit tests under the mobile profile
2014-09-11 Zoltan Varga[jit] Always pass the imt arg to interface calls in...
2014-09-11 Marek Safar[mcs] property pattern
2014-09-11 Rolf Bjarne... Don't throw TimeZoneNotFoundExceptions when iOS gives...
2014-09-11 Marek SafarMerge pull request #1278 from esdrubal/datetimegmt
2014-09-11 Marcos HenrichGMT DateTimeOffset is now properly parsed. Fixes #22851.
2014-09-11 Marcos HenrichTest that offset is zero when date ends with GMT. Cover...
2014-09-11 Marek SafarMerge pull request #1277 from esdrubal/calendarsdaysinyear
2014-09-11 Marcos HenrichImproved CalendricalCalculations fixed_from_dmy methods...
2014-09-11 Marcos HenrichTest Calendar.DaysInYear. Covers #21930.
2014-09-11 Ungureanu MariusAdd concurrent hashtable test to gitignore.
2014-09-11 Marek Safar[corlib] Enumerate all subdirectories including the...
2014-09-11 Marek Safar[system] Fixes failing test
2014-09-11 Andrea CancianiDo not hardcode lib path
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 Zoltan Varga[runtime] Redirect runtime logging to asl_log only...
2014-09-10 Marek SafarMerge pull request #1271 from akoeplinger/fix-switch...
2014-09-10 Alexander Köplinger[System] Fixed Diagnostics.Switch ctor behavior for...
2014-09-10 Marek Safar[system.net.http] Encode ContentDisposition name. Fixes...
2014-09-10 Marek Safar[mcs] Remove value type constrained type parameter...
2014-09-10 Marek SafarMerge pull request #1270 from esdrubal/xmlimplicit
2014-09-10 Marcos HenrichWhen needed serialized objects are now implicitly conve...
2014-09-10 Marcos HenrichChanged method ImplicitConvert to internal static.
2014-09-10 Marcos HenrichImplicitConvert was using method with wrong parameter...
2014-09-10 Marcos HenrichTest XmlSerialization of element that requires implicit...
2014-09-10 Martin Baulig[websocket]: Fix ClientWebSocket.ReceiveAsync() with...
2014-09-10 Alexander KöplingerFix the build
2014-09-10 Marek SafarMerge pull request #1269 from Therzok/refactorSwitches
2014-09-10 Marius UngureanuFix build failure caused by #1267.
2014-09-10 Marius Ungureanu[SourceSwitch] Refactor a piece of code.
2014-09-10 Marek Safar[system.net.http] Handle Content-Disposition in textual...
2014-09-10 Marek SafarMerge pull request #1267 from ramtinkermani/master
2014-09-09 ramtinUnit Tests for SourceSwitch. Counting the number of...
2014-09-09 Marek Safar[system.net.http] Tokenize dash only in range values...
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 ramtinThe ShouldTrace conditions are fixed to correctly trace...
2014-09-09 Marcos HenrichTimeFormat "zzz" is only valid after a date.
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 Marcos HenrichAdded time format with only offset. Fixes #22558.
2014-09-09 Marcos HenrichTest DateTimeOffset.Parse with format yyyy-dd-MMzzz...
2014-09-09 Jo ShieldsFix "make dist" error
2014-09-09 Ludovic Henry[sgen] Tweak internal class allocator sizes to add...
2014-09-09 Atsushi Eno[aspnet/ajax] fix bug #6512 (by Mikkel Kruse Johnsen...
2014-09-09 Zoltan VargaMerge pull request #1263 from madewokherd/begindecls
next