1. f124539 buffer may not be large enough to convert to UCS4, patch from Christian by Daniel Veillard · 16 years ago
  2. 57c9db0 poblem with encoding detection for UTF-16 reported by Ashwin and found by by Daniel Veillard · 16 years ago
  3. 8e1a46d patch from Roumen Petrov to detect if iconv() needs a const for the second by Daniel Veillard · 16 years ago
  4. 38d452a Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159) by William M. Brack · 17 years ago
  5. 28aac0b remove a warning check with uppercase for AIX iconv() should fix #352644 by Daniel Veillard · 18 years ago
  6. df75062 fixing bug #340398 xmlCharEncOutFunc writing to input buffer Daniel by Daniel Veillard · 18 years ago
  7. aac7c68 fix a few warning raised by gcc-4.1 and latests changes Daniel by Daniel Veillard · 18 years ago
  8. 2728f84 more cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  9. 2e7598c avoid passing a char[] as snprintf first argument. implemented by Daniel Veillard · 19 years ago
  10. 2644ab2 applied the patch suggested #309565 which can avoid looping in error by Daniel Veillard · 19 years ago
  11. 1fc3ed0 finally converted the encoding module to the common error reporting by Daniel Veillard · 19 years ago
  12. 24505b0 a lot of small cleanups based on Linus' sparse check output. Daniel by Daniel Veillard · 19 years ago
  13. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  14. 394902e fix unitinialized variable in not frequently used code bug #172182 Daniel by Daniel Veillard · 19 years ago
  15. cffc1c7 removed a static buffer in xmlByteConsumed(), as pointed by Ben Maurer, by Daniel Veillard · 19 years ago
  16. 56de87e fix the comment to describe the real return values lot of work on the by Daniel Veillard · 19 years ago
  17. aba37df forgot a $(srcdir) stupid error wrong name #157976 Daniel by Daniel Veillard · 20 years ago
  18. 01ca83c fixed a regression in iconv support. Daniel by Daniel Veillard · 20 years ago
  19. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  20. 05f9735 Fixed bug #153937, making sure the conversion functions return the number by Daniel Veillard · 20 years ago
  21. 13dfa87 added the routine xmlNanoHTTPContentLength to the external API by William M. Brack · 20 years ago
  22. f54924b applied fixes for the UTF8ToISO8859x transcoding routine suggested by Mark by William M. Brack · 20 years ago
  23. a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
  24. b5da42a small patch to try to fix a warning with Sun One compiler Daniel by Daniel Veillard · 20 years ago
  25. 3288882 small patch removing a warning with MS compiler. Daniel by Daniel Veillard · 20 years ago
  26. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 20 years ago
  27. 030a7a1 applied patch supplied by Christophe Dubach to fix problem with by William M. Brack · 20 years ago
  28. 182d32a applied a small patch from Alfred Mickautsch to avoid an out of bound by Daniel Veillard · 20 years ago
  29. a2e844a moved string and UTF8 routines out of parser.c and encoding.c into a new by William M. Brack · 21 years ago
  30. f9415e4 Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. Now by William M. Brack · 21 years ago
  31. d0c9c32 cleanup fix a funny typo converted the Schemas code to the new error by Daniel Veillard · 21 years ago
  32. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  33. 7b9154b further (final?) minor changes for compilation warnings. No change to by William M. Brack · 21 years ago
  34. 7a82165 Minor changes to comments, etc. for improving documentation generation by William M. Brack · 21 years ago
  35. ab1ae3a applied UTF-16 encoding handling patch provided by Mark Itzcovitz more by Daniel Veillard · 21 years ago
  36. 16db7b6 further small changes for warnings when configured with --with-iconv=no by William M. Brack · 21 years ago
  37. 01fc1a9 applying patch from Peter Jacobi to added ISO-8859-x encoding support when by Daniel Veillard · 21 years ago
  38. 9ff7de1 fix the previous commit Daniel by Daniel Veillard · 21 years ago
  39. 4a557d9 fixed problem with comments reported by Nick Kew added routines by William M. Brack · 21 years ago
  40. 8caa9c2 small fix fixed an error message Daniel by Daniel Veillard · 21 years ago
  41. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  42. 73267db applied Gennady's patch against buffer overrun by Igor Zlatkovic · 21 years ago
  43. 809faa5 fixing bug #104646 about iconv based encoding conversion when the input by Daniel Veillard · 21 years ago
  44. 81601f9 fixing bug #103100 with a dummy UTF8ToUTF8 copy Daniel by Daniel Veillard · 21 years ago
  45. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  46. d076a20 fixed #99082 for xi:include encoding="..." support on text includes. added by Daniel Veillard · 22 years ago
  47. f000f07 made xmlGetUTF8Char public Daniel by Daniel Veillard · 22 years ago
  48. 6f46f6c Opening the interface xmlNewCharEncodingHandler as requested in #89415 by Daniel Veillard · 22 years ago
  49. 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
  50. e72c756 another peroformance patch from Peter Jacobi, that time on parsing by Daniel Veillard · 22 years ago
  51. db55291 fixed a bug in the ISO-Latin 1 to UTF8 encoder raised by Morus Walter by Daniel Veillard · 22 years ago
  52. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  53. 73c6e53 Paul Keogh pointed out a possibility of segfault on repeted by Daniel Veillard · 23 years ago
  54. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  55. a4617b8 fix bug #63752 of compiling libxml with a non standard set of options by Daniel Veillard · 23 years ago
  56. 64a411c make the allocation be per-thread a configure option fixed compilation by Daniel Veillard · 23 years ago
  57. 60087f3 preparing 2.4.6 release updated and rebuilt the docs fixed a number of by Daniel Veillard · 23 years ago
  58. 1669828 do not output hexadecimal charrefs when serializing HTML since some by Daniel Veillard · 23 years ago
  59. 699613b Add cast to fix warning. Add include of <libxml/parser.h>. by Darin Adler · 23 years ago
  60. 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
  61. 2209073 cleanup of global variables, marking some const or private. Daniel by Daniel Veillard · 23 years ago
  62. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  63. d79bcd1 attempt to work around what seemed a gcc optimizer bug when handling by Daniel Veillard · 23 years ago
  64. 87a764e - parser.c parserInternals.c encoding.c: Since Notepad on Win2k by Daniel Veillard · 23 years ago
  65. 2004242 - encoding.c: Robert Collins provided a patch to add the by Daniel Veillard · 23 years ago
  66. 97ac131 - xpath.c encoding.[ch]: William M. Brack provided a set of UTF8 by Daniel Veillard · 23 years ago
  67. 9403a04 - TODO: updated - nanohttp.[ch] : started adding APIs to get the by Daniel Veillard · 23 years ago
  68. 02141ea - tree.c parser.c encoding.c: spent a bit more time looking by Daniel Veillard · 23 years ago
  69. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  70. e043ee1 - xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper by Daniel Veillard · 23 years ago
  71. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  72. 3473f88 Revert directory structure changes by Owen Taylor · 23 years ago
  73. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 23 years ago
  74. e248819 - encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon Daniel by Daniel Veillard · 24 years ago
  75. f62ceff General fixes, XPointer improvements: by Daniel Veillard · 24 years ago
  76. d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
  77. f0cc7cc libxml now grok Docbook-3.1.5 and Docbook-4.1.1 DTDs, this by Daniel Veillard · 24 years ago
  78. 87b9539 Large sync between my W3C base and Gnome's one: by Daniel Veillard · 24 years ago
  79. 3665069 - nanohttp.c: fixed socklen_t replacement to unsigned int by Daniel Veillard · 24 years ago
  80. 32bc74e - doc/encoding.html doc/xml.html: added I18N doc by Daniel Veillard · 24 years ago
  81. 365e13b Work on character encoding support for the HTML parser by Daniel Veillard · 24 years ago
  82. 3f6f7f6 - win32config.h.in: updated by Daniel Veillard · 24 years ago
  83. be80396 - Large resync between W3C and Gnome tree by Daniel Veillard · 24 years ago
  84. 496a1cf revamped the encoding support, added iconv support, so now libxml if by Daniel Veillard · 24 years ago
  85. 361d845 Work done on the plane, ready to release libxml2-2.0.0, Daniel by Daniel Veillard · 24 years ago
  86. cf46199 This is the 2.0.0-beta, lots and lots and lots of changes by Daniel Veillard · 24 years ago
  87. 3c558c3 - fix for PIs name starting with xml by Daniel Veillard · 25 years ago
  88. 6d3bf1f - fixed a nasty bug destroying default namespace and Dia :-( by Daniel Veillard · 25 years ago
  89. a819dac Added cleanup routines, cleanup with -pedantic on linux, closed #3788, Daniel by Daniel Veillard · 25 years ago
  90. 7f85850 Attribute nomarlization closing bug #3597 by Daniel Veillard · 25 years ago
  91. 7f7d111 Ready for 1.7.0, major changes, nanohttp, cleanup, binary compat with 1.4, by Daniel Veillard · 25 years ago
  92. 6454aec Added memory debug wrappers, killed all detected memory leaks, Daniel by Daniel Veillard · 25 years ago
  93. b96e643 Release 1.6, lot of fixes, more validation, code cleanup, added namespace by Daniel Veillard · 25 years ago
  94. b05deb7 Huge commit: 1.5.0, XML validation, Xpath, bugfixes, examples .... Daniel by Daniel Veillard · 25 years ago
  95. e2d034d Bunch of updates, progressive parsing, updates on HTML, XPAth and docs, Daniel by Daniel Veillard · 25 years ago
  96. 14fff06 Big changes, seems that 1.2.0 wasn't commited, here is 1.3.0, Daniel by Daniel Veillard · 25 years ago
  97. 011b63c Release of libxml-1.1, Daniel. by Daniel Veillard · 25 years ago
  98. 27d8874 CORBA defines fixes, char encoding atodetection, Daniel by Daniel Veillard · 25 years ago
  99. 1e346af Serious upgrade of internal subset support, setup for gtk-doc, Daniel by Daniel Veillard · 25 years ago
  100. 39a1f9a Speed, conformance testing, more parsing, general improvements, Daniel. by Daniel Veillard · 25 years ago