summaryrefslogtreecommitdiff
path: root/result
Commit message (Expand)AuthorAgeFilesLines
* runtest: Skip element name in schema error messagesNick Wellnhofer2023-04-3074-93/+93
* [CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexTypeNick Wellnhofer2023-04-111-0/+1
* xmlValidatePopElement() can return invalid value (-1)David Kilzer2023-04-104-3/+6
* SAX2: Ignore namespaces in HTML documentsNick Wellnhofer2023-03-313-0/+29
* xinclude: Fix quadratic behavior in xmlXIncludeLoadTxtNick Wellnhofer2023-02-142-0/+9
* xinclude: Abort immediately if max depth was exceededNick Wellnhofer2023-02-131-1/+0
* parser: Halt parser on DTD errorsNick Wellnhofer2023-01-2418-168/+0
* xpath: number('-') should return NaNNick Wellnhofer2023-01-181-0/+4
* parser: Fix entity check in attributesNick Wellnhofer2023-01-173-0/+19
* parser: Improve detection of entity loopsNick Wellnhofer2022-12-233-9/+9
* parser: Only report a single entity errorNick Wellnhofer2022-12-231-120/+0
* uri: Fix handling of port numbersNick Wellnhofer2022-12-133-0/+6
* error: Make sure that error messages are valid UTF-8Nick Wellnhofer2022-12-0416-22/+66
* test: Add test for push parser boundariesNick Wellnhofer2022-11-207-0/+167
* parser: Rewrite push parser boundary checksNick Wellnhofer2022-11-203-9/+75
* html: Don't escape ASCII chars in href attributesNick Wellnhofer2022-11-203-5/+5
* parser: Fix DTD parser progress checksNick Wellnhofer2022-11-206-18/+12
* xinclude: Always allow XPtr expressions in external documentsNick Wellnhofer2022-10-315-1/+80
* xinclude: Implement "streaming" modeNick Wellnhofer2022-10-305-80/+1
* xinclude: Avoid creation of subcontextsNick Wellnhofer2022-10-252-0/+16
* xinclude: Limit recursion depthNick Wellnhofer2022-10-231-0/+2
* xinclude: Test for inclusion loopsNick Wellnhofer2022-10-231-0/+1
* xinclude: Expand includes in xmlXIncludeCopyNodeNick Wellnhofer2022-10-232-0/+12
* xinclude: Don't create result doc for test with errorsNick Wellnhofer2022-10-231-5/+0
* xinclude: Also test error messagesNick Wellnhofer2022-10-238-23/+24
* Revert "xinclude: Fix regression with nested includes"Nick Wellnhofer2022-10-212-23/+0
* xinclude: Fix regression with nested includesNick Wellnhofer2022-10-182-0/+23
* schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOKNick Wellnhofer2022-09-131-0/+2
* Fix --with-valid --without-regexps buildNick Wellnhofer2022-09-022-2/+2
* Skip incorrectly opened HTML commentsNick Wellnhofer2022-08-023-0/+32
* Fix parsing of subtracted regex character classesNick Wellnhofer2022-04-231-0/+3
* Implement xpath1() XPointer schemeNick Wellnhofer2022-04-217-0/+91
* Fix short-lived regression in xmlStaticCopyNodeNick Wellnhofer2022-04-102-0/+27
* Remove unused result filesNick Wellnhofer2022-04-042-25/+0
* Allow missing result files in runtestNick Wellnhofer2022-04-04534-0/+0
* Move SVG tests to runtest.cNick Wellnhofer2022-04-0445-200/+220
* Remove major parts of old test suiteNick Wellnhofer2022-04-04104-122/+0
* Normalize XPath strings in-placeNick Wellnhofer2022-03-051-0/+24
* Fix recursion check in xinclude.cNick Wellnhofer2022-03-022-0/+35
* htmlParseComment: handle abruptly-closed commentsMike Dalessio2022-03-023-8/+12
* test coverage for abruptly-closed commentsMike Dalessio2022-03-023-0/+69
* Fix certain combinations of regex range quantifiersNick Wellnhofer2022-02-281-0/+4
* Fix range quantifier on subregexNick Wellnhofer2022-02-281-0/+2
* Only warn on invalid redeclarations of predefined entitiesNick Wellnhofer2022-02-204-0/+6
* [CVE-2022-23308] Use-after-free of ID and IDREF attributesNick Wellnhofer2022-02-191-1/+1
* Fix double counting of CRLF in commentsNick Wellnhofer2022-02-074-0/+16
* Don't normalize namespace URIs in XPointer xmlns() schemeNick Wellnhofer2022-02-041-0/+7
* Fix handling of XSD with empty namespaceNick Wellnhofer2022-02-031-0/+1
* Update NewsML DTD in test suiteNick Wellnhofer2022-02-031-1/+1
* Fix regression with PEs in external DTDNick Wellnhofer2022-01-163-0/+3