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