aboutsummaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added a routine xmlStrncatNew to create a new string from 2 frags. addedWilliam M. Brack2004-01-041-2/+16
* inhibited production of "(null):" in xmlGetNodePath when node has defaultWilliam M. Brack2003-12-231-1/+5
* tree.c - add explanation of namespace inheritance when ns is NULL toMST 2003 John Fleck2003-12-201-2/+4
* tree.c fix misc. typos in doc comments include/libxml/tree.h elaborate onMST 2003 John Fleck2003-12-191-2/+2
* tree.c doc/* Elaborate in documentation discussion of xmlNewChild andMST 2003 John Fleck2003-12-171-5/+8
* tentative fix for #126117 character reference in attributes output problemDaniel Veillard2003-12-081-0/+6
* minor changes to some comments rebuilt the generated HTML pages forWilliam M. Brack2003-11-141-7/+11
* second BeOS patch from Marcin 'Shard' Konicki DanielDaniel Veillard2003-11-011-4/+16
* applied a couple of patches from Mark Lilback about text nodes coalescingDaniel Veillard2003-10-291-1/+3
* applied patch from Kasimier Buchcik which fixes a problem in xmlSearchNsDaniel Veillard2003-10-281-17/+23
* fix bug #125047 about serializing when finding a document fragment node.Daniel Veillard2003-10-281-0/+4