aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* ChunkParser: Incorrect decoding of small xml filesRaul Hudea2010-03-151-2/+11
* Fix encoding selection for xmlParseInNodeContextDaniel Veillard2010-02-041-7/+23
* 608773 add a missing check in xmlGROWDaniel Veillard2010-02-021-1/+1
* Fix xmlParseInNodeContext for HTML contentDaniel Veillard2010-01-291-1/+7
* Correct variable type to unsignedNikolay Sivov2010-01-191-1/+1
* Fix a parsing problem with little data at startupDaniel Veillard2009-09-151-1/+5
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-2/+0
* A few more safety cleanup raised by scanDaniel Veillard2009-09-071-5/+16
* Fixing assorted potential problems raised by scanDaniel Veillard2009-09-071-5/+14
* Potential uninitialized arguments raised by scanDaniel Veillard2009-09-051-4/+4
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-1/+1
* 502960 provide namespace stack when parsing entityDaniel Veillard2009-08-261-0/+10
* 566012 part 2 fix regresion tests and push modeDaniel Veillard2009-08-261-5/+51
* 566012 autodetected encoding and encoding conflictDaniel Veillard2009-08-261-1/+2
* 587663 Incorrect Attribute-Value NormalizationDaniel Veillard2009-08-251-1/+6
* 583439 missing line numbers in push modeDaniel Veillard2009-08-231-0/+2
* Rebuilt the API and regenerated docsDaniel Veillard2009-08-211-2/+0
* Add symbol versioning to libxml2 shared libsDaniel Veillard2009-08-201-10/+8
* Make xmlRecoverDoc const (Martin Trappel)Daniel Veillard2009-08-201-1/+1
* Fix a couple of problems in the parserDaniel Veillard2009-08-101-12/+67
* Fix a regression in streaming entities supportDaniel Veillard2009-07-101-2/+3
* Fix ChangeLog merge conflictDaniel Veillard2009-07-091-17/+1
|\
| * * parser.c: use options from current parser context when creatingRob Richards2009-06-191-17/+1
* | A bit of cleanupsDaniel Veillard2009-07-091-4/+8
|/
* * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.cDaniel Veillard2009-06-041-1/+1
* * parser.c threads.c: change the threading initialization sequenceDaniel Veillard2009-06-041-2/+2
* * parser.c: do not set error code in xmlNsWarnRob Richards2009-04-291-2/+0
* use options from current parser context when creating an entity parserRob Richards2009-03-261-5/+33
* hide the nbParse* variables used for debugging as pointed by Mike HommeyDaniel Veillard2009-03-251-6/+21
* more warnings about xmlCleanupThreads and xmlCleanupParser to avoidDaniel Veillard2009-02-211-0/+8
* add XML_PARSE_OLDSAX parser option to enable pre 2.7 SAX behavior.Rob Richards2009-01-051-8/+23
* fix for CVE-2008-4226, a memory overflow when building gigantic textDaniel Veillard2008-11-171-0/+6
* preparing the release of 2.7.2 fix the Solaris portability issueDaniel Veillard2008-10-031-0/+2
* fix a nasty bug introduced when cleaning up entities processing in 2.7.x ,Daniel Veillard2008-10-021-1/+3
* Borland C fix from Moritz Both regenerate, workaround a problem for bufferDaniel Veillard2008-09-011-1/+1
* preparing 2.7.0 release remove some testing traces remove some warningsDaniel Veillard2008-08-301-1/+0
* a couple more fixes patch from Andreas Färber to compile on HaikuDaniel Veillard2008-08-291-2/+6
* completely different fix for the recursion detection based on entityDaniel Veillard2008-08-281-789/+913
* a bit of cleanup and added checks based on the regression tests of theDaniel Veillard2008-08-271-17/+64
* cleanup entity pushing error handling based on a patch from Ashwin danielDaniel Veillard2008-08-271-19/+43
* strengthen some of the internal parser limits, add an XML_PARSE_HUGEDaniel Veillard2008-08-261-20/+52
* rework the patch to avoid some ABI issue with people allocating entitiesDaniel Veillard2008-08-251-8/+9
* fix for CVE-2008-3281 DanielDaniel Veillard2008-08-201-4/+33
* more progresses against the official regression tests small cleanup forDaniel Veillard2008-07-311-25/+84
* added a skipped list, insert rmt-ns10-035 improve 'make check' clean upDaniel Veillard2008-07-311-30/+158
* an XML-1.0 document can't load an 1.1 entity when using entities make sureDaniel Veillard2008-07-301-9/+15
* fix a bug not detecting cross entity comments probably when commentDaniel Veillard2008-07-291-3/+10
* add a C program to run the W3C test suite, work in progress add a newDaniel Veillard2008-07-291-2/+6
* implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10 to stickDaniel Veillard2008-07-291-162/+331
* improve the *Recover* functions documentation DanielDaniel Veillard2008-04-041-11/+15