summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add fuzzing asserts to xmlSetTreeDoc()ddkilzer/add-fuzzing-asserts-to-xmlSetTreeDocDavid Kilzer2022-05-251-0/+12
* Fix ownership of xmlNodePtr & xmlAttrPtr fields in xmlSetTreeDoc()David Kilzer2022-05-251-1/+26
* Use xmlNewDocText in xmlXIncludeCopyRangeNick Wellnhofer2022-05-201-4/+4
* Disable network in API testsNick Wellnhofer2022-05-201-0/+1
* Fix use-after-free bugs when calling xmlTextReaderClose() before xmlFreeTextR...David Kilzer2022-05-181-22/+18
* Restore behavior of htmlDocContentDumpFormatOutput()David Kilzer2022-05-141-0/+7
* Add xptr_locs flag to win32/configure.jsJoey Arhar2022-05-061-0/+8
* fix typo in commentMehltretter Karl2022-05-061-1/+1
* fix Schematron spellingMehltretter Karl2022-05-062-2/+2
* [CVE-2022-29824] Fix integer overflows in xmlBuf and xmlBufferNick Wellnhofer2022-05-022-96/+60
* Define LFS macros before including system headersNick Wellnhofer2022-04-271-2/+5
* Fix parsing of subtracted regex character classesNick Wellnhofer2022-04-233-1/+7
* Redirect examples test output to /dev/nullNick Wellnhofer2022-04-231-10/+10
* Don't try to copy children of entity referencesNick Wellnhofer2022-04-231-1/+2
* Port genUnicode.py to Python 3Nick Wellnhofer2022-04-231-40/+40
* testapi: remove leading slash from "/missing.xml"Mike Gilbert2022-04-221-1/+1
* Build Autotools CI tests out of source tree (VPATH)Nick Wellnhofer2022-04-212-5/+7
* Add --with-minimum build to CI testsNick Wellnhofer2022-04-211-1/+9
* Fix warnings when testing --with-minimum buildNick Wellnhofer2022-04-2128-488/+188
* Implement xpath1() XPointer schemeNick Wellnhofer2022-04-2117-9/+123
* Add configuration flag for XPointer locations supportNick Wellnhofer2022-04-2117-256/+212
* Regenerate api.xml and testapi.cNick Wellnhofer2022-04-213-3909/+2998
* Port gentest.py to Python 3Nick Wellnhofer2022-04-211-212/+209
* Remove remaining definitions of STDC_HEADERSNick Wellnhofer2022-04-204-10/+0
* cmake: Run all tests when threads are disabledNick Wellnhofer2022-04-201-17/+13
* cmake: Fix build with thread supportNick Wellnhofer2022-04-201-4/+6
* Also build CI tests with -WerrorNick Wellnhofer2022-04-131-1/+1
* Don't mix declarations and code in runtest.cNick Wellnhofer2022-04-131-2/+2
* cmake: Disable FTP and legacy modules by defaultNick Wellnhofer2022-04-131-2/+2
* Run CI tests with FTP and legacy modulesNick Wellnhofer2022-04-131-3/+5
* Fix compiler warnings in Python codeNick Wellnhofer2022-04-131-0/+15
* cmake: Fix build without thread supportNick Wellnhofer2022-04-131-1/+2
* Prevent integer-overflow in htmlSkipBlankChars() and xmlSkipBlankChars()David Kilzer2022-04-112-3/+6
* Use UPDATE_COMPAT() consistently in buf.cDavid Kilzer2022-04-101-15/+5
* Fix short-lived regression in xmlStaticCopyNodeNick Wellnhofer2022-04-106-6/+56
* cmake: Install documentation in CMAKE_INSTALL_DOCDIRNick Wellnhofer2022-04-081-1/+1
* cmake: Remove more unnecessary files installed in docs dir Daniel E2022-04-081-3/+3
* Mark more static data as `const`David Kilzer2022-04-078-52/+52
* Fix leak of xmlElementContentDavid Kilzer2022-04-071-0/+1
* CMakeLists.txt: Fix LIBXML_VERSION_NUMBERNick Wellnhofer2022-04-071-3/+6
* Use portable python shebangsDavid Seifert2022-04-0663-63/+63
* cmake: Remove non needed files in docs dirDaniel E2022-04-041-1/+7
* Move doc/examples tests to new test suiteNick Wellnhofer2022-04-042-5/+3
* Simplify 'make check' targetsNick Wellnhofer2022-04-044-30/+19
* configure: move XML_PRIVATE_LIBS after WIN32_EXTRA_LIBADD is setChristopher Degawa2022-04-041-1/+3
* Fix schemas and relaxng testsNick Wellnhofer2022-04-041-38/+26
* Remove unused result filesNick Wellnhofer2022-04-042-25/+0
* Move regexp tests to runtestNick Wellnhofer2022-04-0411-454/+114
* Allow missing result files in runtestNick Wellnhofer2022-04-04535-46/+41
* Move SVG tests to runtest.cNick Wellnhofer2022-04-0448-222/+224