mono.git
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
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 Marcos HenrichAdded support for UriComponents.SerializationInfoString...
2014-09-08 Marcos HenrichTest UriComponents.SerializationInfoString. Covers...
2014-09-08 Marek SafarMerge pull request #1253 from esdrubal/datetimeiso8601
2014-09-08 Marek Safar[system.numerics] Unify handling of default ctor and...
2014-09-08 Marek Safar[mcs] switch statement with recursive pattern matching
2014-09-08 Marek Safar[system.net.http] Make SendAsync state free to handle...
2014-09-07 Rodrigo KumperaMerge pull request #1260 from khellang/patch-2
2014-09-07 Rodrigo KumperaMerge pull request #1259 from khellang/patch-1
2014-09-07 Kristian HellangAdded less media type
2014-09-07 Kristian HellangUpdated WOFF to official media type
2014-09-07 Marek SafarMerge pull request #1258 from akoeplinger/unify-test...
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 Martin Baulig[WCF]: Actually fix #22179 to allow concurrent requests.
2014-09-05 Marcos HenrichTest that wrong ISO8601 dates throw FormatException.
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...
next