summaryrefslogtreecommitdiff
path: root/HTMLparser.c
Commit message (Expand)AuthorAgeFilesLines
* Fix hash callback signaturesNick Wellnhofer2017-11-091-1/+1
* Make HTML parser functions take const pointersNick Wellnhofer2017-06-171-2/+3
* Initialize keepBlanks in HTML parserNick Wellnhofer2017-06-121-0/+1
* Fix compiler warning in htmlParseElementInternalNick Wellnhofer2017-06-111-1/+1
* Fix sanity check in htmlParseNameComplexNick Wellnhofer2017-06-111-2/+6
* Heap use-after-free in htmlParsePubidLiteral and htmlParseSystemiteralCVE-2016-1837Pranjal Jumde2016-05-231-15/+43
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-2/+2
* Detect change of encoding when parsing HTML namesHugh Davenport2016-05-231-0/+8
* Bug 758605: Heap-based buffer overread in xmlDictAddString <https://bugzilla....CVE-2016-1839Pranjal Jumde2016-05-231-0/+8
* Fix typos: dictio{ nn -> n }ar{y,ies}Jan Pokorný2016-04-151-1/+1
* CVE-2015-8242 Buffer overead with HTML parser in push modeCVE-2015-8242Hugh Davenport2015-11-201-3/+3
* Fix parsing short unclosed comment uninitialized accessDaniel Veillard2015-10-301-7/+14
* Recover unescaped less-than character in HTML recovery parsingDaniel Veillard2015-06-301-3/+30
* Possible overflow in HTMLParser.cDaniel Veillard2014-10-061-6/+10
* HTMLparser: Correctly initialise a stack allocated structurePhilip Withnall2014-07-261-1/+1
* Adding some missing NULL checksGaurav2014-06-131-2/+2
* Fix an typo 'onrest' in htmlScriptAttributesDaniel Veillard2014-02-061-1/+1
* adding init calls to xml and html Read parsing entry pointsDaniel Veillard2013-12-091-0/+6
* Fix HTML push parser to accept HTML_PARSE_NODEFDTDArnold Hendriks2013-11-291-1/+1
* Fix the flushing out of raw buffers on encoding conversionsDaniel Veillard2013-02-131-2/+2
* Fix some buffer conversion issuesDaniel Veillard2013-02-121-0/+3
* Big space and tab cleanupDaniel Veillard2012-09-111-2/+2
* Keep non-significant blanks node in HTML parserv2.9.0-rc2Daniel Veillard2012-09-071-8/+25
* Visible HTML elements close the head tagConrad Irwin2012-08-171-1/+38
* More cleanups for input/buffers codeDaniel Veillard2012-07-231-10/+6
* Cleanup function xmlBufResetInput() to set input from BufferDaniel Veillard2012-07-231-9/+3
* Convert of the HTML parser to new input buffersDaniel Veillard2012-07-231-32/+29
* HTML parser error with <noscript> in the <head>Denis Pauk2012-05-111-1/+1
* Allow to parse 1 byte HTML filesDenis Pauk2012-05-101-4/+31
* Patch that fixes the skipping of the HTML_PARSE_NOIMPLIED flagMartin Schröder2012-05-101-0/+4
* Avoid memory leak if xmlParserInputBufferCreateIO failsLin Yi-Li2012-05-101-2/+8
* Add HTML parser support for HTML5 meta charset encoding declarationDenis Pauk2012-05-101-14/+39
* HTML element position is not detected propperlyPavel Andrejs2012-05-081-0/+18
* Add options to ignore the internal encodingDaniel Veillard2011-05-261-2/+9
* 617468 fix progressive HTML parsing with style using "'"Denis Pauk2010-11-041-1/+1
* 614005 Possible erroneous HTML parsing on unterminated scriptPierre Belzile2010-11-041-3/+5
* make sure htmlCtxtReset do reset the disableSAX fieldDaniel Veillard2010-10-281-0/+1
* Fix a couple of typo in HTML parser error messagesMichael Day2010-08-021-2/+2
* Add an HTML parser option to avoid a default doctypeDaniel Veillard2010-07-261-1/+5
* Remove a few warningsDaniel Veillard2010-03-151-2/+0
* Don't give default HTML boolean attribute values in parserDaniel Veillard2010-03-151-5/+0
* Switch the HTML parser to be non-recursiveEugene Pimenov2010-03-151-14/+357
* Cleanup a couple of weirdness in HTML parserEugene Pimenov2010-03-151-3/+1
* htmlCheckEncoding doesn't update input-end after shrinkEugene Pimenov2010-03-101-0/+2
* Fix xmlParseInNodeContext for HTML contentDaniel Veillard2010-01-291-0/+2
* Fix some missing commas in HTML element listsEugene Pimenov2010-01-201-2/+2
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-1/+1
* 444994 HTML chunked failure for attribute with <>Daniel Veillard2009-08-251-73/+85
* Non ASCII character may be split at buffer endAdiel Mittmann2009-08-251-3/+9
* 572129 speed up parasing of large HTML text nodesMarkus Kull2009-08-241-2/+77