aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-01Merge "Upgrade libxml2 to a06eaa6119ca5b296b8105dc8c9a34ed5fc1f338"llvm-r487747Sadaf Ebrahimi
2023-05-01Upgrade libxml2 to a06eaa6119ca5b296b8105dc8c9a34ed5fc1f338Sadaf Ebrahimi
2023-04-30regexp: Fix determinism checksNick Wellnhofer
2023-04-30regexp: Fix checks for eliminated transitionsNick Wellnhofer
2023-04-30regexp: Simplify xmlFAReduceEpsilonTransitionsNick Wellnhofer
2023-04-30regexp: Fix cycle check in xmlFAReduceEpsilonTransitionsNick Wellnhofer
2023-04-30tests: Test streaming schema validationNick Wellnhofer
2023-04-30schemas: Fix filename in xmlSchemaValidateFileNick Wellnhofer
2023-04-30schemas: Fix line numbers in streaming validationNick Wellnhofer
2023-04-30schemas: Fix memory leak in xmlSchemaValidateStreamNick Wellnhofer
2023-04-30runtest: Skip element name in schema error messagesNick Wellnhofer
2023-04-30writer: Add error check in xmlTextWriterEndDocumentNick Wellnhofer
2023-04-30encoding: Stop calling xmlEncodingErrNick Wellnhofer
2023-04-30xmlIO: Remove some calls to xmlIOErrNick Wellnhofer
2023-04-30parser: Improve handling of encoding and IO errorsNick Wellnhofer
2023-04-30parser: Move xmlFatalErr to parserInternals.cNick Wellnhofer
2023-04-30encoding: Rework error codesNick Wellnhofer
2023-04-30.gitignore: Split up and rearrange .gitignore filesNick Wellnhofer
2023-04-30.gitignore: Add runsuite.logNick Wellnhofer
2023-04-30Stop calling xmlMemoryDumpNick Wellnhofer
2023-04-30examples: Don't call xmlCleanupParser and xmlMemoryDumpNick Wellnhofer
2023-04-30libxml.m4: Fix "possibly undefined macro" errorNick Wellnhofer
2023-04-30cmake: Fix va_copy detectionLuca Niccoli
2023-04-30xpath: Remove remaining references to valueFrameNick Wellnhofer
2023-04-29cmake: Link with --undefined-versionNick Wellnhofer
2023-04-29autoconf: Only use --undefined-version with version scriptsNick Wellnhofer
2023-04-29libxml.m4: Fix quotingNick Wellnhofer
2023-04-29Link with --undefined-versionNick Wellnhofer
2023-04-29libxml2.syms: Revert removal of version informationNick Wellnhofer
2023-04-28Clean up .gitignoreNick Wellnhofer
2023-04-28Bump version to 2.12.0Nick Wellnhofer
2023-04-28Release v2.11.0Nick Wellnhofer
2023-04-26Regenerate docs and testapi.cNick Wellnhofer
2023-04-26autoconf: Add AC_LANG_SOURCE to fix warningNick Wellnhofer
2023-04-26libxml2.syms: Remove LIBXML2_2.11.0 version nodeNick Wellnhofer
2023-04-26parser: Deprecate more internal functionsNick Wellnhofer
2023-04-21testchar: Fix return value in testUserEncodingNick Wellnhofer
2023-04-20xmllint: Validate --maxmem integer optionNick Wellnhofer
2023-04-20parser: Fix regression in xmlParserNodeInfo accountingNick Wellnhofer
2023-04-20testchar: Add test for memory pull parser with encodingNick Wellnhofer
2023-04-19parser: Fix regression in memory pull parser with encodingNick Wellnhofer
2023-04-19autoconf: Warn about outdated C compilersNick Wellnhofer
2023-04-17encoding: Fix compiler warning in ICU buildNick Wellnhofer
2023-04-16Fix use-after-free in xmlParseContentInternal()David Kilzer
2023-04-13parser: Fix regression when switching input encodingsNick Wellnhofer
2023-04-12parser: Remove first line handling in xmlParseChunkNick Wellnhofer
2023-04-12parser: Don't grow push parser buffersNick Wellnhofer
2023-04-11[CVE-2023-29469] Hashing of empty dict strings isn't deterministicNick Wellnhofer
2023-04-11[CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexTypeNick Wellnhofer
2023-04-10xmlValidatePopElement() can return invalid value (-1)David Kilzer