aboutsummaryrefslogtreecommitdiffstats
path: root/encoding.c
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE: Update libxml2 to 2.9.8HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-14.1cm-13.0akirilov2018-09-061-394/+229
* Merge remote-tracking branch 'goog/upstream-master' into mymergeXin Li2016-08-151-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
* Adding new encoding function to deal with the new structuresDaniel Veillard2012-07-231-4/+479
* Prevent an infinite loop when dumping a node with encoding problemsTimothy Elliott2012-05-081-2/+18
* Fix an off by one error in encodingDaniel Veillard2011-08-191-2/+2
* 480323 add code to plug in ICU converters by defaultGiuseppe Iuculano2010-11-041-284/+525
* 630140 better fix for iso995x encoding errorDaniel Veillard2010-11-031-7/+3
* Various cleanups on encoding handlingDaniel Veillard2010-11-031-36/+37
* 630140 fix iso995x encoding errorDaniel Veillard2010-11-031-1/+5
* A few more safety cleanup raised by scanDaniel Veillard2009-09-071-6/+9
* Fixing assorted potential problems raised by scanDaniel Veillard2009-09-071-1/+1
* 566012 autodetected encoding and encoding conflictDaniel Veillard2009-08-261-11/+42
* 566012 Incomplete EBCDIC parsing supportMartin Kögler2009-08-241-0/+2
* make a new kind of buffer where shrinking and adding in head can avoidDaniel Veillard2008-08-301-3/+5
* buffer may not be large enough to convert to UCS4, patch from ChristianDaniel Veillard2008-04-031-2/+2
* poblem with encoding detection for UTF-16 reported by Ashwin and found byDaniel Veillard2008-03-061-2/+3
* patch from Roumen Petrov to detect if iconv() needs a const for the secondDaniel Veillard2008-02-151-1/+1
* Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159)William M. Brack2007-05-221-6/+7
* remove a warning check with uppercase for AIX iconv() should fix #352644Daniel Veillard2006-10-161-0/+6
* fixing bug #340398 xmlCharEncOutFunc writing to input buffer DanielDaniel Veillard2006-05-021-1/+2
* fix a few warning raised by gcc-4.1 and latests changes DanielDaniel Veillard2006-03-101-1/+0
* more cleanups based on coverity reports. DanielDaniel Veillard2006-03-091-17/+9
* avoid passing a char[] as snprintf first argument. implementedDaniel Veillard2005-09-021-3/+3
* applied the patch suggested #309565 which can avoid looping in errorDaniel Veillard2005-08-241-1/+1
* finally converted the encoding module to the common error reportingDaniel Veillard2005-08-241-32/+63
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-1/+1
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fix unitinialized variable in not frequently used code bug #172182 DanielDaniel Veillard2005-03-311-1/+2
* removed a static buffer in xmlByteConsumed(), as pointed by Ben Maurer,Daniel Veillard2005-03-121-1/+1
* fix the comment to describe the real return values lot of work on theDaniel Veillard2005-02-161-2/+3
* forgot a $(srcdir) stupid error wrong name #157976 DanielDaniel Veillard2004-11-111-1/+1
* fixed a regression in iconv support. DanielDaniel Veillard2004-11-061-2/+4
* autogenerate a minimal NULL value sequence for unknown pointer types ThisDaniel Veillard2004-11-051-9/+30
* Fixed bug #153937, making sure the conversion functions return the numberDaniel Veillard2004-10-311-11/+11
* added the routine xmlNanoHTTPContentLength to the external APIWilliam M. Brack2004-09-181-1/+1
* applied fixes for the UTF8ToISO8859x transcoding routine suggested by MarkWilliam M. Brack2004-09-091-5/+6
* many further little changes for OOM problems. Now seems to be gettingWilliam M. Brack2004-07-311-0/+1
* small patch to try to fix a warning with Sun One compiler DanielDaniel Veillard2004-02-211-1/+1
* small patch removing a warning with MS compiler. DanielDaniel Veillard2004-02-211-1/+1
* added xmlByteConsumed() interface updated the benchmark rebuilt the docsDaniel Veillard2004-02-111-0/+75
* applied patch supplied by Christophe Dubach to fix problem withWilliam M. Brack2004-02-101-1/+1
* applied a small patch from Alfred Mickautsch to avoid an out of boundDaniel Veillard2004-02-091-12/+7
* moved string and UTF8 routines out of parser.c and encoding.c into a newWilliam M. Brack2004-01-061-385/+0
* Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. NowWilliam M. Brack2003-11-281-69/+89