summaryrefslogtreecommitdiff
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit-fallthrough warningsJ. Peter Mugaas2017-10-211-3/+3
* Fix pointer/int cast warnings on 64-bit WindowsNick Wellnhofer2017-10-091-1/+2
* Fix a couple of misleading indentation errorsDaniel Veillard2017-08-281-2/+2
* Porting libxml2 on zOS encoding of codeStéphane Michaut2017-08-281-0/+5
* Documentation fixesNick Wellnhofer2017-06-181-3/+3
* Fix memory leak in xmlStringLenGetNodeListNick Wellnhofer2017-06-071-0/+4
* Avoid building recursive entitiesCVE-2016-3627Daniel Veillard2016-05-231-0/+1
* Fix typos: dictio{ nn -> n }ar{y,ies}Jan Pokorný2016-04-151-7/+7
* 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