mono.git
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.
2014-08-30 Zoltan Varga[jit] Avoid hardcoding tls offsets into the aot version...
2014-08-29 Zoltan Varga[jit] Avoid uninitialized fields in the MonoDelegateTra...
2014-08-29 Zoltan Varga[runtime] Fix reading past the end of a string when...
2014-08-29 Zoltan Varga[runtime] Fix a problem introduced by 522663cdfad5860ff...
2014-08-29 Zoltan Varga[runtime] Add an adapter between the MonoPrintCallback...
2014-08-29 Mark Probst[sgen] Refactor pointer queue out of pinning code.
2014-08-29 Tom HindleFix mono_marshal_free_ccw (). Fixes #22414.
2014-08-29 Zoltan Varga[bcl] Catch exceptions thrown by SerialPortStream.Dispo...
2014-08-29 Zoltan Varga[sdb] Fix the checking of the handshake message.
2014-08-29 Zoltan Varga[runtime] Add functionality for AOTing assemblies on...
2014-08-29 Zoltan Varga[runtime] Add Steve Reid's public domain SHA1 code.
2014-08-29 Rodrigo Kumpera[eglib] Fix stderr output redirection.
2014-08-29 Marek SafarMerge pull request #1242 from esdrubal/xelement
2014-08-29 Marcos HenrichFixes XContainer attempt to create a XNode from a null...
2014-08-29 Marcos HenrichTest XElement constructed from array with null values...
2014-08-29 Marek SafarMerge pull request #1237 from esdrubal/xdocument
2014-08-29 Marek SafarMerge pull request #1241 from RyanMelenaNoesis/patch-1
2014-08-29 Ryan MelenaUpdate X509CertificateValidationMode.cs
2014-08-29 Alexis ChristoforidesMerge pull request #1240 from NoesisLabs/master
2014-08-29 Ryan J. MelenaCorrect duplicate X509CertificateValidationMode definit...
2014-08-28 Zoltan VargaMerge pull request #1200 from akoeplinger/remove-jvm
2014-08-28 Rodrigo KumperaRevert "Merge pull request #1219 from panzone/los_parti...
2014-08-28 Zoltan VargaMerge pull request #1235 from directhex/master
2014-08-28 Zoltan Varga[runtime] Fix a crash in the logging profiler when...
2014-08-28 Rodrigo KumperaMerge pull request #1238 from esdrubal/datetimeoffset
2014-08-28 Alexis ChristoforidesMerge pull request #1236 from NoesisLabs/master
2014-08-28 Marcos HenrichFixed DateTime compiler errors.
2014-08-28 Marcos HenrichChanged XObject OnChanged and OnChanging to use Owner.
2014-08-28 Marcos HenrichTest XDocument.Changed event. Covers #18772.
2014-08-28 Ryan J. MelenaAdd compiler pragmas for conditional .NET 4.5 compilation
2014-08-28 Ryan J. MelenaAdd file comment headers. This change is released...
2014-08-28 Ryan J. MelenaFix VS changes to .csproj file. This change is release...
2014-08-28 Ryan J. MelenaMinimal implementation of classes and methods necessary...
next