index
:
delta/libxml2.git
2.10
2.11
2.9
LIBXML2_2_5_X
LIB_XML_1_BRANCH
USING_LIBUNICODE
baserock/morph
ddkilzer/add-fuzzing-asserts-to-xmlSetTreeDoc
devhelp2
devhelp2-index
fix-trio-msvc
master
python3-windows
wip/jtojnar/env-var-separator
wip/sadiq/fixes
gitlab.gnome.org: GNOME/libxml2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
encoding.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid a possibility of dangling encoding handler
Gaurav
2013-11-29
1
-2
/
+14
*
#705267 - add additional defines checks for support "./configure --with-minimum"
Denis Pauk
2013-08-03
1
-0
/
+2
*
Fix the flushing out of raw buffers on encoding conversions
Daniel Veillard
2013-02-13
1
-3
/
+4
*
Try IBM-037 when looking for EBCDIC handlers
Petr Sumbera
2012-12-12
1
-0
/
+2
*
Big space and tab cleanup
Daniel Veillard
2012-09-11
1
-3
/
+3
*
Regenerating docs and API files
Daniel Veillard
2012-08-10
1
-2
/
+2
*
Adding new encoding function to deal with the new structures
Daniel Veillard
2012-07-23
1
-4
/
+479
*
Prevent an infinite loop when dumping a node with encoding problems
Timothy Elliott
2012-05-08
1
-2
/
+18
*
Fix an off by one error in encoding
Daniel Veillard
2011-08-19
1
-2
/
+2
*
480323 add code to plug in ICU converters by default
Giuseppe Iuculano
2010-11-04
1
-284
/
+525
*
630140 better fix for iso995x encoding error
Daniel Veillard
2010-11-03
1
-7
/
+3
*
Various cleanups on encoding handling
Daniel Veillard
2010-11-03
1
-36
/
+37
*
630140 fix iso995x encoding error
Daniel Veillard
2010-11-03
1
-1
/
+5
*
A few more safety cleanup raised by scan
Daniel Veillard
2009-09-07
1
-6
/
+9
*
Fixing assorted potential problems raised by scan
Daniel Veillard
2009-09-07
1
-1
/
+1
*
566012 autodetected encoding and encoding conflict
Daniel Veillard
2009-08-26
1
-11
/
+42
*
566012 Incomplete EBCDIC parsing support
Martin Kögler
2009-08-24
1
-0
/
+2
*
make a new kind of buffer where shrinking and adding in head can avoid
Daniel Veillard
2008-08-30
1
-3
/
+5
*
buffer may not be large enough to convert to UCS4, patch from Christian
Daniel Veillard
2008-04-03
1
-2
/
+2
*
poblem with encoding detection for UTF-16 reported by Ashwin and found by
Daniel Veillard
2008-03-06
1
-2
/
+3
*
patch from Roumen Petrov to detect if iconv() needs a const for the second
Daniel Veillard
2008-02-15
1
-1
/
+1
*
Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159)
William M. Brack
2007-05-22
1
-6
/
+7
*
remove a warning check with uppercase for AIX iconv() should fix #352644
Daniel Veillard
2006-10-16
1
-0
/
+6
*
fixing bug #340398 xmlCharEncOutFunc writing to input buffer Daniel
Daniel Veillard
2006-05-02
1
-1
/
+2
*
fix a few warning raised by gcc-4.1 and latests changes Daniel
Daniel Veillard
2006-03-10
1
-1
/
+0
*
more cleanups based on coverity reports. Daniel
Daniel Veillard
2006-03-09
1
-17
/
+9
*
avoid passing a char[] as snprintf first argument. implemented
Daniel Veillard
2005-09-02
1
-3
/
+3
*
applied the patch suggested #309565 which can avoid looping in error
Daniel Veillard
2005-08-24
1
-1
/
+1
*
finally converted the encoding module to the common error reporting
Daniel Veillard
2005-08-24
1
-32
/
+63
*
a lot of small cleanups based on Linus' sparse check output. Daniel
Daniel Veillard
2005-07-28
1
-1
/
+1
*
revamped the elfgcchack.h format to cope with gcc4 change of aliasing
Daniel Veillard
2005-04-01
1
-0
/
+2
*
fix unitinialized variable in not frequently used code bug #172182 Daniel
Daniel Veillard
2005-03-31
1
-1
/
+2
*
removed a static buffer in xmlByteConsumed(), as pointed by Ben Maurer,
Daniel Veillard
2005-03-12
1
-1
/
+1
*
fix the comment to describe the real return values lot of work on the
Daniel Veillard
2005-02-16
1
-2
/
+3
*
forgot a $(srcdir) stupid error wrong name #157976 Daniel
Daniel Veillard
2004-11-11
1
-1
/
+1
*
fixed a regression in iconv support. Daniel
Daniel Veillard
2004-11-06
1
-2
/
+4
*
autogenerate a minimal NULL value sequence for unknown pointer types This
Daniel Veillard
2004-11-05
1
-9
/
+30
*
Fixed bug #153937, making sure the conversion functions return the number
Daniel Veillard
2004-10-31
1
-11
/
+11
*
added the routine xmlNanoHTTPContentLength to the external API
William M. Brack
2004-09-18
1
-1
/
+1
*
applied fixes for the UTF8ToISO8859x transcoding routine suggested by Mark
William M. Brack
2004-09-09
1
-5
/
+6
*
many further little changes for OOM problems. Now seems to be getting
William M. Brack
2004-07-31
1
-0
/
+1
*
small patch to try to fix a warning with Sun One compiler Daniel
Daniel Veillard
2004-02-21
1
-1
/
+1
*
small patch removing a warning with MS compiler. Daniel
Daniel Veillard
2004-02-21
1
-1
/
+1
*
added xmlByteConsumed() interface updated the benchmark rebuilt the docs
Daniel Veillard
2004-02-11
1
-0
/
+75
*
applied patch supplied by Christophe Dubach to fix problem with
William M. Brack
2004-02-10
1
-1
/
+1
*
applied a small patch from Alfred Mickautsch to avoid an out of bound
Daniel Veillard
2004-02-09
1
-12
/
+7
*
moved string and UTF8 routines out of parser.c and encoding.c into a new
William M. Brack
2004-01-06
1
-385
/
+0
*
Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. Now
William M. Brack
2003-11-28
1
-69
/
+89
*
cleanup fix a funny typo converted the Schemas code to the new error
Daniel Veillard
2003-10-10
1
-1
/
+1
*
Okay this is scary but it is just adding a configure option to disable
Daniel Veillard
2003-09-29
1
-0
/
+18
[next]