aboutsummaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from Alexander Pohoyda fixing xmlGetNodePath on namespacedDaniel Veillard2005-07-191-0/+10
* fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixingDaniel Veillard2005-07-031-1/+1
* fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixingDaniel Veillard2005-07-031-1/+6
* fixing compilations when disabling parts of the library at configure time.Daniel Veillard2005-07-031-1/+1
* fix bug raised by zamez on IRC regenerated, seems to pop-up leaks in newDaniel Veillard2005-07-031-1/+3
* Added allocation/deallocation functions for the DOM-wrapper context.Kasimier T. Buchcik2005-06-271-1/+36
* Commented the new functions to be experimental.Kasimier T. Buchcik2005-06-271-0/+3
* Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() andKasimier T. Buchcik2005-06-271-0/+1525
* applied patch from Rob Richards for removal of ID (and xml:id) appliedDaniel Veillard2005-06-201-5/+13
* applied patch for replaceNode from Brent Hendricks DanielDaniel Veillard2005-05-111-1/+1
* fixed bug #303682 of a leak reported by Malcolm Rowe DanielDaniel Veillard2005-05-101-1/+1
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* cleanup of the Prop related functions and xmlNewNodeEatName by RobDaniel Veillard2005-03-271-164/+51
* Changed xmlSearchNsByHref to call xmlNsInScope with the prefix instead ofKasimier T. Buchcik2005-02-281-2/+2
* applied patch to xmlSetNsProp from Mike Hommey DanielDaniel Veillard2005-02-091-1/+1
* fixed the namespaces support fixed xmlGetNodePath when namespaces are usedDaniel Veillard2005-02-051-2/+8
* fixed xmlCopyDoc to also copy the doc->URL as pointed by Martijn FaassenDaniel Veillard2005-01-271-0/+2
* Re-examined the problems of configuring a "minimal" library.William M. Brack2005-01-021-2/+4
* fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes theWilliam M. Brack2004-12-251-0/+3
* augmented types supported a number of new bug fixes and documentationDaniel Veillard2004-11-061-0/+1
* more coverage more fixes DanielDaniel Veillard2004-11-051-1/+2
* fixed the way the generator works, extended the testing, especially withDaniel Veillard2004-11-051-3/+21
* extending the tests coverage more fixes and cleanups DanielDaniel Veillard2004-11-041-0/+3
* more fixes and extending the tests coverage more fixes and hardeningDaniel Veillard2004-11-031-5/+17
* more developments on the API testing more cleanups rebuilt DanielDaniel Veillard2004-11-021-2/+3
* adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard2004-11-021-0/+15
* applied fixes for a couple of potential security problems more fixes onDaniel Veillard2004-10-261-2/+2
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-261-10/+61
* fixed the leak reported by Volker Roth on the list added a specific testDaniel Veillard2004-10-251-1/+1
* adding the tree debug mode fixing various problems reported by the debugDaniel Veillard2004-10-071-5/+24
* changed xmlHasNsProp to properly handle a request for the defaultWilliam M. Brack2004-10-031-13/+24
* added the routine xmlNanoHTTPContentLength to the external APIWilliam M. Brack2004-09-181-8/+11
* Dodji pointed out a bug in xmlGetNodePath() applied patch from Albert ChinDaniel Veillard2004-08-141-2/+2
* fixed problem with memory leak on text nodes in DTD (bug 148965) withWilliam M. Brack2004-08-031-3/+6
* many further little changes for OOM problems. Now seems to be gettingWilliam M. Brack2004-07-311-27/+71
* applied a couple of patch one from Oliver Stoeneberg and another one fromDaniel Veillard2004-07-301-6/+7
* further fixes for out of memory condition, mostly from Olivier Andrieu.William M. Brack2004-07-291-1/+1
* implemented patches supplied by Olivier Andrieu (bug 148588), plus madeWilliam M. Brack2004-07-281-2/+0
* put in patch for Windows buffer re-allocation submitted by Steve Hay (bugWilliam M. Brack2004-07-261-0/+11
* avoid returning default namespace when searching from an attribute reverseDaniel Veillard2004-05-171-2/+6
* small buffer resizing improvement from Morten Welinder closes #140629Daniel Veillard2004-04-201-3/+2
* Changed the flag to xmlDocCopyNode (and similar routines), previously usedWilliam M. Brack2004-03-091-11/+19
* fixing compilation bug with some options disabled as well asDaniel Veillard2004-03-041-75/+88
* commiting the new xmlsave module before the actuall big code change.Daniel Veillard2004-03-041-1686/+0
* applied a cleanup patch from Peter Breitenlohner removed a doc buildDaniel Veillard2004-02-251-1/+1
* xmlAttrSerializeTxtContent don't segfault if NULL is passed. adding an oldDaniel Veillard2004-02-201-0/+1
* some clarification in xmlDocDumpMemory() documentation fixed xmllintDaniel Veillard2004-02-191-2/+4
* added xmlByteConsumed() interface updated the benchmark rebuilt the docsDaniel Veillard2004-02-111-8/+7
* fixed missing output of internal DTD param entities when nothing elseWilliam M. Brack2004-02-111-1/+2
* moved serialization of attribute text data (xmlSerializeContent) into aWilliam M. Brack2004-02-011-127/+138