aboutsummaryrefslogtreecommitdiffstats
path: root/xinclude.c
Commit message (Expand)AuthorAgeFilesLines
* RESTRICT AUTOMERGE: Update libxml2 to 2.9.8HEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-14.1cm-13.0akirilov2018-09-061-4/+6
* Merge remote-tracking branch 'goog/upstream-master' into mymergeXin Li2016-08-151-2/+2
* Fix compilation with minimum and xinclude.Nicolas Le Cam2014-02-101-1/+2
* Remove premature XInclude check on URI being relativeAlexey Neyman2013-05-061-1/+1
* Big space and tab cleanupDaniel Veillard2012-09-111-36/+36
* Patch for xinclude of text using multibyte charactersVitaly Ostanin2012-08-171-6/+16
* Adding various checks on node type though the APIDaniel Veillard2012-08-091-10/+16
* Convert XInclude to the new input buffersDaniel Veillard2012-07-231-3/+4
* xinclude with parse="text" does not use the entity loaderShaun McCance2012-05-101-2/+17
* Remove a few warningsDaniel Veillard2010-03-151-1/+0
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-1/+0
* 584220 xpointer(/) and xinclude problemsDaniel Veillard2009-08-251-4/+11
* 440226 Add xmlXIncludeProcessTreeFlagsData APIStefan Behnel2009-08-241-14/+37
* patch based on Wieant Nielander contribution to add the option of notDaniel Veillard2008-08-261-1/+3
* patch from Vasily Chekalkin fixes memory leaks, should fix 512647 DanielDaniel Veillard2008-03-141-5/+2
* applied patch from Florent Guilian to remove an useless mutex in theDaniel Veillard2008-02-081-2/+14
* applied patch from bug #454608 from Patrik Fimml. Fixes bug #454608.William M. Brack2007-07-181-12/+1
* fixed problem with invalid char encountered during text include (reportedWilliam M. Brack2007-02-131-0/+3
* anothe XInclude user data propagation patch from Michael Day DanielDaniel Veillard2006-12-041-0/+5
* fixed a comment applied a patch from Michael Day to add a new functionDaniel Veillard2006-09-291-2/+28
* fix bug #343968, include='text' can't lead to a recursion. DanielDaniel Veillard2006-06-061-1/+1
* end of first pass on coverity reports. DanielDaniel Veillard2006-03-101-10/+14
* fixed bug #302302, nasty but the fix is rather simple. DanielDaniel Veillard2005-08-101-2/+6
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-3/+3
* Enhanced handling of xml:base for included elements, fixing bugs 169209William M. Brack2005-06-011-17/+66
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixed xmlXIncludeParseFile to prevent overwriting XML_COMPLETE_ATTRS whenWilliam M. Brack2005-02-121-1/+1
* fixed the way the generator works, extended the testing, especially withDaniel Veillard2004-11-051-3/+6
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-261-2/+3
* added help for new set shell command added parser option to not generateDaniel Veillard2004-08-161-20/+35
* added some code to check, when an include is done, whether the requestedWilliam M. Brack2004-07-261-0/+10
* some further enhancement to take care of xml:base for XPointer elementsWilliam M. Brack2004-06-081-3/+22
* added a new routine xmlBuildRelativeURI needed for enhancement ofWilliam M. Brack2004-06-071-6/+39
* a little further fixing of fallback processing, this time for fallbackWilliam M. Brack2004-05-121-2/+3
* minor warning cleanup (no change to logic) fixed return value for internalWilliam M. Brack2004-04-171-1/+3
* fixed problem causing duplicate fallback execution (bug 139520) addedWilliam M. Brack2004-04-161-0/+2
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-9/+1
* Changed the flag to xmlDocCopyNode (and similar routines), previously usedWilliam M. Brack2004-03-091-4/+14
* enhanced to assure that if xpointer is called for a document, theWilliam M. Brack2004-03-081-0/+18
* modified to make sub-includes inherit the parse flags from the parentWilliam M. Brack2004-03-071-0/+5
* fixing compilation and link option when configuring with --without-validDaniel Veillard2004-02-251-0/+2
* remove the warning on the 2001 namespace remove some warnings whenDaniel Veillard2004-02-091-0/+2
* added a small hack to fix interference between my fixes for bugs 132585William M. Brack2004-02-081-1/+5
* fixed problem with function xmlXIncludeCopyRange (bug 133686).William M. Brack2004-02-071-3/+8
* changed coding to output good XIncludes when one or more bad ones areWilliam M. Brack2004-02-061-3/+10
* corrected handling of empty fallback condition (bug 132585)William M. Brack2004-02-061-14/+18
* fixed problem regarding freeing of dictionary when there are errors withinWilliam M. Brack2004-02-041-0/+3
* fixing #130453 XInclude element with no href attribute fully integratingDaniel Veillard2004-01-251-4/+3
* added io1.c an example ox xmlIO usage and io1.res test result, fixed aDaniel Veillard2004-01-231-1/+6
* fixed problem with "recursive" include (fallback contains another includeWilliam M. Brack2004-01-021-1/+16