1. 772c064 Fix unused parameter warning without ICU by Nick Wellnhofer · 7 years ago
  2. 0b19f23 Fixed ICU to set flush correctly and provide pivot buffer. by Joel Hockey · 7 years ago
  3. e510777 Fix pathological performance when outputting charrefs by Nick Wellnhofer · 7 years ago
  4. c9ccbd6 Deduplicate code in encoding.c by Nick Wellnhofer · 7 years ago
  5. 4472c3a Fix some format string warnings with possible format string vulnerability by David Kilzer · 8 years ago
  6. 080a22c Avoid a possibility of dangling encoding handler by Gaurav · 11 years ago
  7. e28c8a1 #705267 - add additional defines checks for support "./configure --with-minimum" by Denis Pauk · 11 years ago
  8. bf058dc Fix the flushing out of raw buffers on encoding conversions by Daniel Veillard · 11 years ago
  9. 6f49c73 Try IBM-037 when looking for EBCDIC handlers by Petr Sumbera · 12 years ago
  10. f8e3db0 Big space and tab cleanup by Daniel Veillard · 12 years ago
  11. 28cc42d Regenerating docs and API files by Daniel Veillard · 12 years ago
  12. 18d0db2 Adding new encoding function to deal with the new structures by Daniel Veillard · 12 years ago
  13. 689408b Prevent an infinite loop when dumping a node with encoding problems by Timothy Elliott · 12 years ago
  14. 69f0456 Fix an off by one error in encoding by Daniel Veillard · 13 years ago
  15. 48f7dcb 480323 add code to plug in ICU converters by default by Giuseppe Iuculano · 14 years ago
  16. ad4f0a2 630140 better fix for iso995x encoding error by Daniel Veillard · 14 years ago
  17. 1cc912e Various cleanups on encoding handling by Daniel Veillard · 14 years ago
  18. 083caf5 630140 fix iso995x encoding error by Daniel Veillard · 14 years ago
  19. d44b936 A few more safety cleanup raised by scan by Daniel Veillard · 15 years ago
  20. 76d3645 Fixing assorted potential problems raised by scan by Daniel Veillard · 15 years ago
  21. 7e385bd 566012 autodetected encoding and encoding conflict by Daniel Veillard · 15 years ago
  22. c78988a 566012 Incomplete EBCDIC parsing support by Martin Kögler · 15 years ago
  23. e83e93e make a new kind of buffer where shrinking and adding in head can avoid by Daniel Veillard · 16 years ago
  24. f124539 buffer may not be large enough to convert to UCS4, patch from Christian by Daniel Veillard · 16 years ago
  25. 57c9db0 poblem with encoding detection for UTF-16 reported by Ashwin and found by by Daniel Veillard · 16 years ago
  26. 8e1a46d patch from Roumen Petrov to detect if iconv() needs a const for the second by Daniel Veillard · 16 years ago
  27. 38d452a Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159) by William M. Brack · 17 years ago
  28. 28aac0b remove a warning check with uppercase for AIX iconv() should fix #352644 by Daniel Veillard · 18 years ago
  29. df75062 fixing bug #340398 xmlCharEncOutFunc writing to input buffer Daniel by Daniel Veillard · 18 years ago
  30. aac7c68 fix a few warning raised by gcc-4.1 and latests changes Daniel by Daniel Veillard · 18 years ago
  31. 2728f84 more cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  32. 2e7598c avoid passing a char[] as snprintf first argument. implemented by Daniel Veillard · 19 years ago
  33. 2644ab2 applied the patch suggested #309565 which can avoid looping in error by Daniel Veillard · 19 years ago
  34. 1fc3ed0 finally converted the encoding module to the common error reporting by Daniel Veillard · 19 years ago
  35. 24505b0 a lot of small cleanups based on Linus' sparse check output. Daniel by Daniel Veillard · 19 years ago
  36. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  37. 394902e fix unitinialized variable in not frequently used code bug #172182 Daniel by Daniel Veillard · 19 years ago
  38. cffc1c7 removed a static buffer in xmlByteConsumed(), as pointed by Ben Maurer, by Daniel Veillard · 19 years ago
  39. 56de87e fix the comment to describe the real return values lot of work on the by Daniel Veillard · 19 years ago
  40. aba37df forgot a $(srcdir) stupid error wrong name #157976 Daniel by Daniel Veillard · 20 years ago
  41. 01ca83c fixed a regression in iconv support. Daniel by Daniel Veillard · 20 years ago
  42. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  43. 05f9735 Fixed bug #153937, making sure the conversion functions return the number by Daniel Veillard · 20 years ago
  44. 13dfa87 added the routine xmlNanoHTTPContentLength to the external API by William M. Brack · 20 years ago
  45. f54924b applied fixes for the UTF8ToISO8859x transcoding routine suggested by Mark by William M. Brack · 20 years ago
  46. a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
  47. b5da42a small patch to try to fix a warning with Sun One compiler Daniel by Daniel Veillard · 20 years ago
  48. 3288882 small patch removing a warning with MS compiler. Daniel by Daniel Veillard · 20 years ago
  49. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 20 years ago
  50. 030a7a1 applied patch supplied by Christophe Dubach to fix problem with by William M. Brack · 20 years ago
  51. 182d32a applied a small patch from Alfred Mickautsch to avoid an out of bound by Daniel Veillard · 20 years ago
  52. a2e844a moved string and UTF8 routines out of parser.c and encoding.c into a new by William M. Brack · 21 years ago
  53. f9415e4 Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. Now by William M. Brack · 21 years ago
  54. d0c9c32 cleanup fix a funny typo converted the Schemas code to the new error by Daniel Veillard · 21 years ago
  55. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  56. 7b9154b further (final?) minor changes for compilation warnings. No change to by William M. Brack · 21 years ago
  57. 7a82165 Minor changes to comments, etc. for improving documentation generation by William M. Brack · 21 years ago
  58. ab1ae3a applied UTF-16 encoding handling patch provided by Mark Itzcovitz more by Daniel Veillard · 21 years ago
  59. 16db7b6 further small changes for warnings when configured with --with-iconv=no by William M. Brack · 21 years ago
  60. 01fc1a9 applying patch from Peter Jacobi to added ISO-8859-x encoding support when by Daniel Veillard · 21 years ago
  61. 9ff7de1 fix the previous commit Daniel by Daniel Veillard · 21 years ago
  62. 4a557d9 fixed problem with comments reported by Nick Kew added routines by William M. Brack · 21 years ago
  63. 8caa9c2 small fix fixed an error message Daniel by Daniel Veillard · 21 years ago
  64. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  65. 73267db applied Gennady's patch against buffer overrun by Igor Zlatkovic · 21 years ago
  66. 809faa5 fixing bug #104646 about iconv based encoding conversion when the input by Daniel Veillard · 21 years ago
  67. 81601f9 fixing bug #103100 with a dummy UTF8ToUTF8 copy Daniel by Daniel Veillard · 22 years ago
  68. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  69. d076a20 fixed #99082 for xi:include encoding="..." support on text includes. added by Daniel Veillard · 22 years ago
  70. f000f07 made xmlGetUTF8Char public Daniel by Daniel Veillard · 22 years ago
  71. 6f46f6c Opening the interface xmlNewCharEncodingHandler as requested in #89415 by Daniel Veillard · 22 years ago
  72. 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
  73. e72c756 another peroformance patch from Peter Jacobi, that time on parsing by Daniel Veillard · 22 years ago
  74. db55291 fixed a bug in the ISO-Latin 1 to UTF8 encoder raised by Morus Walter by Daniel Veillard · 22 years ago
  75. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  76. 73c6e53 Paul Keogh pointed out a possibility of segfault on repeted by Daniel Veillard · 23 years ago
  77. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  78. a4617b8 fix bug #63752 of compiling libxml with a non standard set of options by Daniel Veillard · 23 years ago
  79. 64a411c make the allocation be per-thread a configure option fixed compilation by Daniel Veillard · 23 years ago
  80. 60087f3 preparing 2.4.6 release updated and rebuilt the docs fixed a number of by Daniel Veillard · 23 years ago
  81. 1669828 do not output hexadecimal charrefs when serializing HTML since some by Daniel Veillard · 23 years ago
  82. 699613b Add cast to fix warning. Add include of <libxml/parser.h>. by Darin Adler · 23 years ago
  83. 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
  84. 2209073 cleanup of global variables, marking some const or private. Daniel by Daniel Veillard · 23 years ago
  85. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  86. d79bcd1 attempt to work around what seemed a gcc optimizer bug when handling by Daniel Veillard · 23 years ago
  87. 87a764e - parser.c parserInternals.c encoding.c: Since Notepad on Win2k by Daniel Veillard · 23 years ago
  88. 2004242 - encoding.c: Robert Collins provided a patch to add the by Daniel Veillard · 23 years ago
  89. 97ac131 - xpath.c encoding.[ch]: William M. Brack provided a set of UTF8 by Daniel Veillard · 23 years ago
  90. 9403a04 - TODO: updated - nanohttp.[ch] : started adding APIs to get the by Daniel Veillard · 23 years ago
  91. 02141ea - tree.c parser.c encoding.c: spent a bit more time looking by Daniel Veillard · 23 years ago
  92. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  93. e043ee1 - xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper by Daniel Veillard · 23 years ago
  94. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  95. 3473f88 Revert directory structure changes by Owen Taylor · 23 years ago
  96. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 23 years ago
  97. e248819 - encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon Daniel by Daniel Veillard · 24 years ago
  98. f62ceff General fixes, XPointer improvements: by Daniel Veillard · 24 years ago
  99. d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
  100. f0cc7cc libxml now grok Docbook-3.1.5 and Docbook-4.1.1 DTDs, this by Daniel Veillard · 24 years ago