aboutsummaryrefslogtreecommitdiffstats
path: root/xmlreader.c
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE: Update libxml2 to 2.9.8HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-14.1cm-13.0akirilov2018-09-061-2/+7
* Merge remote-tracking branch 'goog/upstream-master' into mymergeXin Li2016-08-151-9/+15
* CVE-2015-1819 Enforce the reader to run in constant memoryDaniel Veillard2015-04-141-1/+19
* Pointer dereferenced before null checkDaniel Veillard2014-10-061-4/+13
* Fix Enum check and missing breakGaurav Gupta2014-10-061-2/+3
* Improve va_list portabilityPatrick Monnerat2013-12-121-4/+8
* Cleanup on duplicate test expressionsDaniel Veillard2013-01-281-4/+2
* Fix spelling of "length".Michael Wood2012-10-301-1/+1
* Big space and tab cleanupDaniel Veillard2012-09-111-2/+2
* Fix file and line report for XSD SAX and reader streaming validationDaniel Veillard2012-08-141-0/+61
* Adding various checks on node type though the APIDaniel Veillard2012-08-091-0/+3
* Cleanup function xmlBufResetInput() to set input from BufferDaniel Veillard2012-07-231-3/+1
* Convert XMLReader to the new input buffersDaniel Veillard2012-07-231-42/+48
* Fix a failure to report xmlreader parsing failuresDaniel Veillard2012-07-181-1/+4
* xmlTextReader bails too quickly on errorAndy Lutomirski2012-05-151-8/+14
* Fix a wrong return value in previous patchDaniel Veillard2012-05-111-1/+1
* Avoid memory leak if xmlParserInputBufferCreateIO failsLin Yi-Li2012-05-101-3/+10
* 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