aboutsummaryrefslogtreecommitdiffstats
path: root/SAX2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-1/+1
* changing the way the .c is generated, extending the tests coverage fixingDaniel Veillard2004-11-041-10/+42
* adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard2004-11-021-1/+3
* register xmlSchemaSetValidErrors, patch from Brent Hendricks in theDaniel Veillard2004-10-291-4/+4
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-261-1/+1
* added support for HTML PIs #156087 added specific tests DanielDaniel Veillard2004-10-221-1/+1
* adding the tree debug mode fixing various problems reported by the debugDaniel Veillard2004-10-071-0/+1
* fixed bug introduced during OOM fixup causing problems with defaultWilliam M. Brack2004-08-311-4/+2
* small typo pointed out by Mike Hommey slightly improved the --c14nDaniel Veillard2004-08-161-3/+1
* many further little changes for OOM problems. Now seems to be gettingWilliam M. Brack2004-07-311-2/+5
* further fixes for out of memory condition, mostly from Olivier Andrieu.William M. Brack2004-07-291-77/+33
* implemented patches supplied by Olivier Andrieu (bug 148588), plus madeWilliam M. Brack2004-07-281-5/+26
* warning message cleanup. Now compiles warning-free, all tests passed.William M. Brack2004-06-301-3/+4
* *** empty log message ***William M. Brack2004-05-231-1/+1
* skipped call to xmlValidateNCName when compiling --with-minimum (bugWilliam M. Brack2004-05-221-0/+2
* relaxed id() to not check taht the name(s) passed are actually NCName,Daniel Veillard2004-04-181-0/+20
* adding xml:id draft support adding 4 first regression tests DanielDaniel Veillard2004-04-091-1/+20