aboutsummaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* add a missing check in xmlAddSibling, patch by Kris Breuker avoidDaniel Veillard2009-03-231-0/+8
* set doc on last child tree in xmlAddChildList for bug #546772. Fix problemRob Richards2008-12-311-5/+11
* adds element traversal support avoid a warning regenerated danielDaniel Veillard2008-11-271-0/+193
* fix for CVE-2008-4226, a memory overflow when building gigantic textDaniel Veillard2008-11-171-2/+8
* Borland C fix from Moritz Both regenerate, workaround a problem for bufferDaniel Veillard2008-09-011-4/+9
* preparing 2.7.0 release remove some testing traces remove some warningsDaniel Veillard2008-08-301-12/+0
* make a new kind of buffer where shrinking and adding in head can avoidDaniel Veillard2008-08-301-45/+136
* fix a small initialization problem raised by Ashwin increase testingDaniel Veillard2008-08-271-0/+27
* applied patch from Aswin to fix tree skipping fixed a comment and added aDaniel Veillard2008-08-251-254/+254
* more progresses against the official regression tests small cleanup forDaniel Veillard2008-07-311-1/+3
* fix a bug introduced when fixing #438208 and reported by Ashwin fix anDaniel Veillard2008-04-081-2/+2
* fix some problems with the *EatName functions when running out of memoryDaniel Veillard2008-04-031-4/+13
* patch from Julien Charbon to simplify the processing of xmlSetProp()Daniel Veillard2008-02-151-8/+17
* Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159)William M. Brack2007-05-221-1/+1
* Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it DanielDaniel Veillard2007-04-241-1/+2
* applied documentation patches from Markus Keim fixed one bug and added aDaniel Veillard2006-11-011-0/+12
* fix comment for xmlDocSetRootElement c.f. #351981 order XPath elementsDaniel Veillard2006-10-201-2/+3
* fixing bug #344390 with xmlReconciliateNs DanielDaniel Veillard2006-10-141-53/+55
* added --html --memory to test htmlReadMemory to test #321632 added variousDaniel Veillard2006-10-131-2/+2
* add a new function xmlPathToUri() to provide a clean conversion whenDaniel Veillard2006-10-101-2/+9
* xmlTextConcat works with comments and PI nodes (bug #355962). fixRob Richards2006-09-161-1/+3
* Fixed a bug in xmlDOMWrapAdoptNode(); the tree traversal stopped if theKasimier T. Buchcik2006-06-161-198/+300
* Got rid of a compiler warning in xmlGetNodePath().Kasimier T. Buchcik2006-06-121-4/+4
* Fixed xmlGetNodePath() to generate the node test "*" for elements in theKasimier T. Buchcik2006-06-121-15/+23
* Revert behavior change in xmlSetProp to handle attributes with colons inRob Richards2006-05-221-7/+0
* preparing 2.6.24 release, fixed Python paths at the last moment fix someDaniel Veillard2006-04-281-0/+1
* fix compilation without tree DanielDaniel Veillard2006-04-251-2/+0
* end of first pass on coverity reports. DanielDaniel Veillard2006-03-101-4/+16
* Simplified usage of the internal xmlNsMap. Added a "strict" lookup forKasimier T. Buchcik2006-03-061-191/+307
* Bundled lookup of attr-nodes and retrieving their values into theKasimier T. Buchcik2006-03-021-329/+226
* Fix the add sibling functions when passing attributes. Modify testing forRob Richards2006-02-251-58/+64
* Fixed bug #328896 reported by Liron. The path for text- andKasimier T. Buchcik2006-02-151-10/+15
* Added an initial version of xmlDOMWrapCloneNode() to the API. It will beKasimier T. Buchcik2006-02-031-5/+507
* Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt the previous additionKasimier T. Buchcik2006-02-021-7/+9
* Enhanced xmlDOMWrapReconcileNamespaces() to remove redundant ns-decls ifKasimier T. Buchcik2006-02-011-15/+84
* fix bug #322136 in xmlNodeBufGetContent when entity ref is a child of anRob Richards2005-12-201-2/+2
* add additional checks to prevent tree corruption. fix problem copyingRob Richards2005-10-281-14/+57
* fix issue adding non-namespaced attributes in xmlAddChild(),Rob Richards2005-10-251-6/+8
* Silenced intel compiler warnings (reported by Kjartan Maraas, bugKasimier T. Buchcik2005-10-171-4/+2
* fixing a number of issues raised by xml:id but more generally related toDaniel Veillard2005-09-031-46/+82
* added a parser XML_PARSE_COMPACT option to allocate small text nodes (lessDaniel Veillard2005-08-251-20/+38
* line numbers are now carried by most nodes, fixing xmlGetLineNo() c.f. bugDaniel Veillard2005-08-241-4/+8
* fixed compilation when configured --without-sax1 and other cleanups fixesDaniel Veillard2005-08-231-0/+2
* 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