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
path: root/mcs/class
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[corlib] More cryptography from reference sourcesMarek Safar
2015-04-28Merge pull request #1734 from anikilatorbeta/patch-1Alex Rønne Petersen
2015-04-27[system.xml] Fix public apiMarek Safar
2015-04-27[corlib] Implement monomethod Module propertyMarek Safar
2015-04-27[corlib] Add string CompareOrdinal arguments checksMarek Safar
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-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-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
2015-04-24[S.R.Serialization] add Json reader/writer interpreters.Atsushi Eno
2015-04-24[S.R.Serialization] remove debugging code.Atsushi Eno
2015-04-24[S.R.Serialization] fix MTOM writer test to match .NET behavior.Atsushi Eno
2015-04-24[S.R.Serialization] fix XsdDataContractImporter test to match .NET behavior.Atsushi Eno
2015-04-24[S.R.Serialization] fix wrong test that doesn't match .NET behavior.Atsushi Eno
2015-04-24[S.R.Serialization] implement XmlDataContract's interpreter method.Atsushi Eno
2015-04-24[S.R.Serialization] additional type check for collection serialization is als...Atsushi Eno
2015-04-24[S.R.Serialization] additional type check for array serialization is needed.Atsushi Eno
2015-04-24[S.R.Serialization] do not update memberType when not expected.Atsushi Eno
2015-04-24[S.R.Serialization] fix nullable serialization to match referencesource codegen.Atsushi Eno
2015-04-24[S.R.Serialization] fix deserialization of primitive arrays in reader interpr...Atsushi Eno
2015-04-24[S.R.Serialization] fix member indexing on reading deserialized members.Atsushi Eno
2015-04-24[S.R.Serialization] fix array element deserialization.Atsushi Eno
2015-04-24[S.R.Serialization] fix writer interpreter on enumerating non-dictionary.Atsushi Eno
2015-04-24[S.R.Serialization] fix reader interpreter: "required" check was broken.Atsushi Eno
2015-04-24[S.R.Serialization] Fix TryWritePrimitive() parameter assignment.Atsushi Eno
2015-04-24[S.R.Serialization] add missing ConvertValue on xml reader interpreter.Atsushi Eno
2015-04-24[S.R.Serialization] fix broken test (exposed by referencesource import work).Atsushi Eno
2015-04-24build System.ServiceModel.Internals everywhere.Atsushi Eno
2015-04-24[S.R.Serialization] implement XmlFormatReaderGenerator interpreter.Atsushi Eno
2015-04-24[S.R.Serialization] implemented interpreter-based XmlFormatWriterGenerator.Atsushi Eno