summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexTypeNick Wellnhofer2023-04-112-0/+19
* SAX2: Ignore namespaces in HTML documentsNick Wellnhofer2023-03-311-0/+5
* parser: Tighten expansion limitsNick Wellnhofer2023-03-082-486/+0
* xinclude: Fix quadratic behavior in xmlXIncludeLoadTxtNick Wellnhofer2023-02-142-0/+4
* xpath: number('-') should return NaNNick Wellnhofer2023-01-181-0/+1
* parser: Fix entity check in attributesNick Wellnhofer2023-01-171-0/+6
* testrecurse: Test parameter entity accountingNick Wellnhofer2022-12-214-0/+8
* testrecurse: Add external entities to huge testNick Wellnhofer2022-12-213-0/+3
* testrecurse: Add test cases for external entitiesNick Wellnhofer2022-12-2112-0/+63
* testrecurse: Add lol_param.xmlNick Wellnhofer2022-12-211-0/+63
* testrecurse: Rename test filesNick Wellnhofer2022-12-2110-21/+5
* uri: Fix handling of port numbersNick Wellnhofer2022-12-133-0/+6
* error: Make sure that error messages are valid UTF-8Nick Wellnhofer2022-12-042-0/+2
* test: Add test for push parser boundariesNick Wellnhofer2022-11-201-0/+16
* xinclude: Always allow XPtr expressions in external documentsNick Wellnhofer2022-10-315-0/+0
* xinclude: Implement "streaming" modeNick Wellnhofer2022-10-305-0/+0
* xinclude: Avoid creation of subcontextsNick Wellnhofer2022-10-251-0/+12
* xinclude: Limit recursion depthNick Wellnhofer2022-10-231-0/+104
* xinclude: Test for inclusion loopsNick Wellnhofer2022-10-231-0/+4
* xinclude: Expand includes in xmlXIncludeCopyNodeNick Wellnhofer2022-10-232-0/+10
* xinclude: Also test error messagesNick Wellnhofer2022-10-231-0/+0
* Revert "xinclude: Fix regression with nested includes"Nick Wellnhofer2022-10-211-5/+0
* xinclude: Fix regression with nested includesNick Wellnhofer2022-10-181-0/+5
* schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOKNick Wellnhofer2022-09-132-0/+5
* Skip incorrectly opened HTML commentsNick Wellnhofer2022-08-021-0/+5
* Fix parsing of subtracted regex character classesNick Wellnhofer2022-04-231-0/+3
* Implement xpath1() XPointer schemeNick Wellnhofer2022-04-217-0/+12
* Fix short-lived regression in xmlStaticCopyNodeNick Wellnhofer2022-04-102-0/+9
* Normalize XPath strings in-placeNick Wellnhofer2022-03-051-0/+8
* Fix recursion check in xinclude.cNick Wellnhofer2022-03-021-0/+10
* test coverage for abruptly-closed commentsMike Dalessio2022-03-021-0/+17
* Add whitespace folding for some atomic data types that it's missing on.Damjan Jovanovic2022-03-021-0/+5
* 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-201-0/+4
* Fix double counting of CRLF in commentsNick Wellnhofer2022-02-071-0/+9
* Don't normalize namespace URIs in XPointer xmlns() schemeNick Wellnhofer2022-02-042-0/+4
* Fix handling of XSD with empty namespaceNick Wellnhofer2022-02-032-0/+20
* Update NewsML DTD in test suiteNick Wellnhofer2022-02-032-471/+842
* Fix regression with PEs in external DTDNick Wellnhofer2022-01-162-0/+5
* Fix parse failure when 4-byte character in UTF-16 BE is split across a chunkDavid Kilzer2022-01-164-0/+0
* Fix regression parsing public IDs literals in HTMLNick Wellnhofer2022-01-101-0/+6
* Check for invalid redeclarations of predefined entitiesNick Wellnhofer2021-02-084-3/+11
* add test coverage for incorrectly-closed commentsMike Dalessio2020-12-162-0/+28
* Fix regression introduced with commit 74dcc10bNick Wellnhofer2020-08-191-0/+12
* Fix corner case with empty xi:fallbackNick Wellnhofer2020-08-171-0/+6
* Fix exponential runtime and memory in xi:fallback processingNick Wellnhofer2020-08-071-0/+83
* Don't recurse into xi:include children in xmlXIncludeDoProcessNick Wellnhofer2020-08-062-0/+16
* Add regexp regression testsDavid Kilzer2020-07-062-0/+5
* Fix quadratic runtime in HTML parserNick Wellnhofer2020-07-061-0/+53