Merge pull request #185 from QuickJack/master
[mono.git] / mcs / class / System.XML /
2011-10-22 Gonzalo Paniagua... Merge pull request #185 from QuickJack/master
2011-10-17 Miguel de IcazaFix for 1461: Microsoft's generated deserializer call...
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-13 Miguel de IcazaUpdate copyrights
2011-09-13 Gonzalo Paniagua... Delay initialization of the stream until first read
2011-09-01 Marek SafarMerge pull request #168 from tomaszkubacki/master
2011-08-31 Chris Toshokprepend $(CURDIR) to jay input files so that the debugg...
2011-08-30 Atsushi EnoLineInfo on namespace nodes were missing.
2011-08-05 Miguel de IcazaMerge pull request #129 from grumpydev/CryptoFixo
2011-08-05 Miguel de IcazaMerge pull request #138 from eisnerd/bug-winforms-datag...
2011-08-05 Miguel de IcazaMerge pull request #147 from flutos/master
2011-08-05 Miguel de IcazaMerge pull request #141 from LogosBible/surrogtate
2011-08-04 Atsushi EnoMerge pull request #146 from flutos/207ce0bccceec3ff786...
2011-08-02 Atsushi EnoFix bug #707434, check order only when applicable.
2011-07-28 scott fluto[708178] - Type check invalid and breaks XmlSerializati...
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-07-28 Miguel de IcazaMerge pull request #136 from spencerhakim/master
2011-07-22 Atsushi EnoMerge pull request #137 from eisnerd/bug-xpath-reverse...
2011-07-21 David EisnerRemoval of XPath debugging code relating to bug #497017...
2011-07-21 David EisnerXPath test cases and debugging code relating to bug...
2011-07-21 David EisnerCorrected XPath iterator for ancestor-or-self axes...
2011-07-21 David EisnerFixed the XPath built-in position function for bug...
2011-07-20 Atsushi EnoFix bug #703910 - implement Order support in XmlSerializer.
2011-07-16 Atsushi EnoFix bug 704813: just ignore members of type IEnumerable...
2011-05-27 Atsushi EnoAdd test for XmlMembersMapping.TypeName and .Namespace...
2011-05-24 Atsushi EnoFix global schema component resolution issue in ids...
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-19 Atsushi EnoAllow DocumentType in ImportNode().
2011-05-17 Rodrigo KumperaMerge pull request #103 from XTZGZoReX/master
2011-05-17 Atsushi EnoCheck invalid recursion of xs:group use. Fixed bug...
2011-05-16 Atsushi EnoDo not import xs:any member as XmlElement[]. Create...
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-12 Rodrigo KumperaMerge pull request #92 from konrad-kruczynski/master
2011-05-12 Rodrigo KumperaMerge pull request #96 from ualtinok/master
2011-05-11 Atsushi EnoFixed orders in XmlSchemaObjectTable and got some S...
2011-05-09 Atsushi EnoMultiple schemas in wsdl could share same SourceUri...
2011-05-06 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-05-06 Lluis Sanchez[Web Services] Fix regression caused by previous commit
2011-05-06 Sebastien PouliotMake some S.X.S types compatible with the SL API (for...
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-04-28 Lluis Sanchez[Web.Services] Add support for optional parameters
2011-04-28 Atsushi EnoExtend supported XmlDateTimeSerialization formats....
2011-04-28 Atsushi EnoXmlSerializer code generator was generating wrong char...
2011-04-15 Atsushi EnoPrepare for new System.Xml.Serialization.dll build...
2011-04-06 Atsushi Enoauto-detect UTF16-LE too.
2011-04-06 Atsushi EnoRemove obsolete nunit syntax from tests except for...
2011-03-31 Rolf Bjarne KvingeFix many corcompare issues for moonlight
2011-03-26 Atsushi EnoNowadays, XmlDeclaratoin.WriteTo() writes PI instead...
2011-03-17 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-17 Atsushi EnoComplete previous XmlNodeList revert to get it working...
2011-03-16 Atsushi EnoRevert XPathNodeIteratorNodeListIterator2-based iterator.
2011-03-14 Geoff NortonFix the mobile build
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-03-14 Atsushi EnoEnable DTD attdecl processing in mobile profile.
2011-03-10 Atsushi EnoResult-preserving node list while not performance-harmf...
2011-03-09 Atsushi EnoAuto detect BOM-less utf-16 and utf-32. Fixed bug ...
2011-03-08 Atsushi EnoRemove wrong buffer size check in XmlTextReader.ReadChrs().
2011-03-07 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-03-07 Atsushi EnoXmlReader.ReadToNextSibling() saved wrong Depth and...
2011-03-07 Atsushi EnoForgot to add test xml files.
2011-03-07 Atsushi EnoFixed xsd derived simpleType cast failures on uint...
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-13 Miguel de IcazaAdd solution files
2011-02-08 Atsushi EnoSimple content restriction was not validated when it...
2011-02-08 Atsushi EnoFor complexType simpleContent restriction, fill attribu...
2011-02-07 Marek Safarmoonlight build fix
2011-02-03 Marek Habersack[xml] XmlReaderSettings.{DtdProcessing,MaxCharactersFro...
2011-02-01 Atsushi EnoMake sure to clear compiled items. Fixes regressions...
2011-01-31 Atsushi EnoFix bug #661400 - fix complicated namespace resolution...
2011-01-31 Atsushi EnoDo not return DocumentFragment from AppendChild() etc...
2011-01-26 Geoff NortonFurther .NET 4.0 ification of the mobile profile
2011-01-06 Gonzalo Paniagua... Revert
2011-01-06 Gonzalo Paniagua... [Windows] Implement GetDrives.
2011-01-06 Zoltan VargaMerge remote branch 'google-nacl/master'
2011-01-06 Marek Habersack[xml] Out of range errors should be swallowed when...
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2011-01-05 Atsushi EnoFix ToDateTime() with serialization mode to not mess...
2010-12-16 Marek SafarSwitch to single mcs compiler for all managed code...
2010-12-13 Lluis SanchezFix several issues in the code generator
2010-12-13 Lluis SanchezFix code generation issue with nested generic types
2010-12-13 Lluis SanchezThrow correct exceptions when using generated serializer
2010-12-07 vvaradhanMerge branch 'master' of github.com:mono/mono into...
2010-12-06 Jérémie Laval[System.Xml] Enable existing API under 4.0 profile too
2010-11-29 Atsushi EnoUse AttributeSchemaType as it is 2.0 API. This fixes...
2010-11-29 Atsushi EnoHandle more type conversion.
2010-11-29 Atsushi EnoReturn different instances of XmlSchemaInfo for each...
2010-11-26 Zoltan VargaMerge branch 'master' of github.com:mono/mono
2010-11-26 Atsushi EnoDo not add 'zzz' to all DateTime formats blindly. Fixed...
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoThe test is network dependent.
2010-11-19 Atsushi EnoMerge branch 'myeisha-xml-fixes'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-16 myeishaAdd testcase for multiple missing IDs
2010-11-12 Andreia Gaita[Xml] duh, don't hide the stacktrace
2010-11-12 myeishaDon't add IDREFs to set of missing IDs multiple times
2010-11-12 Andreia Gaita[Xml] Check if the underlying writer supports LookupPre...
2010-11-09 Andreia Gaita[Xml] Only call Close on the base Writer if it hasn...
2010-10-27 Andreia Gaita[Xml] Fix GetAttribute to handle null namespaces proper...
2010-10-18 Atsushi EnoXmlDocument.InnerText is overriden to explicitly throw...
next