Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-28[corlib] More cryptography from reference sourcesMarek Safar
2015-04-28Merge pull request #1696 from esdrubal/tzrefactorMarcos Henrich
2015-04-28[runtime] Move `mono_error_assert_ok` to mono-error-internals.h.João Matos
2015-04-28[corlib] More cryptography from reference sourcesMarek Safar
2015-04-28Merge pull request #1734 from anikilatorbeta/patch-1Alex Rønne Petersen
2015-04-28[sgen] Fix a card table bug on 64 bits.Mark Probst
2015-04-28Merge pull request #1745 from alexrp/warning-policeAlex Rønne Petersen
2015-04-27Merge pull request #1743 from alexrp/profiler-versioningRodrigo Kumpera
2015-04-27[system.xml] Fix public apiMarek Safar
2015-04-27[build] Fix bootstrap from 2.0 only era monoMarek Safar
2015-04-27[build] Remove 2.0 sdk from monolite when we are 4.0 onlyMarek Safar
2015-04-27Introduce mono_error_assert_ok for checking and asserting that a MonoError is...João Matos
2015-04-27[corlib] Implement monomethod Module propertyMarek Safar
2015-04-27[corlib] Add string CompareOrdinal arguments checksMarek Safar
2015-04-27[utils] Fix a bad format specifier.Alex Rønne Petersen
2015-04-27[mini] Fix some warnings related to co-op suspend code.Alex Rønne Petersen
2015-04-27[runtime] Remove some unused functions.Alex Rønne Petersen
2015-04-27[threadpool] Fix some prototypes in the MS thread pool code.Alex Rønne Petersen
2015-04-27[sgen] Add missing return in thread pool's thread_func ().Alex Rønne Petersen
2015-04-27Merge pull request #1738 from rolfbjarne/dublin-1916-dstMarcos Henrich
2015-04-27[corlib] Cope with the reference sources' inability to support sub-minute DST...Rolf Bjarne Kvinge
2015-04-27[runtime] Introduce versioning of the profiler API.Alex Rønne Petersen
2015-04-25[aot] Refactor some of the architecture specific functions a little.Zoltan Varga
2015-04-25Fix a warning.Zoltan Varga
2015-04-25[configure] Another attempt at fixing windows cross compilers.Rodrigo Kumpera
2015-04-25[mini] Remove now-unused InternalSetChar intrinsic.Alex Rønne Petersen
2015-04-25[mini] Fix intrinsic signature checks to take into account the 'this' parameter.Alex Rønne Petersen
2015-04-24[sgen] Document a shutdown sequence bug.Mark Probst
2015-04-24Merge pull request #1736 from atsushieno/import-wcfAtsushi Eno
2015-04-24Include the problematic time zone in the exception message when throwing a Ti...Rolf Bjarne Kvinge
2015-04-24[Sys.Data] fix SqlParameter SystemType lookup after referencesource merge.Atsushi Eno
2015-04-24[S.R.Serialization] fix mobile static build.Atsushi Eno
2015-04-24Merge branch 'master' into import-wcfAtsushi Eno
2015-04-24bump referencesource for S.R.Serialization import.Atsushi Eno
2015-04-24[S.R.Serialization] fill message strings.Atsushi Eno
2015-04-24[WCF] disable not working announcement client test.Atsushi Eno
2015-04-24Add System.ServiceModel.Internals and SMDiagnostics to the build.Atsushi Eno
2015-04-24[WCF] similar to Binary writer fixes, do not close Text writer.Atsushi Eno
2015-04-24[WCF] fix JSON deserialization test that didn't match .NET behavior.Atsushi Eno
2015-04-24[WCF] fix syndication extension Add() resolution by appropriate accessibility.Atsushi Eno
2015-04-24[WCF] fixed a couple of DateTime related tests that also failed on .NET IN JST.Atsushi Eno
2015-04-24[WCF] mark JsonReader tests that proves referencesource bugs as [Ignore]d.Atsushi Eno
2015-04-24[WCF] XmlReader from GetReaderAtBodyContents() should not be missing xmlns-es.Atsushi Eno
2015-04-24[WCF] exclude extra schema by referencesource XsdDataContractExporter.Atsushi Eno
2015-04-24[WCF] fix another use of XmlBinaryWriter that closes stream and accesses it l...Atsushi Eno
2015-04-24[WCF] referencesource XmlBinaryWriter closes stream by default, so keep it open.Atsushi Eno
2015-04-24[S.R.Serialization] for some use cases we don't expect reflection exception.Atsushi Eno
2015-04-24[S.R.Serialization] change all NotDotNet Json reader tests to [Ignore].Atsushi Eno
2015-04-24[S.R.Serialization] fix Json reader member duplicate check index.Atsushi Eno
2015-04-24[S.R.Serialization] fix condition on simple dictionary output.Atsushi Eno