summaryrefslogtreecommitdiff
path: root/encoding.c
Commit message (Expand)AuthorAgeFilesLines
* encoding: Stop calling xmlEncodingErrNick Wellnhofer2023-04-301-56/+6
* parser: Improve handling of encoding and IO errorsNick Wellnhofer2023-04-301-5/+49
* encoding: Rework error codesNick Wellnhofer2023-04-301-378/+185
* encoding: Fix compiler warning in ICU buildNick Wellnhofer2023-04-171-1/+1
* encoding: Fix error code in asciiToUTF8Nick Wellnhofer2023-03-261-1/+1
* parser: Rework EBCDIC code page detectionNick Wellnhofer2023-03-211-180/+3
* malloc-fail: Check for malloc failure in xmlFindCharEncodingHandlerNick Wellnhofer2023-02-171-0/+12
* malloc-fail: Fix leak of xmlCharEncodingHandlerNick Wellnhofer2023-02-171-1/+0
* encoding: Cast toupper argument to unsigned charNick Wellnhofer2023-02-171-5/+5
* malloc-fail: Fix null deref if growing input buffer failsNick Wellnhofer2023-01-241-1/+2
* encoding.c: Fix for documentation generatorNick Wellnhofer2022-12-081-0/+2
* encoding: Make init function privateNick Wellnhofer2022-11-271-7/+11
* encoding: Remove unused variable xmlDefaultCharEncodingHandlerNick Wellnhofer2022-11-271-10/+2
* encoding: Allocate default handlers staticallyNick Wellnhofer2022-11-241-84/+116
* buf: Deprecate static/immutable buffersNick Wellnhofer2022-11-201-4/+2
* Remove explicit integer castsNick Wellnhofer2022-09-011-11/+11
* Consolidate private header filesNick Wellnhofer2022-08-261-33/+8
* xmlBufAvail() should return length without including a byte for NUL terminatorDavid Kilzer2022-05-251-10/+4
* Mark more static data as `const`David Kilzer2022-04-071-15/+15
* Deprecate module init and cleanup functionsNick Wellnhofer2022-03-061-0/+8
* Fix memory leak in xmlFindCharEncodingHandlerNick Wellnhofer2022-03-051-0/+4
* Remove ICONV_CONST testNick Wellnhofer2022-03-041-1/+4
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-7/+2
* Don't include ICU headers in public headersNick Wellnhofer2022-03-011-0/+14
* Fix unused variable warnings with disabled featuresNick Wellnhofer2022-02-221-0/+3
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Fix integer conversion warning in xmlIconvWrapperNick Wellnhofer2022-01-251-2/+2
* Fix random dropping of characters on dumping ASCII encoded XMLMohammad Razavi2022-01-161-1/+1
* Fix parse failure when 4-byte character in UTF-16 BE is split across a chunkDavid Kilzer2022-01-161-11/+12
* Remove unused variable in xmlCharEncOutFuncDavid King2021-05-231-3/+0
* Fix slow parsing of HTML with encoding errorsNick Wellnhofer2021-02-201-0/+5
* encoding: fix memleak in xmlRegisterCharEncodingHandler()Xiaoming Ni2020-12-071-2/+11
* Fix building with ICU 68.Frederik Seiffert2020-11-191-1/+1
* Fix return values and documentation in encoding.cNick Wellnhofer2020-07-061-12/+53
* Fix undefined behavior in UTF16LEToUTF8Nick Wellnhofer2020-06-151-1/+6
* Fix return value of xmlCharEncOutputNick Wellnhofer2020-06-151-3/+3
* Fix typosNick Wellnhofer2020-03-081-1/+1
* Large batch of typo fixesJared Yanovich2019-09-301-9/+9
* Remove a misleading line from xmlCharEncOutputAndrey Bienkowski2018-07-231-2/+0
* Fix unused parameter warning without ICUNick Wellnhofer2017-11-091-0/+1
* Fixed ICU to set flush correctly and provide pivot buffer.Joel Hockey2017-11-041-21/+25
* Fix pathological performance when outputting charrefsNick Wellnhofer2017-06-191-70/+59
* Deduplicate code in encoding.cNick Wellnhofer2017-06-191-312/+153
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-1/+1
* Avoid a possibility of dangling encoding handlerGaurav2013-11-291-2/+14
* #705267 - add additional defines checks for support "./configure --with-minimum"Denis Pauk2013-08-031-0/+2
* Fix the flushing out of raw buffers on encoding conversionsDaniel Veillard2013-02-131-3/+4
* Try IBM-037 when looking for EBCDIC handlersPetr Sumbera2012-12-121-0/+2
* Big space and tab cleanupDaniel Veillard2012-09-111-3/+3
* Regenerating docs and API filesDaniel Veillard2012-08-101-2/+2