1. ecdab2a Upgrade libxml2 to c41bc10da31a4a4e5416270110b6d1b79606cad1 by Elliott Hughes · 2 years, 4 months ago
  2. daae4d5 Upgrade libxml2 to 7c06d99e1f4f853e3c5b307c0dc79c8a32a09855 by Elliott Hughes · 3 years, 7 months ago
  3. d23e46c Upgrade libxml2 to 7d6837ba0e282e94eb8630ad791f427e44a57491 by Haibo Huang · 3 years, 7 months ago
  4. cfd91dc Upgrade libxml2 to 1a360c1c2ec950f478d55b31722ecf78f5698e97 by Haibo Huang · 3 years, 10 months ago
  5. 7fbecab Update to libxml2 2.9.9 (2019-01-03). by Elliott Hughes · 5 years ago
  6. f42f6dd Upgrade to libxml2 v2.9.7. by Elliott Hughes · 7 years ago
  7. 41c0a13 Fix Windows compiler warnings in xmlCanonicPath by Nick Wellnhofer · 7 years ago
  8. 3daee3f Problem resolving relative URIs by Daniel Veillard · 7 years ago
  9. 91e5496 Fix xmlBuildRelativeURI for URIs starting with './' by Nick Wellnhofer · 7 years ago
  10. d6b3645 Fix memory leak in xmlCanonicPath by Nick Wellnhofer · 7 years ago
  11. 22e01bd DO NOT MERGE: Use correct limit for port values by Brian C. Young · 7 years ago
  12. 846cf01 Integer overflow parsing port number in URI by Michael Paddon · 8 years ago
  13. beb7281 Fix a problem properly saving URIs by Daniel Veillard · 10 years ago
  14. 8eb55d7 xmlSaveUri() incorrectly recomposes URIs with rootless paths by Dennis Filder · 10 years ago
  15. 55b899a Support long path names on WNT by Michael Stahl · 12 years ago
  16. 5756038 Cleanup URI module memory allocation code by Daniel Veillard · 12 years ago
  17. fc74a6f URI handling code is not OOM resilient by Daniel Veillard · 12 years ago
  18. cedf84d Fix -Wempty-body warning from clang by Nico Weber · 12 years ago
  19. 2ee91eb Fix handling of apos in URIs by Daniel Veillard · 14 years ago
  20. 1358fef URI with no path parsing problem by Daniel Veillard · 15 years ago
  21. 13cee4e Fix a bunch of scan 'dead increments' and cleanup by Daniel Veillard · 15 years ago
  22. f582d14 bug in parsing RFC 3986 uris with port numbers Daniel by Daniel Veillard · 16 years ago
  23. 84c45df allow [ and ] in fragment identifiers, 3986 disallow them but it's widely by Daniel Veillard · 16 years ago
  24. d7af555 rewrite the URI parser to update to rfc3986 (from 2396) removed the error by Daniel Veillard · 16 years ago
  25. ed86dc2 applied patch from Ashwin fixing a number of realloc problems improve by Daniel Veillard · 16 years ago
  26. e54c317 fix saving for file:///X:/ URI embedding Windows file paths should fix by Daniel Veillard · 16 years ago
  27. 69f8a13 applied a patch based on Petr Sumbera one to avoid a problem with paths by Daniel Veillard · 16 years ago
  28. 5042019 applied patch from from Patrik Fimml. Fixes bug #458268 by William M. Brack · 17 years ago
  29. e61d75f fix bug reported by François Delyon Daniel by Daniel Veillard · 17 years ago
  30. a1413b8 patch from Richard Jones to save the query part in raw form. Daniel by Daniel Veillard · 17 years ago
  31. 7918765 More doc cleanup, Daniel by Daniel Veillard · 17 years ago
  32. a44294f fix xmlURIUnescapeString comments which was confusing Daniel by Daniel Veillard · 17 years ago
  33. 2224227 implemented patch from S. Bidoul for uri.c (bug #389767) by William M. Brack · 17 years ago
  34. 481dcfc applied patch from Igor for path conversion on Windows Daniel by Daniel Veillard · 18 years ago
  35. b8efdda add a new function xmlPathToUri() to provide a clean conversion when by Daniel Veillard · 18 years ago
  36. 30e7607 a bunch of small cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  37. 8f3392e applied patch from Rob Richards fixing the URI regressions tests on by Daniel Veillard · 18 years ago
  38. 0f7b331 more fixes to the behaviour of xmlBuildRelativeURI Daniel by Daniel Veillard · 19 years ago
  39. 820d5ed fixed problem when xmlBuildRelativeURI was given a blank path (bug 316224) by William M. Brack · 19 years ago
  40. 336a8e1 get rid of the dependancy on a locally installed DTD try to cleanup the by Daniel Veillard · 19 years ago
  41. 38c4b33 enhanced xmlBuildRelativeURI to allow the URI and the base to be in by William M. Brack · 19 years ago
  42. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  43. 015ccb2 This change started out as a simple desire to speed up the by William M. Brack · 19 years ago
  44. f3cf1a1 fixed problem with xmlURIEscape when query part was empty (actually fixed by William M. Brack · 19 years ago
  45. f2a657a fixed a stupid mistake in xmlBuildRelativeURI (bug 156527) by William M. Brack · 20 years ago
  46. 8399ff3 couple of memory fixes from Mark Vakoc reported by Purify on Windows. by Daniel Veillard · 20 years ago
  47. a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
  48. 42331a9 further fixes for out of memory condition, mostly from Olivier Andrieu. by William M. Brack · 20 years ago
  49. be3eb20 fixed a couple of problems in the new elfgcchack.h trick pointed by Peter by Daniel Veillard · 20 years ago
  50. f20fbf7 fixed a problem when base path was "./xxx" 5 test results changed by by William M. Brack · 20 years ago
  51. f7789b1 added a new routine xmlBuildRelativeURI needed for enhancement of by William M. Brack · 20 years ago
  52. 966a31e fixing some problems in URI unescaping and output buffer opening, this by Daniel Veillard · 20 years ago
  53. 0a19458 fix for xmlUriEscape on "http://user@somewhere.com" from Mark Vadok. by Daniel Veillard · 20 years ago
  54. 608d0ac fixing an use of strcpy() where both strings overlap pointed out by by Daniel Veillard · 21 years ago
  55. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  56. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  57. 9231ff9 applied a set of patches from Lorenzo Viali correcting URI parsing errors. by Daniel Veillard · 21 years ago
  58. 42f12e9 after and exchange with James Clark it appeared I had bug in URI parsing by Daniel Veillard · 21 years ago
  59. c64b8e9 some warning removal on Igor's patch seems I messed up with #106788 fix by Daniel Veillard · 21 years ago
  60. ce07616 path handling bug introduced by my recent machinations fixed by Igor Zlatkovic · 21 years ago
  61. f2238e6 introduced xmlCanonicPath by Igor Zlatkovic · 21 years ago
  62. d229879 more testing on the Relax-NG front, cleaning up the regression tests by Daniel Veillard · 21 years ago
  63. 7b4b2f9 preparing 2.5.0 release only warn in pedantic mode about namespace name by Daniel Veillard · 21 years ago
  64. ea7751d working on DTD validation on top of xml reader interfaces. Allows to by Daniel Veillard · 21 years ago
  65. fdd27d2 Johann Richard pointed out some XPointer problems for URN based URI by Daniel Veillard · 22 years ago
  66. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  67. 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
  68. 234bc4e fixing bug #82848 Daniel by Daniel Veillard · 22 years ago
  69. eb475a3 fixing bug #78662 i.e. add proper escaping of URI when saving HTML files. by Daniel Veillard · 22 years ago
  70. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  71. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 22 years ago
  72. 220346d closed bug #66159 added --escape option some cleanup for xml2-config by Daniel Veillard · 23 years ago
  73. 43d3f61 preparing 2.4.10 upgraded and rebuilt the docs Daniel by Daniel Veillard · 23 years ago
  74. 4def3bd second pass at fixing #63336, using Joel Young final patch. looks okay. by Daniel Veillard · 23 years ago
  75. bb6808e trying to clear #63336 allowing the escaping routine to parse unconformant by Daniel Veillard · 23 years ago
  76. d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
  77. 60087f3 preparing 2.4.6 release updated and rebuilt the docs fixed a number of by Daniel Veillard · 23 years ago
  78. 20ee8c0 applied fix from Mathias Hasselmann about a bug in URI parsing. fix bug by Daniel Veillard · 23 years ago
  79. fcbd74a fixed 2 uri normalization bugs on '//' reduction Daniel by Daniel Veillard · 23 years ago
  80. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  81. f3afa7d - nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic by Daniel Veillard · 23 years ago
  82. e95e239 - DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?> by Daniel Veillard · 23 years ago
  83. 6278fb5 - Makefile.am include/Makefile.am: small change to have by Daniel Veillard · 23 years ago
  84. 8514c67 - uri.[ch]: applied a patch from Carl Douglas for URI escaping, by Daniel Veillard · 23 years ago
  85. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  86. 92ad210 Spring cleanup ...: - configure.in Makefile.am config.h.in by Daniel Veillard · 23 years ago
  87. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  88. 146c912 - parser.c: fixed a reported bug in NOTATION parsing by Daniel Veillard · 23 years ago
  89. 48b2f89 Okay time to improve performances, gprof session: by Daniel Veillard · 23 years ago
  90. 3473f88 Revert directory structure changes by Owen Taylor · 23 years ago
  91. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 23 years ago
  92. b6e7fdb Rewrite/cleanup/tests of URI normalization: by Daniel Veillard · 23 years ago
  93. ea28ce6 - uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath Daniel by Daniel Veillard · 23 years ago
  94. 9e8bfae XInclude and other stuff while travelling. Contributed patches: by Daniel Veillard · 24 years ago
  95. bd20df7 - uri.c: Wayne Davison's patch fixing xmlBuildURI() by Daniel Veillard · 24 years ago
  96. d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
  97. 740abf5 Big XPath cleanup continues, one URI fix: by Daniel Veillard · 24 years ago
  98. f09e7e3 XPath fixes and cleanup, 2 general bug fixes: by Daniel Veillard · 24 years ago
  99. 8ddb5a7 Small bugfixes: - HTMLparser.c uri.c: Another patch from Wayne Davison, by Daniel Veillard · 24 years ago
  100. 4fb87ee Various contributed patches: by Daniel Veillard · 24 years ago