aboutsummaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Provide new xmlBuf based saving functionsDaniel Veillard2012-07-231-9/+40
* Fix various bugs in new code raised by the API checkingDaniel Veillard2012-05-151-2/+6
* Fix various problems with "make dist"Daniel Veillard2012-05-151-2/+4
* Use a hybrid allocation scheme in xmlNodeSetContentConrad Irwin2012-05-141-1/+23
* Use buffers when constructing string node lists.Conrad Irwin2012-05-141-81/+115
* Fix html serialization error and htmlSetMetaEncoding()Daniel Veillard2012-05-111-2/+2
* Clarify the need to use xmlFreeNode after xmlUnlinkNodeDaniel Veillard2012-01-261-0/+2
* Fix handling of XML-1.0 XML namespace declarationDaniel Veillard2010-09-091-2/+13
* Fix xmlNodeSetBase() commentDaniel Veillard2010-03-091-1/+1
* xmlPreviousElementSibling mistakeFrançois Delyon2010-02-031-1/+1
* Fix lost namespace when copying nodeRob Richards2010-01-291-0/+2
* Fix a const warning in xmlNodeSetBaseMartin Trappel2010-01-221-2/+2
* Chasing dead assignments reported by clang-scanDaniel Veillard2009-09-071-4/+2
* Fixing assorted potential problems raised by scanDaniel Veillard2009-09-071-5/+8
* 574017 Realloc too expensive on most platformDaniel Veillard2009-08-221-5/+7
* Add symbol versioning to libxml2 shared libsDaniel Veillard2009-08-201-2/+3
* Preserve attributes of include start on tree copyPetr Pajas2009-07-301-2/+4
* A bit of cleanupsDaniel Veillard2009-07-091-1/+2
* 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