aboutsummaryrefslogtreecommitdiff
path: root/parserInternals.c
AgeCommit message (Expand)Author
2023-10-22parser: Remove redundant IS_CHAR check in xmlCurrentCharNick Wellnhofer
2023-10-22parser: Stop switching to ISO-8859-1 on encoding errorsNick Wellnhofer
2023-10-22parser: Fix buffer shrinking when push parsingNick Wellnhofer
2023-10-06parser: Fix regression when push parsing parameter entitiesNick Wellnhofer
2023-10-02parser: Fix initialization of namespace dataNick Wellnhofer
2023-09-29parser: Use hash tables to avoid quadratic behaviorNick Wellnhofer
2023-09-29parser: Don't skip CR in xmlCurrentCharNick Wellnhofer
2023-09-22parser: Simplify xmlStringCurrentCharNick Wellnhofer
2023-09-21doc: Make apibuild.py happyNick Wellnhofer
2023-09-21include: Remove more unnecessary includesNick Wellnhofer
2023-09-20globals: Stop including globals.hNick Wellnhofer
2023-09-20globals: Move remaining globals back to correct header filesNick Wellnhofer
2023-09-19debug: Remove debugging codeNick Wellnhofer
2023-08-29parser: Remove push parser debugging codeNick Wellnhofer
2023-08-20parser: Allow to set maximum amplification factorNick Wellnhofer
2023-08-17parser: Revert change to doc->encodingNick Wellnhofer
2023-08-16parser: Never use UTF-8 encoding handlerNick Wellnhofer
2023-08-09parser: Fix mistake in xmlDetectEncodingNick Wellnhofer
2023-08-08parser: Decode all data in xmlCharEncInputNick Wellnhofer
2023-08-08parser: Stream data when reading from memoryNick Wellnhofer
2023-08-08parser: Simplify input pointer updatesNick Wellnhofer
2023-08-08encoding: Move rawconsumed accounting to xmlCharEncInputNick Wellnhofer
2023-08-08parser: Rework encoding detectionNick Wellnhofer
2023-08-08parser: Don't use 'standalone' member of xmlParserInputNick Wellnhofer
2023-06-23parser: Fix typo in previous commitNick Wellnhofer
2023-06-22parser: Make xmlSwitchEncoding always skip the BOMNick Wellnhofer
2023-06-08parser: Halt parser when growing buffer results in OOMNick Wellnhofer
2023-06-07parser: Recover more input from encoding errorsNick Wellnhofer
2023-05-18parser: Fix regression when push parsing UTF-8 sequencesNick Wellnhofer
2023-05-09parser: Fix "huge input lookup" error with push parserNick Wellnhofer
2023-04-30parser: Improve handling of encoding and IO errorsNick Wellnhofer
2023-04-30parser: Move xmlFatalErr to parserInternals.cNick Wellnhofer
2023-04-26parser: Deprecate more internal functionsNick Wellnhofer
2023-04-19parser: Fix regression in memory pull parser with encodingNick Wellnhofer
2023-04-13parser: Fix regression when switching input encodingsNick Wellnhofer
2023-04-12parser: Don't grow push parser buffersNick Wellnhofer
2023-03-30parser: Halt parser if switching encodings failsNick Wellnhofer
2023-03-26parser: Fix buffer overread in xmlDetectEBCDICNick Wellnhofer
2023-03-21parser: Grow input buffer earlier when reading charactersNick Wellnhofer
2023-03-21parser: Rework EBCDIC code page detectionNick Wellnhofer
2023-03-21parser: Rework shrinking of input buffersNick Wellnhofer
2023-03-16parser: More fixes to xmlParserGrowNick Wellnhofer
2023-03-15malloc-fail: Fix buffer overread when reading from inputNick Wellnhofer
2023-03-14parser: Fix short-lived regression causing infinite loopsNick Wellnhofer
2023-03-13parser: Deprecate some parser input functionsNick Wellnhofer
2023-03-13parser: Stop calling xmlParserInputShrinkNick Wellnhofer
2023-03-13malloc-fail: Fix null deref in xmlParserInputShrinkNick Wellnhofer
2023-03-12parser: Stop calling xmlParserInputGrowNick Wellnhofer
2023-01-24malloc-fail: Fix null deref if growing input buffer failsNick Wellnhofer
2022-12-22parser: Fix integer overflow of input IDNick Wellnhofer