summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xinclude: Lower initial table size when fuzzingHEADmasterNick Wellnhofer2023-05-111-0/+12
* malloc-fail: Fix null deref after xmlXIncludeNewRefNick Wellnhofer2023-05-111-12/+2
* 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
* SAX: Always validate xml:idsNick Wellnhofer2023-05-093-12/+0
* Stop using sprintfNick Wellnhofer2023-05-082-7/+9
* xpath: Fix build without LIBXML_XPATH_ENABLEDNick Wellnhofer2023-05-081-108/+108
* SAX: Always initialize SAX1 element handlersNick Wellnhofer2023-05-082-8/+8
* autoconf: fix iconv library pathsMike Dalessio2023-05-062-4/+6
* parser: Fix old SAX1 parser with custom callbacksNick Wellnhofer2023-05-061-2/+0
* hash: Fix possible startup crash with old libxslt versionsNick Wellnhofer2023-05-061-0/+2
* regexp: Fix null deref in xmlFAFinishReduceEpsilonTransitionsNick Wellnhofer2023-05-041-0/+2
* Fix compiler warning on GCC < 8Nick Wellnhofer2023-05-031-7/+13
* threads: Fix startup crash with weak symbol hackNick Wellnhofer2023-05-031-8/+17
* dict: Raise MAX_DICT_HASH limitNick Wellnhofer2023-05-032-68/+55
* win32: Don't depend on removed .def fileNick Wellnhofer2023-05-022-17/+3
* regexp: Fix mistake in previous commitNick Wellnhofer2023-05-021-1/+0
* regexp: Fix determinism checksNick Wellnhofer2023-04-301-11/+23
* regexp: Fix checks for eliminated transitionsNick Wellnhofer2023-04-301-6/+6
* regexp: Simplify xmlFAReduceEpsilonTransitionsNick Wellnhofer2023-04-301-29/+20
* regexp: Fix cycle check in xmlFAReduceEpsilonTransitionsNick Wellnhofer2023-04-301-0/+26
* tests: Test streaming schema validationNick Wellnhofer2023-04-301-45/+63
* schemas: Fix filename in xmlSchemaValidateFileNick Wellnhofer2023-04-301-34/+58
* schemas: Fix line numbers in streaming validationNick Wellnhofer2023-04-301-2/+8
* schemas: Fix memory leak in xmlSchemaValidateStreamNick Wellnhofer2023-04-301-3/+12
* runtest: Skip element name in schema error messagesNick Wellnhofer2023-04-3075-94/+98
* writer: Add error check in xmlTextWriterEndDocumentNick Wellnhofer2023-04-301-1/+5
* encoding: Stop calling xmlEncodingErrNick Wellnhofer2023-04-301-56/+6
* xmlIO: Remove some calls to xmlIOErrNick Wellnhofer2023-04-301-4/+3
* parser: Improve handling of encoding and IO errorsNick Wellnhofer2023-04-306-39/+116
* parser: Move xmlFatalErr to parserInternals.cNick Wellnhofer2023-04-303-216/+224
* encoding: Rework error codesNick Wellnhofer2023-04-302-378/+194
* .gitignore: Split up and rearrange .gitignore filesNick Wellnhofer2023-04-304-77/+84
* .gitignore: Add runsuite.logNick Wellnhofer2023-04-301-0/+1
* Stop calling xmlMemoryDumpNick Wellnhofer2023-04-3068-109/+1
* examples: Don't call xmlCleanupParser and xmlMemoryDumpNick Wellnhofer2023-04-3018-272/+101
* libxml.m4: Fix "possibly undefined macro" errorNick Wellnhofer2023-04-301-1/+1
* cmake: Fix va_copy detectionLuca Niccoli2023-04-301-2/+2
* xpath: Remove remaining references to valueFrameNick Wellnhofer2023-04-303-3/+2
* cmake: Link with --undefined-versionNick Wellnhofer2023-04-291-2/+7
* autoconf: Only use --undefined-version with version scriptsNick Wellnhofer2023-04-291-5/+4
* libxml.m4: Fix quotingNick Wellnhofer2023-04-291-1/+1
* Link with --undefined-versionNick Wellnhofer2023-04-295-0/+188
* libxml2.syms: Revert removal of version informationNick Wellnhofer2023-04-291-48/+2282
* Clean up .gitignoreNick Wellnhofer2023-04-281-34/+0
* Bump version to 2.12.0Nick Wellnhofer2023-04-281-1/+1
* 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