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