aboutsummaryrefslogtreecommitdiffstats
path: root/HTMLparser.c
Commit message (Expand)AuthorAgeFilesLines
* libxml2: remove HTML supportcm-14.0Sergio Giro2016-04-131-7121/+0
* CVE-2015-8242 Buffer overead with HTML parser in push modeHugh 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 parserDaniel 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
* Remove a pedantic warningDaniel Veillard2009-08-241-1/+2
* Fix HTML parsing with 0 character in CDATADaniel Veillard2009-08-241-0/+7
* 541335 HTML avoid creating 2 head or 2 body elementDaniel Veillard2009-08-241-7/+19
* 541237 error correcting missing end tags in HTMLDaniel Veillard2009-08-241-1/+1
* Fix a small problem on previous HTML parser patchDaniel Veillard2009-08-221-3/+4
* 592430 - HTML parser runs into endless loopDaniel Veillard2009-08-221-125/+139
* 588441 allow '.' in HTML Names even if invalidDaniel Veillard2009-08-131-2/+3
* 579317 Try to find the HTML encoding informationDaniel Veillard2009-08-121-2/+74
* 576368 – htmlChunkParser with special attributesJiri Netolicky2009-08-071-17/+36