aboutsummaryrefslogtreecommitdiff
path: root/encoding.c
AgeCommit message (Expand)Author
2023-10-28encoding: Fix decoding of large chunksNick Wellnhofer
2023-10-02encoding: Suppress -Wcast-align warningsNick Wellnhofer
2023-09-29encoding: Fix infinite loop in xmlCharEncInputNick Wellnhofer
2023-09-21doc: Make apibuild.py happyNick Wellnhofer
2023-09-20globals: Stop including globals.hNick Wellnhofer
2023-09-20include: Remove unnecessary includesNick Wellnhofer
2023-08-16encoding: Remove debugging codeNick Wellnhofer
2023-08-08parser: Decode all data in xmlCharEncInputNick Wellnhofer
2023-08-08encoding: Move rawconsumed accounting to xmlCharEncInputNick Wellnhofer
2023-06-08parser: Halt parser when growing buffer results in OOMNick Wellnhofer
2023-06-06malloc-fail: Handle malloc failures in xmlAddEncodingAliasNick Wellnhofer
2023-04-30encoding: Stop calling xmlEncodingErrNick Wellnhofer
2023-04-30parser: Improve handling of encoding and IO errorsNick Wellnhofer
2023-04-30encoding: Rework error codesNick Wellnhofer
2023-04-17encoding: Fix compiler warning in ICU buildNick Wellnhofer
2023-03-26encoding: Fix error code in asciiToUTF8Nick Wellnhofer
2023-03-21parser: Rework EBCDIC code page detectionNick Wellnhofer
2023-02-17malloc-fail: Check for malloc failure in xmlFindCharEncodingHandlerNick Wellnhofer
2023-02-17malloc-fail: Fix leak of xmlCharEncodingHandlerNick Wellnhofer
2023-02-17encoding: Cast toupper argument to unsigned charNick Wellnhofer
2023-01-24malloc-fail: Fix null deref if growing input buffer failsNick Wellnhofer
2022-12-08encoding.c: Fix for documentation generatorNick Wellnhofer
2022-11-27encoding: Make init function privateNick Wellnhofer
2022-11-27encoding: Remove unused variable xmlDefaultCharEncodingHandlerNick Wellnhofer
2022-11-24encoding: Allocate default handlers staticallyNick Wellnhofer
2022-11-20buf: Deprecate static/immutable buffersNick Wellnhofer
2022-09-01Remove explicit integer castsNick Wellnhofer
2022-08-26Consolidate private header filesNick Wellnhofer
2022-05-25xmlBufAvail() should return length without including a byte for NUL terminatorDavid Kilzer
2022-04-07Mark more static data as `const`David Kilzer
2022-03-06Deprecate module init and cleanup functionsNick Wellnhofer
2022-03-05Fix memory leak in xmlFindCharEncodingHandlerNick Wellnhofer
2022-03-04Remove ICONV_CONST testNick Wellnhofer
2022-03-02Don't check for standard C89 headersNick Wellnhofer
2022-03-01Don't include ICU headers in public headersNick Wellnhofer
2022-02-22Fix unused variable warnings with disabled featuresNick Wellnhofer
2022-02-20Remove elfgcchack.hNick Wellnhofer
2022-01-25Fix integer conversion warning in xmlIconvWrapperNick Wellnhofer
2022-01-16Fix random dropping of characters on dumping ASCII encoded XMLMohammad Razavi
2022-01-16Fix parse failure when 4-byte character in UTF-16 BE is split across a chunkDavid Kilzer
2021-05-23Remove unused variable in xmlCharEncOutFuncDavid King
2021-02-20Fix slow parsing of HTML with encoding errorsNick Wellnhofer
2020-12-07encoding: fix memleak in xmlRegisterCharEncodingHandler()Xiaoming Ni
2020-11-19Fix building with ICU 68.Frederik Seiffert
2020-07-06Fix return values and documentation in encoding.cNick Wellnhofer
2020-06-15Fix undefined behavior in UTF16LEToUTF8Nick Wellnhofer
2020-06-15Fix return value of xmlCharEncOutputNick Wellnhofer
2020-03-08Fix typosNick Wellnhofer
2019-09-30Large batch of typo fixesJared Yanovich
2018-07-23Remove a misleading line from xmlCharEncOutputAndrey Bienkowski