aboutsummaryrefslogtreecommitdiffstats
path: root/xmlreader.c
Commit message (Expand)AuthorAgeFilesLines
* add function xmlTextReaderRelaxNGValidateCtxt()Noam Postavsky2012-03-221-46/+116
* xmlTextReaderReadOuterXml should handle DTDRob Richards2010-05-051-4/+8
* Fixing assorted potential problems raised by scanDaniel Veillard2009-09-071-1/+1
* 447899 potential double free in xmlFreeTextReaderDaniel Veillard2009-08-211-3/+3
* 560524 – xmlTextReaderLocalName descriptionDaniel Veillard2009-08-111-328/+390
* patch from Riccardo Scussat fixing custom error handlers problems. danielDaniel Veillard2008-09-251-17/+40
* add an --with-coverage configure option and a 'make cov' target based onDaniel Veillard2008-08-271-9/+9
* applied patch from Aswin to fix tree skipping fixed a comment and added aDaniel Veillard2008-08-251-6/+12
* fix a link to XmlNodeType doc reported by Martijn Arts rebuilt DanielDaniel Veillard2008-04-071-1/+1
* patch from Ashwin removing duplicate tests DanielDaniel Veillard2008-03-141-4/+1
* corrected small error in last commit corrected small typo in last commitWilliam M. Brack2007-03-141-1/+1
* applied patch from Julien Reichel cleaning up mode and state internalDaniel Veillard2007-03-091-11/+22
* fixed mistake in previous commit (ChangeLog is correct)William M. Brack2007-02-091-2/+2
* added a GROW when parsing complex comments (bug #405666) added a hack toWilliam M. Brack2007-02-081-6/+9
* fix xmlTextReaderSetup() description tests which were apparently neverDaniel Veillard2007-01-041-1/+2
* expose xmlTextReaderSetup functionAleksey Sanin2007-01-031-1/+1
* end of first pass on coverity reports. DanielDaniel Veillard2006-03-101-3/+3
* compilation and doc build fixes from Michael Day DanielDaniel Veillard2006-01-021-0/+4
* Gary Coady pointed a memory leak in xmlTextReaderReadInnerXml() appliedDaniel Veillard2005-12-121-0/+3
* Added xmlTextReaderSchemaValidateCtxt() to the API.Kasimier T. Buchcik2005-12-071-62/+132
* small doc patch from Aron Stansvik another doc patch for a deprecated APIDaniel Veillard2005-12-061-1/+1
* fixing leak in xmlTextReaderReadString() #316924 danielDaniel Veillard2005-09-221-2/+8
* added a parser XML_PARSE_COMPACT option to allocate small text nodes (lessDaniel Veillard2005-08-251-3/+13
* applied another patch from Rob Richards to fix xmlTextReaderGetAttributeNsDaniel Veillard2005-08-201-4/+36
* applied patch from Rob Richards to fix xmlTextReaderGetAttribute behaviourDaniel Veillard2005-08-171-6/+34
* applied patch from Rob Richards fixing xmlTextReaderGetAttribute DanielDaniel Veillard2005-08-081-3/+2
* more cleanups based on sparse reports, added "make sparse" DanielDaniel Veillard2005-07-291-3/+3
* applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard2005-07-211-8/+8
* applied patch from Marcus Boerger to route relaxng and schemas errorDaniel Veillard2005-07-131-18/+153
* fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReaderDaniel Veillard2005-07-101-6/+200
* applied patch from Rob Richards for removal of ID (and xml:id) appliedDaniel Veillard2005-06-201-6/+54
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* applied fix for xmlTextReaderNext() bug from Rob Richards DanielDaniel Veillard2005-03-101-1/+1
* applied patch from Aron Stansvik to add xmlTextReaderByteConsumed() addedDaniel Veillard2005-02-181-0/+21
* implementation of xmlTextReaderReadString by Bjorn Reese DanielDaniel Veillard2005-01-281-2/+61
* making DSO support an option code and documentation cleanups regeneratedDaniel Veillard2005-01-041-10/+13
* GetLineNumber and GetColumnNumber functions for xmlReaderAleksey Sanin2005-01-031-0/+34
* added xmlDictExists() to the dictionnary interface. applyingDaniel Veillard2004-11-241-1/+1
* augmented types supported a number of new bug fixes and documentationDaniel Veillard2004-11-061-2/+2
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-0/+6
* more fixes and extending the tests coverage adding a type init interfaceDaniel Veillard2004-11-031-1/+4
* applied patch from Graham Bennett adding 4 convenience functions to theDaniel Veillard2004-10-191-0/+109
* added help for new set shell command added parser option to not generateDaniel Veillard2004-08-161-3/+2
* many further little changes for OOM problems. Now seems to be gettingWilliam M. Brack2004-07-311-1/+8
* further fixes for out of memory condition, mostly from Olivier Andrieu.William M. Brack2004-07-291-2/+6
* implemented patches supplied by Olivier Andrieu (bug 148588), plus madeWilliam M. Brack2004-07-281-4/+8
* fixed problem with reader state after processing attributes (bug 147993)William M. Brack2004-07-221-2/+2
* seems the reader buffer could be used while not allocated, fixes bugDaniel Veillard2004-07-011-0/+7
* fix from Steve Ball and update of the comment. William pointed out thatDaniel Veillard2004-06-141-4/+4
* fixed a serious problem when substituing entities using the Reader, theDaniel Veillard2004-06-081-0/+4