1. ed86dc2 applied patch from Ashwin fixing a number of realloc problems improve by Daniel Veillard · 16 years ago
  2. e54c317 fix saving for file:///X:/ URI embedding Windows file paths should fix by Daniel Veillard · 16 years ago
  3. 69f8a13 applied a patch based on Petr Sumbera one to avoid a problem with paths by Daniel Veillard · 16 years ago
  4. 5042019 applied patch from from Patrik Fimml. Fixes bug #458268 by William M. Brack · 17 years ago
  5. e61d75f fix bug reported by François Delyon Daniel by Daniel Veillard · 17 years ago
  6. a1413b8 patch from Richard Jones to save the query part in raw form. Daniel by Daniel Veillard · 17 years ago
  7. 7918765 More doc cleanup, Daniel by Daniel Veillard · 17 years ago
  8. a44294f fix xmlURIUnescapeString comments which was confusing Daniel by Daniel Veillard · 17 years ago
  9. 2224227 implemented patch from S. Bidoul for uri.c (bug #389767) by William M. Brack · 17 years ago
  10. 481dcfc applied patch from Igor for path conversion on Windows Daniel by Daniel Veillard · 18 years ago
  11. b8efdda add a new function xmlPathToUri() to provide a clean conversion when by Daniel Veillard · 18 years ago
  12. 30e7607 a bunch of small cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  13. 8f3392e applied patch from Rob Richards fixing the URI regressions tests on by Daniel Veillard · 18 years ago
  14. 0f7b331 more fixes to the behaviour of xmlBuildRelativeURI Daniel by Daniel Veillard · 19 years ago
  15. 820d5ed fixed problem when xmlBuildRelativeURI was given a blank path (bug 316224) by William M. Brack · 19 years ago
  16. 336a8e1 get rid of the dependancy on a locally installed DTD try to cleanup the by Daniel Veillard · 19 years ago
  17. 38c4b33 enhanced xmlBuildRelativeURI to allow the URI and the base to be in by William M. Brack · 19 years ago
  18. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  19. 015ccb2 This change started out as a simple desire to speed up the by William M. Brack · 19 years ago
  20. f3cf1a1 fixed problem with xmlURIEscape when query part was empty (actually fixed by William M. Brack · 20 years ago
  21. f2a657a fixed a stupid mistake in xmlBuildRelativeURI (bug 156527) by William M. Brack · 20 years ago
  22. 8399ff3 couple of memory fixes from Mark Vakoc reported by Purify on Windows. by Daniel Veillard · 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. 42331a9 further fixes for out of memory condition, mostly from Olivier Andrieu. by William M. Brack · 20 years ago
  25. be3eb20 fixed a couple of problems in the new elfgcchack.h trick pointed by Peter by Daniel Veillard · 20 years ago
  26. f20fbf7 fixed a problem when base path was "./xxx" 5 test results changed by by William M. Brack · 20 years ago
  27. f7789b1 added a new routine xmlBuildRelativeURI needed for enhancement of by William M. Brack · 20 years ago
  28. 966a31e fixing some problems in URI unescaping and output buffer opening, this by Daniel Veillard · 20 years ago
  29. 0a19458 fix for xmlUriEscape on "http://user@somewhere.com" from Mark Vadok. by Daniel Veillard · 20 years ago
  30. 608d0ac fixing an use of strcpy() where both strings overlap pointed out by by Daniel Veillard · 21 years ago
  31. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  32. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  33. 9231ff9 applied a set of patches from Lorenzo Viali correcting URI parsing errors. by Daniel Veillard · 21 years ago
  34. 42f12e9 after and exchange with James Clark it appeared I had bug in URI parsing by Daniel Veillard · 21 years ago
  35. c64b8e9 some warning removal on Igor's patch seems I messed up with #106788 fix by Daniel Veillard · 21 years ago
  36. ce07616 path handling bug introduced by my recent machinations fixed by Igor Zlatkovic · 21 years ago
  37. f2238e6 introduced xmlCanonicPath by Igor Zlatkovic · 21 years ago
  38. d229879 more testing on the Relax-NG front, cleaning up the regression tests by Daniel Veillard · 21 years ago
  39. 7b4b2f9 preparing 2.5.0 release only warn in pedantic mode about namespace name by Daniel Veillard · 22 years ago
  40. ea7751d working on DTD validation on top of xml reader interfaces. Allows to by Daniel Veillard · 22 years ago
  41. fdd27d2 Johann Richard pointed out some XPointer problems for URN based URI by Daniel Veillard · 22 years ago
  42. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  43. 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
  44. 234bc4e fixing bug #82848 Daniel by Daniel Veillard · 22 years ago
  45. eb475a3 fixing bug #78662 i.e. add proper escaping of URI when saving HTML files. by Daniel Veillard · 22 years ago
  46. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  47. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  48. 220346d closed bug #66159 added --escape option some cleanup for xml2-config by Daniel Veillard · 23 years ago
  49. 43d3f61 preparing 2.4.10 upgraded and rebuilt the docs Daniel by Daniel Veillard · 23 years ago
  50. 4def3bd second pass at fixing #63336, using Joel Young final patch. looks okay. by Daniel Veillard · 23 years ago
  51. bb6808e trying to clear #63336 allowing the escaping routine to parse unconformant by Daniel Veillard · 23 years ago
  52. d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
  53. 60087f3 preparing 2.4.6 release updated and rebuilt the docs fixed a number of by Daniel Veillard · 23 years ago
  54. 20ee8c0 applied fix from Mathias Hasselmann about a bug in URI parsing. fix bug by Daniel Veillard · 23 years ago
  55. fcbd74a fixed 2 uri normalization bugs on '//' reduction Daniel by Daniel Veillard · 23 years ago
  56. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  57. f3afa7d - nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic by Daniel Veillard · 23 years ago
  58. e95e239 - DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?> by Daniel Veillard · 23 years ago
  59. 6278fb5 - Makefile.am include/Makefile.am: small change to have by Daniel Veillard · 23 years ago
  60. 8514c67 - uri.[ch]: applied a patch from Carl Douglas for URI escaping, by Daniel Veillard · 23 years ago
  61. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  62. 92ad210 Spring cleanup ...: - configure.in Makefile.am config.h.in by Daniel Veillard · 23 years ago
  63. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  64. 146c912 - parser.c: fixed a reported bug in NOTATION parsing by Daniel Veillard · 23 years ago
  65. 48b2f89 Okay time to improve performances, gprof session: by Daniel Veillard · 23 years ago
  66. 3473f88 Revert directory structure changes by Owen Taylor · 23 years ago
  67. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 23 years ago
  68. b6e7fdb Rewrite/cleanup/tests of URI normalization: by Daniel Veillard · 23 years ago
  69. ea28ce6 - uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath Daniel by Daniel Veillard · 23 years ago
  70. 9e8bfae XInclude and other stuff while travelling. Contributed patches: by Daniel Veillard · 24 years ago
  71. bd20df7 - uri.c: Wayne Davison's patch fixing xmlBuildURI() by Daniel Veillard · 24 years ago
  72. d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
  73. 740abf5 Big XPath cleanup continues, one URI fix: by Daniel Veillard · 24 years ago
  74. f09e7e3 XPath fixes and cleanup, 2 general bug fixes: by Daniel Veillard · 24 years ago
  75. 8ddb5a7 Small bugfixes: - HTMLparser.c uri.c: Another patch from Wayne Davison, by Daniel Veillard · 24 years ago
  76. 4fb87ee Various contributed patches: by Daniel Veillard · 24 years ago
  77. b1059e2 Finally commiting work done on the plane, major cleanup, by Daniel Veillard · 24 years ago
  78. 39c7d71 Jumbo patch, resync of W3C/Gnome CVS trees: by Daniel Veillard · 24 years ago
  79. 90e1131 - uri.c: applied Wayne Davidson patch by Daniel Veillard · 24 years ago
  80. 98a7916 URI work cleanup and regresssion tests, by Daniel Veillard · 24 years ago
  81. f0cc7cc libxml now grok Docbook-3.1.5 and Docbook-4.1.1 DTDs, this by Daniel Veillard · 24 years ago
  82. 52402ce bug fixes, bugfixes, bugfixes ... by Daniel Veillard · 24 years ago
  83. 32bc74e - doc/encoding.html doc/xml.html: added I18N doc by Daniel Veillard · 24 years ago
  84. be80396 - Large resync between W3C and Gnome tree by Daniel Veillard · 24 years ago
  85. 496a1cf revamped the encoding support, added iconv support, so now libxml if by Daniel Veillard · 24 years ago
  86. 0604743 removed extraneous xmlRemoveProp definition added item about by Daniel Veillard · 24 years ago
  87. 361d845 Work done on the plane, ready to release libxml2-2.0.0, Daniel by Daniel Veillard · 24 years ago
  88. ec30341 uri.c uri.h: finished the escaping handling, the base support and the URI by Daniel Veillard · 24 years ago
  89. 3dd82e7 - TODO: updated - xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to by Daniel Veillard · 24 years ago