summaryrefslogtreecommitdiff
path: root/parserInternals.c
Commit message (Expand)AuthorAgeFilesLines
* Bug on creating new stream from entityDaniel Veillard2015-11-201-0/+2
* Avoid processing entities after encoding conversion failuresCVE-2015-7498Daniel Veillard2015-11-091-1/+10
* Fixes for xmlInitParserCtxtDaniel Veillard2014-06-111-1/+13
* Clear up a potential NULL dereferenceDaniel Veillard2013-08-031-1/+2
* Detect excessive entities expansion upon replacementDaniel Veillard2013-02-191-0/+2
* Fix the flushing out of raw buffers on encoding conversionsDaniel Veillard2013-02-131-1/+1
* Fix spelling of "length".Michael Wood2012-10-301-1/+1
* Big space and tab cleanupDaniel Veillard2012-09-111-26/+26
* Introduce some default parser limitsDaniel Veillard2012-07-301-0/+2
* Cleanup function xmlBufResetInput() to set input from BufferDaniel Veillard2012-07-231-9/+4
* Convert XML parser to the new input buffersDaniel Veillard2012-07-231-95/+56
* Fix a race in xmlNewInputStreamDaniel Veillard2012-05-151-5/+10
* Switch the HTML parser to be non-recursiveEugene Pimenov2010-03-151-0/+1
* 566012 autodetected encoding and encoding conflictDaniel Veillard2009-08-261-15/+89
* Fix end of buffer char being split in XML parserDaniel Veillard2009-08-251-6/+18
* Fix xmlKeepBlanksDefault to not break indentNick Wellnhofer2009-08-201-1/+1
* fix for CVE-2008-3281 DanielDaniel Veillard2008-08-201-0/+1
* applied patch from Ashwin to avoid a potential double-free DanielDaniel Veillard2008-04-281-1/+2
* avoid a warning on 64bits introduced earlier make more checking on theDaniel Veillard2008-01-111-2/+14
* applied patch from Marius Konitzer to avoid leaking inDaniel Veillard2006-10-171-0/+1
* a bunch of small cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-17/+11
* fixed a number of warnings shown by HP-UX compiler and reported by RickDaniel Veillard2005-12-101-1/+1
* removed unreachable code pointed out by Oleksandr Kononenko, fixes bugDaniel Veillard2005-11-171-44/+7
* fix a problem in some error case on Solaris when passed a NULL filename,Daniel Veillard2005-10-261-2/+7
* avoid passing a char[] as snprintf first argument. implementedDaniel Veillard2005-09-021-1/+1
* more cleanups based on sparse reports, added "make sparse" DanielDaniel Veillard2005-07-291-1/+1
* fix bug raised by zamez on IRC regenerated, seems to pop-up leaks in newDaniel Veillard2005-07-031-2/+4
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixing col information in xmlParserInput and propagating column into xmlErrorAleksey Sanin2005-01-051-4/+2
* fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes theWilliam M. Brack2004-12-251-1/+2
* better handling of conditional features more testing on parser contextsDaniel Veillard2004-11-091-24/+45
* more types. more fixes DanielDaniel Veillard2004-11-081-3/+6
* more coverage more fixes DanielDaniel Veillard2004-11-081-1/+7
* more types, more coverage more problems fixed DanielDaniel Veillard2004-11-081-0/+2
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-40/+55
* adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard2004-11-021-11/+22
* register xmlSchemaSetValidErrors, patch from Brent Hendricks in theDaniel Veillard2004-10-291-0/+1
* small typo pointed out by Mike Hommey slightly improved the --c14nDaniel Veillard2004-08-161-4/+4
* added xmlByteConsumed() interface updated the benchmark rebuilt the docsDaniel Veillard2004-02-111-0/+4
* remove the warning on the 2001 namespace remove some warnings whenDaniel Veillard2004-02-091-1/+1
* previous fix for #124044 was broken, correct fix provided. fixDaniel Veillard2003-10-311-0/+12
* make sure we report errors if xmlNewInputFromFile() fails. avoid usingDaniel Veillard2003-10-271-1/+4
* Fixed the HTTP<->parser interraction, which should fix 2 long standingDaniel Veillard2003-10-191-182/+199
* new files for a different method for doing range validation of characterWilliam M. Brack2003-10-111-489/+1
* Setting up the framework for structured error reporting, touches a lot ofDaniel Veillard2003-10-101-5/+5
* more cleanup of error handling in parserInternals, sharing the routine forDaniel Veillard2003-10-051-158/+200
* more code cleanup, especially around error messages, the HTML parser hasDaniel Veillard2003-10-051-2/+2
* changed 'make tests' to use a concise output, scrolling to see where thingDaniel Veillard2003-10-021-0/+13
* added a new configure option --with-push, some cleanups, chased code sizeDaniel Veillard2003-09-301-288/+4
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-0/+4