summaryrefslogtreecommitdiff
path: root/HTMLparser.c
Commit message (Expand)AuthorAgeFilesLines
...
* Skip incorrectly opened HTML commentsNick Wellnhofer2022-08-021-60/+85
* Reduce indentation in HTMLparser.cNick Wellnhofer2022-08-021-199/+197
* Also reset nsNr in htmlCtxtResetNick Wellnhofer2022-07-281-0/+2
* Prevent integer-overflow in htmlSkipBlankChars() and xmlSkipBlankChars()David Kilzer2022-04-111-1/+2
* Deprecate module init and cleanup functionsNick Wellnhofer2022-03-061-0/+3
* Remove unneeded #includesNick Wellnhofer2022-03-041-13/+0
* htmlParseComment: handle abruptly-closed commentsMike Dalessio2022-03-021-0/+11
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-4/+1
* Fix recovery from invalid HTML start tagsNick Wellnhofer2022-02-221-23/+21
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Rework validation context flagsNick Wellnhofer2022-02-201-1/+1
* Also register HTML document nodesNick Wellnhofer2022-02-011-0/+2
* Fix htmlReadFd, which was using a mix of xml and html context functionsFinn Barber2022-01-161-5/+7
* Fix memory leak in xmlFreeParserInputBufferDavid King2022-01-161-0/+1
* Different approach to fix quadratic behavior in HTML push parserNick Wellnhofer2022-01-101-1/+13
* Fix regression when parsing invalid HTML tags in push modeNick Wellnhofer2022-01-101-24/+4
* Fix regression parsing public IDs literals in HTMLNick Wellnhofer2022-01-101-1/+1
* Fix htmlTagLookupNick Wellnhofer2021-05-061-2/+2
* Fix duplicate xmlStrEqual calls in htmlParseEndTagNick Wellnhofer2021-03-041-6/+4
* Speed up htmlCheckAutoCloseNick Wellnhofer2021-03-041-136/+280
* Speed up htmlTagLookupNick Wellnhofer2021-03-041-7/+13
* Revert "Improve HTML fuzzer stability"Nick Wellnhofer2021-02-221-4/+0
* Improve HTML fuzzer stabilityNick Wellnhofer2021-02-221-0/+4
* Fix slow parsing of HTML with encoding errorsNick Wellnhofer2021-02-201-2/+16
* Fix infinite loop in HTML parser introduced with recent commitsNick Wellnhofer2021-02-071-1/+2
* use new htmlParseLookupCommentEnd to find comment endsMike Dalessio2020-12-161-9/+37
* htmlParseComment: treat `--!>` as if it closed the commentMike Dalessio2020-12-161-7/+19
* Fix quadratic runtime in HTML push parser with null bytesNick Wellnhofer2020-12-061-1/+1
* Stop counting nbChars in parser contextNick Wellnhofer2020-08-091-6/+2
* Remove unneeded progress checks in HTML parserNick Wellnhofer2020-08-091-41/+0
* Fix several quadratic runtime issues in HTML push parserNick Wellnhofer2020-07-231-96/+88
* Fix quadratic runtime when push parsing HTML start tagsNick Wellnhofer2020-07-221-9/+31
* Fix quadratic runtime when push parsing HTML entity refsNick Wellnhofer2020-07-191-68/+9
* Fix HTML push parser lookaheadNick Wellnhofer2020-07-151-67/+21
* Make htmlCurrentChar always translate U+0000Nick Wellnhofer2020-07-151-0/+12
* Rework control flow in htmlCurrentCharNick Wellnhofer2020-07-151-99/+98
* Fix UTF-8 decoder in HTML parserNick Wellnhofer2020-07-151-0/+8
* Fix quadratic runtime when parsing HTML script contentNick Wellnhofer2020-07-131-10/+7
* Reset HTML parser input before reporting errorNick Wellnhofer2020-07-111-1/+1
* Fix more quadratic runtime issues in HTML push parserNick Wellnhofer2020-07-091-3/+8
* Fix regression introduced with 477c7f6aNick Wellnhofer2020-07-071-7/+7
* Fix quadratic runtime in HTML parserNick Wellnhofer2020-07-061-3/+12
* Reset HTML parser input before reporting encoding errorNick Wellnhofer2020-06-281-1/+1
* Fix unsigned integer overflow in htmlParseTryOrFinishNick Wellnhofer2020-06-151-6/+11
* Fix integer overflow in htmlParseCharRefNick Wellnhofer2020-06-151-10/+17
* Fix typosNick Wellnhofer2020-03-081-3/+3
* Fix uninitialized memory access in HTML parserNick Wellnhofer2019-10-141-5/+10
* Large batch of typo fixesJared Yanovich2019-09-301-7/+7
* Fix warnings when compiling without reader or push parserNick Wellnhofer2019-05-161-0/+2
* Reset HTML parser input pointers on encoding failureNick Wellnhofer2018-09-111-1/+1