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-02-20Fix mobile build wrt. Res classes.import-system-xmlAtsushi Eno
2015-02-20Merge branch 'import-system-xml' of github.com:mono/mono into import-system-xmlAtsushi Eno
2015-02-20Merge branch 'master' of github.com:mono/monoAtsushi Eno
2015-02-20[WCF] XmlWriter.WriteAttributeString(string,string) does not accept xml:*.Atsushi Eno
2015-02-20[XLinq] create new instance of XmlSchemaInfo for each XObject from XmlReader.Atsushi Eno
2015-02-20[Sys.Security] don't expect XmlNode.ChildNodes returns the same instance.Atsushi Eno
2015-02-20[Configuration] skip whitespaces in the settings xml.Atsushi Eno
2015-02-20[Xaml] XamlXmlWriter should flush output when disposing.Atsushi Eno
2015-02-20[WCF] for certain kind of Messages, do now write BodyContents twice.Atsushi Eno
2015-02-20[Sys.Xml] when deserializing XmlNode, use XmlReader's NameTable.Atsushi Eno
2015-02-20[WCF] fix wrong using scope on XmlWriter in security token serializer test.Atsushi Eno
2015-02-20[WCF] do not use XmlReader.Name to check LocalName.Atsushi Eno
2015-02-20[WCF] Do not expect XmlElement.FirstChild is non-whitespace here.Atsushi Eno
2015-02-20[S.R.Serialization] fix referencesource glitch in XmlMtomDictionaryWriter.Atsushi Eno
2015-02-20[S.R.Serialization] add missing attributes in MS serialization namespace.Atsushi Eno
2015-02-20[Sys.Xml] don't use XmlSchemaElement.ElementType anymore. MS doesn't use it.Atsushi Eno
2015-02-20Our XmlDictionaryWriter implementation expects XmlReader at non-Initial state.Atsushi Eno
2015-02-20[Sys.Data] DataSet.ReadXmlSchema(): use LocalName instead of Name on XmlReader.Atsushi Eno
2015-02-20[aot] Fix the emission of llvm plt entries.Zoltan Varga
2015-02-20[corlib] Fixes build with old UnmanagedMemoryStreamMarek Safar
2015-02-20Add missing new I18N DefaultEncoder class.Atsushi Eno
2015-02-20Add old mono Encoder and use it in MonoEncoding to keep compatibility.Atsushi Eno
2015-02-20[runtime] Export the GC bridge api functions.Zoltan Varga
2015-02-20bump referencesource (now points to primary mono branch).Atsushi Eno
2015-02-20Add referencesource-based message strings to the build.Atsushi Eno
2015-02-20Merge pull request #1582 from zevane/patch-1Miguel de Icaza
2015-02-20[corlib] Remove ResourceCloseHandler usageMarek Safar
2015-02-20[corlib] Add more internal apisMarek Safar
2015-02-20Merge branch 'master' into import-system-xmlAtsushi Eno
2015-02-20[build] Handle multiple entries in RESOURCE_STRINGSMarek Safar
2015-02-20Merge branch 'master' into import-system-xmlAtsushi Eno
2015-02-20Bump reference sources to revert Add read-only interfaces to some collectionsMarek Safar
2015-02-20Use more resource text strings from reference sourcesMarek Safar
2015-02-20[System.Runtime.Serialization] Makefile cleanupMarek Safar
2015-02-20[System.Numerics] Cleanup MakefileMarek Safar
2015-02-20[System.ComponentModel.DataAnnotations] Makefile clean-upMarek Safar
2015-02-20Make the class thread-safezevane
2015-02-20[corlib] Switch to official mscorlib.txtMarek Safar
2015-02-20Bring referencesource messages that were just published by MicrosoftMiguel de Icaza
2015-02-20[aot] Fix the emission of dwarf debug info.Zoltan Varga
2015-02-20[aot] Emit dwarf emission on arm64.Zoltan Varga
2015-02-20[llvm] Fix a bug introduced by 61ae03fef1aaa74228c5eeba4fe6c03261ce2552.Zoltan Varga
2015-02-20[llvm] Mark methods with the NOINLINING attribute as non-inlinable.Zoltan Varga
2015-02-20[llvm] Refactor the calling convention handling code a bit, add support for r...Zoltan Varga
2015-02-19[tpl] Increase wait timing in test suite to adapt to the slower ramp up of th...Ludovic Henry
2015-02-19[aot] Enable LLVM level inlining.Zoltan Varga
2015-02-19[system.web] Tests updateMarek Safar
2015-02-19[WindowsBase] Implement Vector formattable ToStringMarek Safar
2015-02-19[corlib] BufferedStream from reference sourcesMarek Safar
2015-02-19[llvm] Mark methods with clauses as noinline.Zoltan Varga