summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setup.py.in: Try to import setuptoolspython3-windowsChun-wei Fan2021-07-221-0/+6
* Python distutils: Make DLL packaging more flexibleChun-wei Fan2021-07-222-28/+58
* tstmem.py: Try importing from libxmlmods.libxml2mod if neededChun-wei Fan2021-07-221-1/+6
* python: Port python 3.x module to WindowsChun-wei Fan2021-07-221-2/+126
* Patch to forbid epsilon-reduction of final statesArne Becker2021-07-061-1/+8
* Use version in configure.ac for CMakeTimothy Lyanguzov2021-06-071-6/+11
* Fix whitespace when serializing empty HTML documentsNick Wellnhofer2021-06-071-5/+9
* Fix XPath recursion limitNick Wellnhofer2021-06-021-1/+1
* Fix regression in xmlNodeDumpOutputInternalNick Wellnhofer2021-05-251-7/+7
* Update CMake project versionMarkus Rickert2021-05-231-1/+1
* Add CMake alias targets for embedded projectsMarkus Rickert2021-05-231-0/+2
* Fix some validation errors in the FAQDavid King2021-05-232-16/+12
* Remove unused variable in xmlCharEncOutFuncDavid King2021-05-231-3/+0
* Add missing file xmlwin32version.h.in to EXTRA_DISTMarkus Rickert2021-05-211-1/+1
* Add instructions on how to use CMake to compile libxmlMarkus Rickert2021-05-211-0/+20
* Work around lxml API abuseNick Wellnhofer2021-05-212-28/+49
* fix: avoid segfault at exit when using custom memory functionsMike Dalessio2021-05-201-1/+2
* Release of libxml2-2.9.12v2.9.12Daniel Veillard2021-05-132-2/+2
* Release of libxml2-2.9.11v2.9.11Daniel Veillard2021-05-1379-483/+1061
* Patch for security issue CVE-2021-3541CVE-2021-3541Daniel Veillard2021-05-131-0/+26
* Fix null deref in legacy SAX1 parserNick Wellnhofer2021-05-091-13/+2
* Store per-element parser state in a structNick Wellnhofer2021-05-082-52/+35
* Fix handling of unexpected EOF in xmlParseContentNick Wellnhofer2021-05-084-11/+45
* Fix line numbers in error messages for mismatched tagsNick Wellnhofer2021-05-074-20/+28
* Fix htmlTagLookupNick Wellnhofer2021-05-061-2/+2
* update for xsd:language type checkPaulHiggs2021-05-031-1/+40
* Propagate error in xmlParseElementChildrenContentDeclPrivNick Wellnhofer2021-05-011-0/+7
* Update INSTALL.libxml2Nick Wellnhofer2021-04-251-34/+24
* Fix user-after-free with `xmllint --xinclude --dropdtd`Nick Wellnhofer2021-04-221-3/+2
* Fix dangling pointer with `xmllint --dropdtd`Nick Wellnhofer2021-04-221-0/+1
* Validate UTF8 in xmlEncodeEntitiesJoel Hockey2021-04-221-1/+15
* Fix use-after-free with `xmllint --html --push`Nick Wellnhofer2021-04-211-1/+1
* Fix include order in c14n.hNick Wellnhofer2021-03-201-4/+6
* CMake: Only add postfixes if MSVCChristopher Degawa2021-03-161-1/+1
* Allow FP division by zero in xmlXPathInitNick Wellnhofer2021-03-161-0/+1
* Fix XPath NaN/Inf for older GCC versionsNick Wellnhofer2021-03-131-23/+17
* Fix xmlGetNodePath with invalid node typesNick Wellnhofer2021-03-131-1/+3
* Fix exponential behavior with recursive entitiesNick Wellnhofer2021-03-131-2/+7
* Fix duplicate xmlStrEqual calls in htmlParseEndTagNick Wellnhofer2021-03-041-6/+4
* Speed up htmlCheckAutoCloseNick Wellnhofer2021-03-041-136/+280
* Speed up htmlTagLookupNick Wellnhofer2021-03-041-7/+13
* Clarify xmlNewDocProp documentationNick Wellnhofer2021-03-021-0/+5
* Stop checking attributes for UTF-8 validityNick Wellnhofer2021-03-021-12/+0
* Reduce some fuzzer timeoutsNick Wellnhofer2021-03-013-4/+4
* Fix quadratic behavior when looking up xml:* attributesNick Wellnhofer2021-03-011-0/+10
* Only run a few CI tests unless scheduledNick Wellnhofer2021-02-221-0/+24
* Improve fuzzer stabilityNick Wellnhofer2021-02-225-0/+15
* Check for feature flags in fuzzer testsNick Wellnhofer2021-02-223-38/+107
* Use CMake PROJECT_VERSIONMarkus Rickert2021-02-221-18/+18
* Another attempt at improving fuzzer stabilityNick Wellnhofer2021-02-221-0/+2