mono.git
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 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...
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 Alexander KöplingerCleanup namespace names of class lib tests to follow...
2014-09-04 Marek Safar[mcs] recursive pattern with named arguments
2014-09-04 Marek Safar[mcs] recursive pattern matching
2014-09-04 Marek SafarMerge pull request #1254 from vkargov/master
2014-09-04 Alexis ChristoforidesBump Mono version -> 3.10.1
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 Vladimir Kargov[corlib] In a TimeZone test, UtcOffset is taken for...
2014-09-03 Marcos HenrichDateTime.Parse now handles unlimited number of fraction...
2014-09-03 Marcos HenrichAdded test ISO8601FractionalDigits.
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-02 Marcos HenrichChanged overlong byte to be processed again.
2014-09-02 Marcos HenrichChanged UTF8Encoding to call fallback with whole byte...
2014-09-02 Marcos HenrichAdded UTF8EncodingTest.EncodingFallback.
2014-09-02 Miguel de IcazaBring fix for Cecil, includes fix for F#/Fody
2014-09-02 Marcos HenrichAdded class EncodingTester that can be used to test...
2014-09-02 Marek HabersackDo not specify key file when building for mobile, it...
2014-09-02 Marcos HenrichChanged InternalGetCharCount to iterate the bytes as...
2014-09-02 Marek Safar[mcs] more nonliteral constants pattern matching
2014-09-01 Marek HabersackThis method is internal in the mobile profile
2014-09-01 Marek HabersackAdded System.IO.InternalBufferOverflowException class...
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 Matthew Leibowitz[system.data] DataRows with a NULL RowError incorrectly...
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 VargaDisable a sys.data test which fails on wrench because...
2014-09-01 Zoltan VargaBump version to 3.10.
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...
2014-09-01 Marek SafarPut back csharp project removed in 0450000dc487c81cbf4e...
2014-09-01 Marek Safar[mcs] Fix removing incomplete generic types from eval...
2014-09-01 Marek Safar[mcs] Parsing of ternary expressions whose then conditi...
2014-09-01 Marek Safar[mcs] Remove wrong test
2014-09-01 Marek SafarFixes c2ac44d3dd9520ddd9abdb672f957ea4bb329f2f
2014-09-01 Marek Safar[system.data.linq] Delay reflection hit to actual execu...
2014-09-01 Marek Safar[system.net.http] Update RequestMessage.RequestUri...
2014-08-31 Zoltan Varga[runtime] Fix the windows build.
2014-08-30 Marek Safar[mcs] Revert to broken native csc definite assignment...
2014-08-30 Marek Safar[mcs] nonliteral constants pattern matching
2014-08-30 Marek Safar[xbuild] Fix InstalledAssemblyTables signature
2014-08-30 Marek Safar[mcs] simple constants pattern matching
2014-08-30 Zoltan Varga[aot] Fix full-aot support when the AOT cache is enabled.
next