summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v2.11.3v2.11.32.11Nick Wellnhofer2023-05-112-1/+13
* xinclude: Fix false positives in inclusion loop detectionNick Wellnhofer2023-05-111-1/+5
* autotools: Fix ICU detectionNick Wellnhofer2023-05-101-1/+1
* parser: Fix "huge input lookup" error with push parserNick Wellnhofer2023-05-091-2/+3
* xpath: Fix build without LIBXML_XPATH_ENABLEDNick Wellnhofer2023-05-081-108/+108
* hash: Fix possible startup crash with old libxslt versionsNick Wellnhofer2023-05-071-0/+2
* autoconf: fix iconv library pathsMike Dalessio2023-05-062-4/+6
* Release v2.11.2v2.11.2Nick Wellnhofer2023-05-052-1/+10
* threads: Fix startup crash with weak symbol hackNick Wellnhofer2023-05-031-8/+17
* win32: Don't depend on removed .def fileNick Wellnhofer2023-05-032-17/+3
* schemas: Fix memory leak in xmlSchemaValidateStreamNick Wellnhofer2023-05-031-3/+12
* Release v2.11.1v2.11.1Nick Wellnhofer2023-04-302-1/+11
* cmake: Fix va_copy detectionLuca Niccoli2023-04-301-2/+2
* libxml.m4: Fix quotingNick Wellnhofer2023-04-301-1/+1
* Link with --undefined-versionNick Wellnhofer2023-04-306-3/+195
* libxml2.syms: Revert removal of version informationNick Wellnhofer2023-04-301-48/+2282
* Release v2.11.0v2.11.0Nick Wellnhofer2023-04-281-0/+419
* Regenerate docs and testapi.cNick Wellnhofer2023-04-2626-637/+557
* autoconf: Add AC_LANG_SOURCE to fix warningNick Wellnhofer2023-04-261-1/+1
* libxml2.syms: Remove LIBXML2_2.11.0 version nodeNick Wellnhofer2023-04-261-1/+0
* parser: Deprecate more internal functionsNick Wellnhofer2023-04-265-0/+44
* testchar: Fix return value in testUserEncodingNick Wellnhofer2023-04-211-3/+4
* xmllint: Validate --maxmem integer optionNick Wellnhofer2023-04-201-4/+21
* parser: Fix regression in xmlParserNodeInfo accountingNick Wellnhofer2023-04-202-46/+27
* testchar: Add test for memory pull parser with encodingNick Wellnhofer2023-04-201-0/+57
* parser: Fix regression in memory pull parser with encodingNick Wellnhofer2023-04-192-1/+17
* autoconf: Warn about outdated C compilersNick Wellnhofer2023-04-191-1/+7
* encoding: Fix compiler warning in ICU buildNick Wellnhofer2023-04-171-1/+1
* Fix use-after-free in xmlParseContentInternal()David Kilzer2023-04-161-1/+2
* parser: Fix regression when switching input encodingsNick Wellnhofer2023-04-131-4/+12
* parser: Remove first line handling in xmlParseChunkNick Wellnhofer2023-04-121-49/+1
* parser: Don't grow push parser buffersNick Wellnhofer2023-04-121-0/+3
* [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
* xmlValidatePopElement() can return invalid value (-1)David Kilzer2023-04-106-6/+10
* SAX2: Ignore namespaces in HTML documentsNick Wellnhofer2023-03-315-6/+43
* parser: Halt parser if switching encodings failsNick Wellnhofer2023-03-301-0/+2
* malloc-fail: Fix buffer overread with HTML doctype declarationsNick Wellnhofer2023-03-261-2/+2
* encoding: Fix error code in asciiToUTF8Nick Wellnhofer2023-03-261-1/+1
* parser: Fix buffer overread in xmlDetectEBCDICNick Wellnhofer2023-03-261-1/+2
* parser: Grow input buffer earlier when reading charactersNick Wellnhofer2023-03-212-3/+3
* parser: Rework EBCDIC code page detectionNick Wellnhofer2023-03-215-315/+94
* parser: Limit name length in xmlParseEncNameNick Wellnhofer2023-03-211-5/+8
* parser: Rework shrinking of input buffersNick Wellnhofer2023-03-214-44/+10
* malloc-fail: Fix buffer overread after htmlParseScriptNick Wellnhofer2023-03-201-1/+1
* malloc-fail: Check for malloc failures when creating XPath stringsNick Wellnhofer2023-03-181-69/+42
* parser: Fix regressions from previous commitsNick Wellnhofer2023-03-182-2/+4
* html: Rely on CUR_CHAR to grow the input bufferNick Wellnhofer2023-03-171-42/+21
* parser: Rely on CUR_CHAR/NEXT to grow the input bufferNick Wellnhofer2023-03-171-189/+57
* malloc-fail: Add error check in htmlParseHTMLAttributeNick Wellnhofer2023-03-171-0/+4