aboutsummaryrefslogtreecommitdiff
path: root/result
AgeCommit message (Expand)Author
2023-10-31parser: Copy default namespace in xmlParseBalancedChunkMemoryNick Wellnhofer
2023-10-31parser: Copy namespaces in xmlParseBalancedChunkMemoryNick Wellnhofer
2023-10-06parser: Fix regression when push parsing parameter entitiesNick Wellnhofer
2023-10-06parser: Protect against quadratic default attribute expansionNick Wellnhofer
2023-10-06parser: Support encoded external PEs in entity valuesNick Wellnhofer
2023-10-06tests: Handle entities in SAX testsNick Wellnhofer
2023-09-29tests: Add more tests for redefined attributesNick Wellnhofer
2023-09-29parser: Introduce xmlParseQNameHashedNick Wellnhofer
2023-08-29parser: More fixes to push parser error handlingNick Wellnhofer
2023-08-29parser: Fix detection of null bytesNick Wellnhofer
2023-08-29parser: Improve error handling in push parserNick Wellnhofer
2023-08-08parser: Check for truncated multi-byte sequencesNick Wellnhofer
2023-04-30runtest: Skip element name in schema error messagesNick Wellnhofer
2023-04-11[CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexTypeNick Wellnhofer
2023-04-10xmlValidatePopElement() can return invalid value (-1)David Kilzer
2023-03-31SAX2: Ignore namespaces in HTML documentsNick Wellnhofer
2023-02-14xinclude: Fix quadratic behavior in xmlXIncludeLoadTxtNick Wellnhofer
2023-02-13xinclude: Abort immediately if max depth was exceededNick Wellnhofer
2023-01-24parser: Halt parser on DTD errorsNick Wellnhofer
2023-01-18xpath: number('-') should return NaNNick Wellnhofer
2023-01-17parser: Fix entity check in attributesNick Wellnhofer
2022-12-23parser: Improve detection of entity loopsNick Wellnhofer
2022-12-23parser: Only report a single entity errorNick Wellnhofer
2022-12-13uri: Fix handling of port numbersNick Wellnhofer
2022-12-04error: Make sure that error messages are valid UTF-8Nick Wellnhofer
2022-11-20test: Add test for push parser boundariesNick Wellnhofer
2022-11-20parser: Rewrite push parser boundary checksNick Wellnhofer
2022-11-20html: Don't escape ASCII chars in href attributesNick Wellnhofer
2022-11-20parser: Fix DTD parser progress checksNick Wellnhofer
2022-10-31xinclude: Always allow XPtr expressions in external documentsNick Wellnhofer
2022-10-30xinclude: Implement "streaming" modeNick Wellnhofer
2022-10-25xinclude: Avoid creation of subcontextsNick Wellnhofer
2022-10-23xinclude: Limit recursion depthNick Wellnhofer
2022-10-23xinclude: Test for inclusion loopsNick Wellnhofer
2022-10-23xinclude: Expand includes in xmlXIncludeCopyNodeNick Wellnhofer
2022-10-23xinclude: Don't create result doc for test with errorsNick Wellnhofer
2022-10-23xinclude: Also test error messagesNick Wellnhofer
2022-10-21Revert "xinclude: Fix regression with nested includes"Nick Wellnhofer
2022-10-18xinclude: Fix regression with nested includesNick Wellnhofer
2022-09-13schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOKNick Wellnhofer
2022-09-02Fix --with-valid --without-regexps buildNick Wellnhofer
2022-08-02Skip incorrectly opened HTML commentsNick Wellnhofer
2022-04-23Fix parsing of subtracted regex character classesNick Wellnhofer
2022-04-21Implement xpath1() XPointer schemeNick Wellnhofer
2022-04-10Fix short-lived regression in xmlStaticCopyNodeNick Wellnhofer
2022-04-04Remove unused result filesNick Wellnhofer
2022-04-04Allow missing result files in runtestNick Wellnhofer
2022-04-04Move SVG tests to runtest.cNick Wellnhofer
2022-04-04Remove major parts of old test suiteNick Wellnhofer
2022-03-05Normalize XPath strings in-placeNick Wellnhofer