aboutsummaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in {tree,xpath}.c (errror)Jan Pokorný2014-02-061-1/+1
* Fix a couple of missing NULL checksGaurav2013-11-291-0/+2
* Fix a potential NULL dereference in tree codeDaniel Veillard2013-09-111-1/+2
* Two smal namespace tweaksDaniel Veillard2013-07-221-1/+6
* Fix spelling of "length".Michael Wood2012-10-301-1/+1
* Improve HTML escaping of attribute on outputDaniel Veillard2012-09-051-1/+10
* Add support for big line numbers in error reportingDaniel Veillard2012-08-131-10/+42
* Regenerating docs and API filesDaniel Veillard2012-08-101-1/+1
* Adding various checks on node type though the APIDaniel Veillard2012-08-091-24/+56
* Namespace nodes can't be unlinked with xmlUnlinkNodeDaniel Veillard2012-08-081-0/+4
* Avoid using xmlBuffer for serializationDaniel Veillard2012-08-071-53/+50
* 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