aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup conditional section error handlingDaniel Veillard2015-02-231-0/+6
* Stop parsing on entities boundaries errorsDaniel Veillard2015-02-231-0/+1
* Fix missing entities after CVE-2014-3660 fixDaniel Veillard2014-10-231-1/+2
* Revert "Missing initialization for the catalog module"Daniel Veillard2014-10-171-3/+0
* Fix for CVE-2014-3660Daniel Veillard2014-10-161-4/+38
* fix memory leak xml header encoding field with XML_PARSE_IGNORE_ENCBart De Schuymer2014-10-161-2/+4
* Parser error on repeated recursive entity expansion containing <Daniel Veillard2014-10-081-2/+2
* parser bug on misformed namespace attributesDennis Filder2014-10-061-0/+14
* wrong error column in structured error when parsing end tagJuergen Keil2014-10-061-0/+2
* wrong error column in structured error when parsing attribute valuesJuergen Keil2014-08-071-0/+19
* wrong error column in structured error when skipping whitespace in xml declJuergen Keil2014-08-071-0/+2
* typo in error messages "colon are forbidden from..."Daniel Veillard2014-07-261-3/+3
* Fix a potential NULL dereferenceDaniel Veillard2014-07-141-0/+6
* Fix regressions introduced by CVE-2014-0191 patchDaniel Veillard2014-06-111-2/+11
* Do not fetch external parameter entitiesDaniel Veillard2014-05-061-0/+14
* Fix xmlParseInNodeContext() if node is not elementDaniel Veillard2014-03-211-1/+2
* Fix a portability issue on WindowsLongstreth Jon2014-02-061-2/+5
* Missing initialization for the catalog moduleDaniel Veillard2014-01-261-0/+3
* adding init calls to xml and html Read parsing entry pointsDaniel Veillard2013-12-091-0/+10
* Fix incorrect spelling entites->entitiesJan Pokorný2013-11-301-1/+1
* Fix a parsing bug on non-ascii element and CR/LF usageDaniel Veillard2013-05-221-1/+5
* Fix a regression in xmlGetDocCompressMode()Daniel Veillard2013-05-101-0/+4
* Cast encoding name to char pointer to match arg typeNikolay Sivov2013-05-061-1/+1
* Fix an error in xmlCleanupParserAlexander Pastukhov2013-04-231-1/+1
* Fix a couple of return without valueJüri Aedla2013-04-161-2/+2
* Improve handling of xmlStopParser()Daniel Veillard2013-04-111-6/+65
* Cache presence of '<' in entities contentDaniel Veillard2013-03-111-12/+18
* Avoid extra processing on entitiesDaniel Veillard2013-03-111-2/+6
* Detect excessive entities expansion upon replacementDaniel Veillard2013-02-191-6/+38
* Fix the flushing out of raw buffers on encoding conversionsDaniel Veillard2013-02-131-3/+7
* Fix some buffer conversion issuesDaniel Veillard2013-02-121-1/+11
* Fix compiler warning after 153cf15905cf4ec080612ada6703757d10caba1ePatrick Gansterer2013-01-041-1/+1
* Fix an error in the progressive DTD parsing codeDan Winship2012-12-211-1/+1
* Fix spelling of "length".Michael Wood2012-10-301-10/+10
* Fix potential out of bound accessDaniel Veillard2012-10-291-1/+1
* Fix large parse of file from memoryDaniel Veillard2012-10-261-0/+1
* Fix a bug in the nsclean option of the parserDaniel Veillard2012-10-251-1/+1
* Fix a regression in 2.9.0 breaking validation while streamingDaniel Veillard2012-10-251-2/+5
* Fix typos in parser commentsJan Pokorný2012-09-131-2/+2
* Big space and tab cleanupDaniel Veillard2012-09-111-178/+178
* Fix potential crash on entities errorsDaniel Veillard2012-09-041-1/+1
* Cleanup some of the parser codeDaniel Veillard2012-08-151-6/+47
* Add support for big line numbers in error reportingDaniel Veillard2012-08-131-0/+4
* More fixups on the push parser behaviourDaniel Veillard2012-08-031-2/+17
* Strengthen behaviour of the push parser in problematic situationsDaniel Veillard2012-07-311-0/+17
* Improve error reporting on parser errorsDaniel Veillard2012-07-301-58/+63
* Enforce XML_PARSER_EOF state handling through the parserDaniel Veillard2012-07-301-21/+110
* Fixup limits parserDaniel Veillard2012-07-301-0/+1
* Introduce some default parser limitsDaniel Veillard2012-07-301-3/+81
* More avoid quadratic behaviourDaniel Veillard2012-07-231-4/+24