aboutsummaryrefslogtreecommitdiffstats
path: root/SAX2.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-3/+11
* Merge remote-tracking branch 'goog/upstream-master' into mymergeXin Li2016-08-151-6/+6
* Fix processing in SAX2 in case of an allocation failureDaniel Veillard2014-07-141-0/+1
* Adding some missing NULL checksGaurav2014-06-131-0/+9
* Compile out use of xmlValidateNCName() when not available.Nicolas Le Cam2014-02-101-0/+2
* Legacy needs xmlSAX2StartElement() and xmlSAX2EndElement().Nicolas Le Cam2014-02-101-2/+2
* Fix a possible NULL dereferenceGaurav2013-08-031-2/+2
* Activate detection of encoding in external subsetDaniel Veillard2013-03-271-0/+9
* Cache presence of '<' in entities contentDaniel Veillard2013-03-111-1/+3
* Avoid extra processing on entitiesDaniel Veillard2013-03-111-2/+4
* Fix a regression in 2.9.0 breaking validation while streamingDaniel Veillard2012-10-251-1/+1
* Various cleanups to avoid compiler warningsDaniel Veillard2012-09-111-1/+1
* Big space and tab cleanupDaniel Veillard2012-09-111-48/+48
* Add support for big line numbers in error reportingDaniel Veillard2012-08-131-4/+13
* Memory error within SAX2 reuse common frameworkDaniel Veillard2012-07-181-2/+19
* xmlParseNodeInContext problems with an empty documentTim Elliott2012-05-081-3/+3
* HTML element position is not detected propperlyPavel Andrejs2012-05-081-5/+4
* Fix SAX2 builder in case of undefined attributes namespaceDaniel Veillard2012-01-261-1/+26
* Fix SAX2 builder in case of undefined element namespacesDaniel Veillard2012-01-261-2/+23
* Fix handling of XML-1.0 XML namespace declarationDaniel Veillard2010-09-091-2/+6
* Remove a few warningsDaniel Veillard2010-03-151-1/+2
* Don't give default HTML boolean attribute values in parserDaniel Veillard2010-03-151-15/+23
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-1/+0
* A few more safety cleanup raised by scanDaniel Veillard2009-09-071-19/+21
* 502960 provide namespace stack when parsing entityDaniel Veillard2009-08-261-3/+8
* Fix leak on SAX1, xmllint --sax1 option and debugDaniel Veillard2009-07-291-0/+1
* potential NULL dereference on non-glibcJim Meyering2009-07-291-0/+4
* preparing 0.7.3 release fix a typo in a name DanielDaniel Veillard2009-01-181-1/+1
* add a new define XML_MAX_TEXT_LENGHT limiting the maximum size of a singleDaniel Veillard2009-01-181-2/+7
* fix for CVE-2008-4226, a memory overflow when building gigantic textDaniel Veillard2008-11-171-1/+12
* rework the patch to avoid some ABI issue with people allocating entitiesDaniel Veillard2008-08-251-1/+2
* more progresses against the official regression tests small cleanup forDaniel Veillard2008-07-311-0/+6
* fix line number on text nodes, problem raised by Ralf Junker DanielDaniel Veillard2008-07-071-0/+3
* applied patch from Florent Guilian to remove an useless mutex in theDaniel Veillard2008-02-081-1/+3
* fixing bug #319964, parsing of HTML attribute really should not haveDaniel Veillard2007-06-121-18/+24
* trying to fix entities behaviour when using SAX, had to extend entitiesDaniel Veillard2006-10-101-0/+1
* add a new function xmlPathToUri() to provide a clean conversion whenDaniel Veillard2006-10-101-1/+1
* refactor to use normal warnings for entities problem and not straight SAXDaniel Veillard2006-07-131-6/+6
* more cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-14/+26
* fix bug #324432 with <xml:foo/> added to the regression tests DanielDaniel Veillard2006-01-041-0/+4
* fixing a number of issues raised by xml:id but more generally related toDaniel Veillard2005-09-031-16/+15
* added a parser XML_PARSE_COMPACT option to allocate small text nodes (lessDaniel Veillard2005-08-251-4/+14
* line numbers are now carried by most nodes, fixing xmlGetLineNo() c.f. bugDaniel Veillard2005-08-241-0/+16
* fixed compilation when configured --without-sax1 and other cleanups fixesDaniel Veillard2005-08-231-1/+1
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-1/+1
* first steps toward a testsuite dist fixed bug #307870 DanielDaniel Veillard2005-07-051-54/+144
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* better handling of conditional features more testing on parser contextsDaniel Veillard2004-11-091-1/+1
* better parser options coverage more cleanups. DanielDaniel Veillard2004-11-081-1/+2
* more coverage more fixes DanielDaniel Veillard2004-11-081-7/+13