System.XML: added null arguments validation for targetType and namespaceResolver...
[mono.git] / mcs / class / System.XML / System.Xml /
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-19 Martin BauligMerge pull request #325 from adbre/iss5464
2012-06-18 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-14 Marek SafarClean up some NET_2_0
2012-06-08 Marek SafarMerge pull request #319 from pragmatrix/master
2012-06-08 Marek SafarFix some warnings
2012-06-06 Marek SafarFix XmlReaderSettings::Clone
2012-06-06 Marek SafarMake XmlWriterSettingsTests .net compatible
2012-06-06 Marek SafarDon't return void result
2012-06-06 Martin BauligXmlResolver.GetEntityAsync().
2012-06-04 Marek SafarMerge pull request #313 from viniciusjarina/green_build
2012-06-03 Martin BauligAdd .NET 4.5 async methods to XmlReader and XmlWriter.
2012-06-03 Martin BauligMore .NET 4.5 work.
2012-06-03 Martin BauligSync parameter names with .NET.
2012-06-02 Martin BauligAdd .NET 4.5 async methods to XmlReader.
2012-06-01 Miguel de IcazaRemoval of NET_1_1 defines and some NET_2_0; Both...
2012-05-31 Marek SafarA fix for failing xml writer tests
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Miguel de IcazaMerge pull request #283 from robwilkens/master
2012-05-24 Miguel de IcazaMerge pull request #289 from alaendle/master
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-11 Miguel de IcazaMerge pull request #293 from viniciusjarina/fix3258
2012-05-09 Sebastien PouliotSmall adjustments needed for Profile[1-4] of the Portab...
2012-05-03 Atsushi EnoMerge pull request #286 from dafergu2/bug4794
2012-05-03 Atsushi EnoMerge pull request #288 from ewxrjk/xmlwriter
2012-05-03 Richard KettlewellFix XmlTextWriter's use of NewLineHandling.
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-04-17 Zoltan VargaMerge pull request #274 from iainlane/master
2012-04-16 Marek SafarRemove 1.1 only members with wrong profile check
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-06 Andreia GaitaMerge pull request #270 from bholmes/COM_cctor
2012-04-05 Marek SafarFix some API mismatch
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-03-08 Marek HabersackMerge pull request #234 from kripper/master
2012-03-08 Atsushi Enobugfix #3231 - when XmlWriterSettings specifies Indent...
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-01-19 Atsushi EnoFix bug 998 - in XmlResolver.ResolveUri(), make some...
2012-01-19 Atsushi EnoFix bug #2956: XmlReader.HasValue became virtual (from...
2012-01-14 Miguel de IcazaMerge pull request #213 from linquize/linquize-master
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2011-12-27 QuickJackRemoves 2 warnings CS0168
2011-09-29 Gonzalo Paniagua... Merge pull request #167 from konrad-kruczynski/send_asy...
2011-09-13 Gonzalo Paniagua... Delay initialization of the stream until first read
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-05-20 Miguel de IcazaMerge pull request #102 from konrad-kruczynski/fix_bug_...
2011-05-19 Atsushi EnoAllow DocumentType in ImportNode().
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-05-01 Miguel de IcazaMerge pull request #90 from nulltoken/patch-1.
2011-04-28 Atsushi EnoExtend supported XmlDateTimeSerialization formats....
2011-04-06 Atsushi Enoauto-detect UTF16-LE too.
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-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-07 Marek Safarmoonlight build fix
2011-02-03 Marek Habersack[xml] XmlReaderSettings.{DtdProcessing,MaxCharactersFro...
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-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-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 EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-12 Andreia Gaita[Xml] duh, don't hide the stacktrace
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...
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-08 Jb EvainEnable the System.Xml build for monodroid
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-01 Atsushi EnoAllow empty element in ReadElementContent*() e.g. for...
2010-08-30 Atsushi EnoUri was also not supported in Read*ContentAs().
2010-08-30 Atsushi EnoAdd TimeSpan support in Read*ContentAs() methods.
2010-08-27 Atsushi EnoXmlWriterSettings could be null.
2010-08-09 atsushienoParse list type, and parse QName without prefix, as...
2010-08-07 Miguel de IcazaMerge branch 'master' of github.com:mono/mono
2010-08-06 Atsushi Enosupport Uri in WriteValue().
2010-07-09 Atsushi Eno2010-07-09 Atsushi Enomoto <atsushi@ximian.com>
2010-07-06 Atsushi Eno2010-07-06 Atsushi Enomoto <atsushi@ximian.com>
next