| Commit message (Expand) | Author | Age | Files | Lines |
* | man: Mention XML_CATALOG_FILES is space-separatedwip/jtojnar/env-var-separator | Jan Tojnar | 2021-07-05 | 2 | -4/+4 |
* | Use version in configure.ac for CMake | Timothy Lyanguzov | 2021-06-07 | 1 | -6/+11 |
* | Fix whitespace when serializing empty HTML documents | Nick Wellnhofer | 2021-06-07 | 1 | -5/+9 |
* | Fix XPath recursion limit | Nick Wellnhofer | 2021-06-02 | 1 | -1/+1 |
* | Fix regression in xmlNodeDumpOutputInternal | Nick Wellnhofer | 2021-05-25 | 1 | -7/+7 |
* | Update CMake project version | Markus Rickert | 2021-05-23 | 1 | -1/+1 |
* | Add CMake alias targets for embedded projects | Markus Rickert | 2021-05-23 | 1 | -0/+2 |
* | Fix some validation errors in the FAQ | David King | 2021-05-23 | 2 | -16/+12 |
* | Remove unused variable in xmlCharEncOutFunc | David King | 2021-05-23 | 1 | -3/+0 |
* | Add missing file xmlwin32version.h.in to EXTRA_DIST | Markus Rickert | 2021-05-21 | 1 | -1/+1 |
* | Add instructions on how to use CMake to compile libxml | Markus Rickert | 2021-05-21 | 1 | -0/+20 |
* | Work around lxml API abuse | Nick Wellnhofer | 2021-05-21 | 2 | -28/+49 |
* | fix: avoid segfault at exit when using custom memory functions | Mike Dalessio | 2021-05-20 | 1 | -1/+2 |
* | Release of libxml2-2.9.12v2.9.12 | Daniel Veillard | 2021-05-13 | 2 | -2/+2 |
* | Release of libxml2-2.9.11v2.9.11 | Daniel Veillard | 2021-05-13 | 79 | -483/+1061 |
* | Patch for security issue CVE-2021-3541CVE-2021-3541 | Daniel Veillard | 2021-05-13 | 1 | -0/+26 |
* | Fix null deref in legacy SAX1 parser | Nick Wellnhofer | 2021-05-09 | 1 | -13/+2 |
* | Store per-element parser state in a struct | Nick Wellnhofer | 2021-05-08 | 2 | -52/+35 |
* | Fix handling of unexpected EOF in xmlParseContent | Nick Wellnhofer | 2021-05-08 | 4 | -11/+45 |
* | Fix line numbers in error messages for mismatched tags | Nick Wellnhofer | 2021-05-07 | 4 | -20/+28 |
* | Fix htmlTagLookup | Nick Wellnhofer | 2021-05-06 | 1 | -2/+2 |
* | update for xsd:language type check | PaulHiggs | 2021-05-03 | 1 | -1/+40 |
* | Propagate error in xmlParseElementChildrenContentDeclPriv | Nick Wellnhofer | 2021-05-01 | 1 | -0/+7 |
* | Update INSTALL.libxml2 | Nick Wellnhofer | 2021-04-25 | 1 | -34/+24 |
* | Fix user-after-free with `xmllint --xinclude --dropdtd` | Nick Wellnhofer | 2021-04-22 | 1 | -3/+2 |
* | Fix dangling pointer with `xmllint --dropdtd` | Nick Wellnhofer | 2021-04-22 | 1 | -0/+1 |
* | Validate UTF8 in xmlEncodeEntities | Joel Hockey | 2021-04-22 | 1 | -1/+15 |
* | Fix use-after-free with `xmllint --html --push` | Nick Wellnhofer | 2021-04-21 | 1 | -1/+1 |
* | Fix include order in c14n.h | Nick Wellnhofer | 2021-03-20 | 1 | -4/+6 |
* | CMake: Only add postfixes if MSVC | Christopher Degawa | 2021-03-16 | 1 | -1/+1 |
* | Allow FP division by zero in xmlXPathInit | Nick Wellnhofer | 2021-03-16 | 1 | -0/+1 |
* | Fix XPath NaN/Inf for older GCC versions | Nick Wellnhofer | 2021-03-13 | 1 | -23/+17 |
* | Fix xmlGetNodePath with invalid node types | Nick Wellnhofer | 2021-03-13 | 1 | -1/+3 |
* | Fix exponential behavior with recursive entities | Nick Wellnhofer | 2021-03-13 | 1 | -2/+7 |
* | Fix duplicate xmlStrEqual calls in htmlParseEndTag | Nick Wellnhofer | 2021-03-04 | 1 | -6/+4 |
* | Speed up htmlCheckAutoClose | Nick Wellnhofer | 2021-03-04 | 1 | -136/+280 |
* | Speed up htmlTagLookup | Nick Wellnhofer | 2021-03-04 | 1 | -7/+13 |
* | Clarify xmlNewDocProp documentation | Nick Wellnhofer | 2021-03-02 | 1 | -0/+5 |
* | Stop checking attributes for UTF-8 validity | Nick Wellnhofer | 2021-03-02 | 1 | -12/+0 |
* | Reduce some fuzzer timeouts | Nick Wellnhofer | 2021-03-01 | 3 | -4/+4 |
* | Fix quadratic behavior when looking up xml:* attributes | Nick Wellnhofer | 2021-03-01 | 1 | -0/+10 |
* | Only run a few CI tests unless scheduled | Nick Wellnhofer | 2021-02-22 | 1 | -0/+24 |
* | Improve fuzzer stability | Nick Wellnhofer | 2021-02-22 | 5 | -0/+15 |
* | Check for feature flags in fuzzer tests | Nick Wellnhofer | 2021-02-22 | 3 | -38/+107 |
* | Use CMake PROJECT_VERSION | Markus Rickert | 2021-02-22 | 1 | -18/+18 |
* | Another attempt at improving fuzzer stability | Nick Wellnhofer | 2021-02-22 | 1 | -0/+2 |
* | Revert "Improve HTML fuzzer stability" | Nick Wellnhofer | 2021-02-22 | 2 | -6/+0 |
* | Add charset names to fuzzing dictionaries | Nick Wellnhofer | 2021-02-22 | 2 | -0/+26 |
* | Improve HTML fuzzer stability | Nick Wellnhofer | 2021-02-22 | 2 | -0/+6 |
* | Add CI for MSVC x86 | Markus Rickert | 2021-02-21 | 1 | -0/+17 |