aboutsummaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Don't add IDs in xmlSetTreeDocNick Wellnhofer2014-12-231-0/+8
* Account for ID attributes in xmlSetTreeDocNick Wellnhofer2014-12-191-0/+11
* Remove various unused value assignmentsPhilip Withnall2014-10-271-4/+4
* Fix and add const qualifiersKurt Roeckx2014-10-131-47/+47
* Unreachable code in tree.cGaurav Gupta2014-10-061-2/+1
* Support element node traversal in document fragments.Kyle VanderBeek2014-08-051-0/+3
* Add couple of missing Null checksDaniel Veillard2014-07-261-0/+4
* xmlNodeSetName: Allow setting the name to a substring of the currently set nameTristan Van Berkom2014-04-231-2/+7
* Fix a doc typoDaniel Veillard2014-03-281-1/+1
* Fix compilation with minimum and xinclude.Nicolas Le Cam2014-02-101-1/+1
* Legacy needs xmlSAX2StartElement() and xmlSAX2EndElement().Nicolas Le Cam2014-02-101-1/+1
* 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