summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* SAX: Always validate xml:idsNick Wellnhofer2023-05-091-6/+0
* Fix compiler warning on GCC < 8Nick Wellnhofer2023-05-031-7/+13
* parser: Move xmlFatalErr to parserInternals.cNick Wellnhofer2023-04-301-0/+2
* encoding: Rework error codesNick Wellnhofer2023-04-301-0/+9
* xpath: Remove remaining references to valueFrameNick Wellnhofer2023-04-302-2/+2
* parser: Deprecate more internal functionsNick Wellnhofer2023-04-261-0/+11
* parser: Rework EBCDIC code page detectionNick Wellnhofer2023-03-212-1/+3
* parser: Rework shrinking of input buffersNick Wellnhofer2023-03-211-1/+1
* parser: Fix short-lived regression causing infinite loopsNick Wellnhofer2023-03-141-0/+2
* malloc-fail: Handle malloc failures in xmlSchemaInitTypesNick Wellnhofer2023-03-141-1/+1
* xmllint: Fix use-after-free with --maxmemNick Wellnhofer2023-03-141-0/+2
* parser: Deprecate some parser input functionsNick Wellnhofer2023-03-132-0/+3
* parser: Stop calling xmlParserInputShrinkNick Wellnhofer2023-03-131-0/+2
* malloc-fail: Stop using XPath stack framesNick Wellnhofer2023-03-131-1/+1
* html: Impose some length limitsNick Wellnhofer2023-03-121-0/+7
* parser: Stop calling xmlParserInputGrowNick Wellnhofer2023-03-121-0/+2
* Revert "malloc-fail: Avoid use-after-free after unsuccessful valuePush"Nick Wellnhofer2023-02-261-2/+1
* xinclude: Fix include guardNick Wellnhofer2023-02-221-3/+3
* autotools: Fix make distcheckNick Wellnhofer2023-02-131-0/+1
* malloc-fail: Avoid use-after-free after unsuccessful valuePushNick Wellnhofer2023-02-031-1/+2
* error: Limit number of parser errorsNick Wellnhofer2022-12-271-0/+2
* parser: Improve detection of entity loopsNick Wellnhofer2022-12-231-2/+3
* parser: Deprecate xmlString*DecodeEntitiesNick Wellnhofer2022-12-211-0/+2
* entities: Stop counting entitiesNick Wellnhofer2022-12-212-5/+1
* entities: Add entity flag for loop checkNick Wellnhofer2022-12-211-2/+4
* entities: Rework entity amplification checksNick Wellnhofer2022-12-212-5/+3
* entities: Use flags to store '<' check resultsNick Wellnhofer2022-12-191-0/+2
* entities: Add XML_ENT_PARSED flagNick Wellnhofer2022-12-191-0/+8
* entities: Add "flags" member to struct xmlEntityNick Wellnhofer2022-12-191-0/+1
* libxml.h: Add comments and indentationNick Wellnhofer2022-12-081-7/+7
* xmlexports.h: Disable docs for internal macro XMLPUBLICNick Wellnhofer2022-12-081-19/+10
* xmlexports.h: Remove LIBXML_FASTCALL optimizationNick Wellnhofer2022-12-081-22/+2
* Remove XMLCALL and XMLCDECL macros from public headersNick Wellnhofer2022-12-0845-1677/+1677
* Hide internal functionsNick Wellnhofer2022-11-2718-72/+131
* xpath: Make init function privateNick Wellnhofer2022-11-272-0/+7
* encoding: Make init function privateNick Wellnhofer2022-11-271-0/+2
* threads: Deprecate some internal functionsNick Wellnhofer2022-11-251-0/+3
* threads: Allocate mutexes staticallyNick Wellnhofer2022-11-251-0/+32
* dict: Make init/cleanup functions privateNick Wellnhofer2022-11-251-0/+1
* threads: Rework initializationNick Wellnhofer2022-11-251-0/+3
* parser: Make some module init/cleanup functions privateNick Wellnhofer2022-11-253-0/+16
* Visual Studio builds: Allow silencing deprecation warningsChun-wei Fan2022-11-231-3/+13
* Visual Studio: Define XML_DEPRECATEDChun-wei Fan2022-11-231-3/+8
* parser: Rewrite push parser boundary checksNick Wellnhofer2022-11-201-0/+2
* buf: Deprecate static/immutable buffersNick Wellnhofer2022-11-203-2/+2
* io: Remove xmlInputReadCallbackNopNick Wellnhofer2022-11-201-1/+0
* doc: Remove xmlDllMain from documentation and version scriptNick Wellnhofer2022-11-041-0/+2
* xinclude: Implement "streaming" modeNick Wellnhofer2022-10-301-0/+8
* xinclude: Make xmlXIncludeCopyNode non-recursiveNick Wellnhofer2022-10-231-0/+6
* win32: Fix build with VS2013Nick Wellnhofer2022-10-111-2/+6