summaryrefslogtreecommitdiff
path: root/result
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of unexpected EOF in xmlParseContentNick Wellnhofer2021-05-082-2/+2
* Fix line numbers in error messages for mismatched tagsNick Wellnhofer2021-05-072-4/+4
* Check for invalid redeclarations of predefined entitiesNick Wellnhofer2021-02-089-2/+75
* Fix timeout when handling recursive entitiesNick Wellnhofer2020-12-181-149/+29
* use new htmlParseLookupCommentEnd to find comment endsMike Dalessio2020-12-162-2/+2
* htmlParseComment: treat `--!>` as if it closed the commentMike Dalessio2020-12-166-11/+30
* add test coverage for incorrectly-closed commentsMike Dalessio2020-12-166-0/+108
* Fix regression introduced with commit 74dcc10bNick Wellnhofer2020-08-192-0/+33
* Fix corner case with empty xi:fallbackNick Wellnhofer2020-08-172-0/+1
* Fix exponential runtime and memory in xi:fallback processingNick Wellnhofer2020-08-072-0/+167
* Don't recurse into xi:include children in xmlXIncludeDoProcessNick Wellnhofer2020-08-066-0/+72
* Fix several quadratic runtime issues in HTML push parserNick Wellnhofer2020-07-2312-55/+26
* Add regexp regression testsDavid Kilzer2020-07-064-0/+9
* Fix quadratic runtime in HTML parserNick Wellnhofer2020-07-063-0/+87
* Add test case for recursive external parsed entitiesNick Wellnhofer2020-02-114-0/+248
* Enable error tests with entity substitutionNick Wellnhofer2020-02-1119-0/+202
* Don't load external entity from xmlSAX2GetEntityNick Wellnhofer2020-02-111-7/+0
* Fix copying of entities in xmlParseReferenceNick Wellnhofer2020-02-112-6/+3
* Large batch of typo fixesJared Yanovich2019-09-304-4/+4
* Disallow conditional sections in internal subsetNick Wellnhofer2019-09-302-26/+24
* Make xmlParseConditionalSections non-recursiveNick Wellnhofer2019-09-308-20/+27
* Fix RegextestsNick Wellnhofer2019-09-251-1/+1
* Fix empty branch in regexNick Wellnhofer2019-09-251-0/+9
* Make xmlParseContent and xmlParseElement non-recursiveNick Wellnhofer2019-09-232-3/+3
* Remove executable bit from non-executable filesNick Wellnhofer2019-09-168-0/+0
* Fix expected output of test/schemas/any4Nick Wellnhofer2019-09-162-1/+1
* Fix Schema determinism check of ##other namespacesNick Wellnhofer2019-09-162-0/+1
* Misleading error message with xs:{min|max}Inclusivebettermanzzy2019-08-255-11/+0
* Fix unability to RelaxNG-validate grammar with choice-based name classJan Pokorný2019-08-252-0/+1
* Fix unability to validate ambiguously constructed interleave for RelaxNGJan Pokorný2019-08-252-0/+1
* Fix unsigned integer overflowNick Wellnhofer2019-05-202-2/+2
* Improve XPath predicate and filter evaluationNick Wellnhofer2019-04-221-0/+28
* Fix float casts in xmlXPathSubstringFunctionNick Wellnhofer2019-03-081-0/+8
* Remove redefined starts and defines inside include elementsNikolai Weibull2018-11-294-0/+2
* Allow choice within choice in nameClass in RELAX NGNikolai Weibull2018-11-294-0/+2
* Look inside divs for starts and defines inside includeNikolai Weibull2018-11-294-0/+2
* Free input buffer in xmlHaltParserNick Wellnhofer2018-09-111-10/+7
* Add test for ICU flush and pivot bufferNick Wellnhofer2017-11-047-0/+81
* Fix comparison of nodesets to stringsNick Wellnhofer2017-10-071-0/+13
* Revert "Print error messages for truncated UTF-8 sequences"v2.9.5-rc2Nick Wellnhofer2017-08-309-35/+0
* Detect infinite recursion in parameter entitiesNick Wellnhofer2017-07-253-0/+13
* Get rid of "blanks wrapper" for parameter entitiesNick Wellnhofer2017-06-2010-75/+75
* Fix xmlHaltParserNick Wellnhofer2017-06-202-13/+16
* Spelling and grammar fixesNick Wellnhofer2017-06-172-2/+2
* Rework entity boundary checksNick Wellnhofer2017-06-177-45/+62
* Test SAX2 callbacks with entity substitutionNick Wellnhofer2017-06-16117-0/+46042
* Misc fixes for 'make tests'Nick Wellnhofer2017-06-123-1/+2
* Initialize keepBlanks in HTML parserNick Wellnhofer2017-06-1228-136/+136
* Add test cases for bug 758518David Kilzer2017-06-126-0/+32
* Print error messages for truncated UTF-8 sequencesNick Wellnhofer2017-06-109-0/+35