summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* parser: Fix entity check in attributes2.10Nick Wellnhofer2023-04-261-5/+13
* Release v2.10.4v2.10.4Nick Wellnhofer2023-04-112-1/+15
* [CVE-2023-29469] Hashing of empty dict strings isn't deterministicNick Wellnhofer2023-04-111-1/+2
* [CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexTypeNick Wellnhofer2023-04-114-1/+21
* gitlab-ci: Remove -WerrorNick Wellnhofer2023-04-111-2/+2
* SAX2: Ignore namespaces in HTML documentsNick Wellnhofer2023-04-075-6/+43
* io: Fix "buffer full" error with certain buffer sizesNick Wellnhofer2023-04-071-6/+0
* schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOKNick Wellnhofer2023-04-074-2/+20
* doc: Mention potentially breaking changes in NEWSNick Wellnhofer2022-11-131-0/+41
* Release v2.10.3v2.10.3Nick Wellnhofer2022-10-142-1/+18
* [CVE-2022-40304] Fix dict corruption caused by entity reference cyclesNick Wellnhofer2022-10-141-39/+16
* [CVE-2022-40303] Fix integer overflows with XML_PARSE_HUGENick Wellnhofer2022-10-141-112/+121
* win32: Fix build with VS2013Nick Wellnhofer2022-10-141-2/+6
* cmake: Set SOVERSIONNick Wellnhofer2022-10-141-0/+1
* Fix overflow check in SAX2.cNick Wellnhofer2022-10-141-14/+10
* Release v2.10.2v2.10.2Nick Wellnhofer2022-08-292-1/+18
* Don't distribute libxml2.specNick Wellnhofer2022-08-261-2/+1
* build: require automake-1.16.3 or laterXi Ruoyao2022-08-261-1/+1
* Work around strange -fsanitize=integer issueNick Wellnhofer2022-08-261-1/+1
* Remove set-but-unused variable in xmlXPathScanNameNick Wellnhofer2022-08-261-2/+1
* Allow Python deprecation warnings for nowNick Wellnhofer2022-08-261-1/+2
* Silence -Warray-bounds warningNick Wellnhofer2022-08-261-1/+2
* Don't create missing.xml when running testapiNick Wellnhofer2022-08-262-4/+1
* Don't forget to install xmlversion.hNick Wellnhofer2022-08-261-0/+2
* Remove generated files from distributionNick Wellnhofer2022-08-263-25/+20
* Release v2.10.1v2.10.1Nick Wellnhofer2022-08-252-1/+25
* Rebuild documentationNick Wellnhofer2022-08-2551-16022/+51834
* Switch back to HTML output for API documentationNick Wellnhofer2022-08-252-5/+3
* cmake: Disable version script on macOSNick Wellnhofer2022-08-251-1/+1
* Fix HTML parser with threads and --without-legacyNick Wellnhofer2022-08-251-7/+4
* Use xmlStrlen in *CtxtReadDocNick Wellnhofer2022-08-252-9/+4
* Fix xmlCtxtReadDoc with encodingNick Wellnhofer2022-08-252-26/+7
* Port doc/examples/index.py to Python 3Nick Wellnhofer2022-08-252-128/+112
* Fix order of exports in libxml2-api.xmlNick Wellnhofer2022-08-251-12/+6
* Remove libxml2-refs.xmlNick Wellnhofer2022-08-252-32134/+0
* Remove Makefile rule to build testapi.cNick Wellnhofer2022-08-251-8/+0
* Release v2.10.0v2.10.0Nick Wellnhofer2022-08-172-9/+219
* Cleanup files generated by test suiteNick Wellnhofer2022-08-172-0/+4
* Add uninstall target for examplesNick Wellnhofer2022-08-171-0/+5
* Rebuild documentationNick Wellnhofer2022-08-1726-2979/+2975
* Don't autogenerate doc/examples/Makefile.amNick Wellnhofer2022-08-172-6/+1
* Make gentest.py work with Python 2Nick Wellnhofer2022-08-171-1/+1
* Fix memory leak with invalid XSDNick Wellnhofer2022-08-151-11/+15
* Fix build with older pkg-config versionsNick Wellnhofer2022-08-051-1/+2
* Skip incorrectly opened HTML commentsNick Wellnhofer2022-08-026-60/+123
* Reduce indentation in HTMLparser.cNick Wellnhofer2022-08-021-199/+197
* Improve documentation of tree manipulation APINick Wellnhofer2022-08-021-1/+31
* Make XPath depth check work with recursive invocationsNick Wellnhofer2022-07-281-6/+17
* Also reset nsNr in htmlCtxtResetNick Wellnhofer2022-07-281-0/+2
* Reset nsNr in xmlCtxtResetNick Wellnhofer2022-07-181-0/+2