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