1. 54bd29b patch based on Wieant Nielander contribution to add the option of not by Daniel Veillard · 16 years ago
  2. 37d2d16 patch from Vasily Chekalkin fixes memory leaks, should fix 512647 Daniel by Daniel Veillard · 16 years ago
  3. b242b08 applied patch from Florent Guilian to remove an useless mutex in the by Daniel Veillard · 16 years ago
  4. b0a94e8 applied patch from bug #454608 from Patrik Fimml. Fixes bug #454608. by William M. Brack · 17 years ago
  5. 53ce98c fixed problem with invalid char encountered during text include (reported by William M. Brack · 17 years ago
  6. a658582 anothe XInclude user data propagation patch from Michael Day Daniel by Daniel Veillard · 18 years ago
  7. 681e904 fixed a comment applied a patch from Michael Day to add a new function by Daniel Veillard · 18 years ago
  8. bf630c0 fix bug #343968, include='text' can't lead to a recursion. Daniel by Daniel Veillard · 18 years ago
  9. 11ce400 end of first pass on coverity reports. Daniel by Daniel Veillard · 18 years ago
  10. e0fd93f fixed bug #302302, nasty but the fix is rather simple. Daniel by Daniel Veillard · 19 years ago
  11. 24505b0 a lot of small cleanups based on Linus' sparse check output. Daniel by Daniel Veillard · 19 years ago
  12. 0b13a09 Enhanced handling of xml:base for included elements, fixing bugs 169209 by William M. Brack · 19 years ago
  13. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  14. a22da29 fixed xmlXIncludeParseFile to prevent overwriting XML_COMPLETE_ATTRS when by William M. Brack · 19 years ago
  15. ce244ad fixed the way the generator works, extended the testing, especially with by Daniel Veillard · 20 years ago
  16. 03a53c3 added checking for names values and dictionnaries generates a tons of by Daniel Veillard · 20 years ago
  17. c14c389 added help for new set shell command added parser option to not generate by Daniel Veillard · 20 years ago
  18. b85c920 added some code to check, when an include is done, whether the requested by William M. Brack · 20 years ago
  19. abf598b some further enhancement to take care of xml:base for XPointer elements by William M. Brack · 20 years ago
  20. f7789b1 added a new routine xmlBuildRelativeURI needed for enhancement of by William M. Brack · 20 years ago
  21. 7b0e276 a little further fixing of fallback processing, this time for fallback by William M. Brack · 20 years ago
  22. 87640d5 minor warning cleanup (no change to logic) fixed return value for internal by William M. Brack · 20 years ago
  23. 5d8d10b fixed problem causing duplicate fallback execution (bug 139520) added by William M. Brack · 20 years ago
  24. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  25. 57e9e91 Changed the flag to xmlDocCopyNode (and similar routines), previously used by William M. Brack · 20 years ago
  26. 4d59e22 enhanced to assure that if xpointer is called for a document, the by William M. Brack · 20 years ago
  27. a11e483 modified to make sub-includes inherit the parse flags from the parent by William M. Brack · 20 years ago
  28. f54cd53 fixing compilation and link option when configuring with --without-valid by Daniel Veillard · 20 years ago
  29. 5bb9ccd remove the warning on the 2001 namespace remove some warnings when by Daniel Veillard · 20 years ago
  30. 95af594 added a small hack to fix interference between my fixes for bugs 132585 by William M. Brack · 20 years ago
  31. 6bdacd7 fixed problem with function xmlXIncludeCopyRange (bug 133686). by William M. Brack · 20 years ago
  32. 6b1a28d changed coding to output good XIncludes when one or more bad ones are by William M. Brack · 20 years ago
  33. ef245fd corrected handling of empty fallback condition (bug 132585) by William M. Brack · 20 years ago
  34. b2d25dd fixed problem regarding freeing of dictionary when there are errors within by William M. Brack · 20 years ago
  35. 03c2f0a fixing #130453 XInclude element with no href attribute fully integrating by Daniel Veillard · 20 years ago
  36. 4773df2 added io1.c an example ox xmlIO usage and io1.res test result, fixed a by Daniel Veillard · 20 years ago
  37. aae1052 fixed problem with "recursive" include (fallback contains another include by William M. Brack · 21 years ago
  38. 1ff4213 fixed problem caused by wrong dictionary reference count, reported on the by William M. Brack · 21 years ago
  39. f7eb794 fixed problem pointed out by Stéphane Bidoul on the list. completed by William M. Brack · 21 years ago
  40. 72ee48d Fixed memory leak reported by Dave Beckett Removed spurious comment by William M. Brack · 21 years ago
  41. b98d082 XInclude xpointer support was broken with the new namespace. Fixes #129932 by Daniel Veillard · 21 years ago
  42. 2d2f155 fixed a serious problem in XInclude #129021 Daniel by Daniel Veillard · 21 years ago
  43. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  44. b5fa020 filter warning messages if the global setting blocks them updated the by Daniel Veillard · 21 years ago
  45. a152c4d fix an error message added tree2 example from Lucas Brasilino Daniel by Daniel Veillard · 21 years ago
  46. 798ae54 fixed bug #125812, about XPointer in XInclude failing but not returning an by Daniel Veillard · 21 years ago
  47. 7899c5c adding XInclude support to the reader interface. Lot of testing of the by Daniel Veillard · 21 years ago
  48. 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
  49. 69d2c17 comment fix migrating the catalog code to the new infrastructure Daniel by Daniel Veillard · 21 years ago
  50. cd6ff28 final error handling cleanup converted XInclude to the new error handling by Daniel Veillard · 21 years ago
  51. 10acc2f patch from Mark Vakoc that allows compiling with XInclude but without by Daniel Veillard · 21 years ago
  52. 9848532 get rid of some compilation warnings. fix the performance problem reported by Daniel Veillard · 21 years ago
  53. 78637da fixing bug 118559 by William M. Brack · 21 years ago
  54. 8edf1c5 added a new API xmlXIncludeProcessTree() to process XInclude only on a by Daniel Veillard · 21 years ago
  55. ffe4f5e fixed bug #116095 removing the error message when reapplying XInclude to a by Daniel Veillard · 21 years ago
  56. a507fbf try to work on bug #109225 and provide better error reports. this change by Daniel Veillard · 21 years ago
  57. b6c7f41 forgot to apply one check from #106931 patch more work on XML Schemas by Daniel Veillard · 21 years ago
  58. d9b7283 should fix #109327 errors on memory accesses Daniel by Daniel Veillard · 21 years ago
  59. 2406abd Fixes bug #106931 in XInclude entities merging. Daniel by Daniel Veillard · 21 years ago
  60. f4b4f98 added TODO for the DTD compatibility spec more bug fixes driven by the by Daniel Veillard · 21 years ago
  61. d581b7e Work on the W3C/NIST regression tests for XInclude, improved the script, by Daniel Veillard · 21 years ago
  62. 97fd567 applied another bug fix from Sean Chittenden Daniel by Daniel Veillard · 21 years ago
  63. 4287c57 fixing bug #105137 about entities declaration needing to be copied to the by Daniel Veillard · 21 years ago
  64. 0650345 fallback was only copying the first child not the full child list of the 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. dda8f1b make sure ATTRIBUTE_UNUSED is always put after the attribute declaration, by Daniel Veillard · 22 years ago
  67. 118aed7 fixed the data callback on transition functionality which was broken when by Daniel Veillard · 22 years ago
  68. bbc72c3 reimplemented a large part of the XInclude processor, trying to minimize by Daniel Veillard · 22 years ago
  69. c4bad4a oops I was missing the xml:base fixup too this adds xml:base attributes to by Daniel Veillard · 22 years ago
  70. e3b7d9a quick but apparently working implementation of xi:fallback, should close by Daniel Veillard · 22 years ago
  71. 58e44c9 adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecover by Daniel Veillard · 22 years ago
  72. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  73. c5f05ad fix #68882, cleanup the XInclude copying of node, merge back IDs in the by Daniel Veillard · 22 years ago
  74. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  75. 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
  76. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  77. 017b108 - Makefile.am: cleanup when --without-debug is specified by Daniel Veillard · 23 years ago
  78. 39196eb - tree.c xinclude.c xpointer.c: bug #56402 exposed a number of by Daniel Veillard · 23 years ago
  79. 4497e69 - xinclude.c: Raphael Hertzog had a trouble with DTD nodes by Daniel Veillard · 23 years ago
  80. d16df9f - xinclude.c: fixed XInclude recursive behaviour bug #54678 by Daniel Veillard · 23 years ago
  81. bbd2245 - xinclude.[ch]: Updated the namespace for the Last Call version by Daniel Veillard · 23 years ago
  82. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  83. 92ad210 Spring cleanup ...: - configure.in Makefile.am config.h.in by Daniel Veillard · 23 years ago
  84. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  85. edac3c9 - xinclude.c: fixed a problem building on Mac Daniel by Daniel Veillard · 23 years ago
  86. 48b2f89 Okay time to improve performances, gprof session: by Daniel Veillard · 23 years ago
  87. 3473f88 Revert directory structure changes by Owen Taylor · 23 years ago
  88. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 23 years ago
  89. bf43275 Bug fixes new Xinclude tests: by Daniel Veillard · 24 years ago
  90. c2def84 Various patches and bug fixes, and XInclude progresses: by Daniel Veillard · 24 years ago
  91. 9e8bfae XInclude and other stuff while travelling. Contributed patches: by Daniel Veillard · 24 years ago