aboutsummaryrefslogtreecommitdiffstats
path: root/include/libxml/tree.h
Commit message (Expand)AuthorAgeFilesLines
* CVE-2015-1819 Enforce the reader to run in constant memoryDaniel Veillard2015-04-141-1/+2
* Fix a couple of issues raised by make distDaniel Veillard2014-10-131-2/+2
* Fix and add const qualifiersKurt Roeckx2014-10-131-37/+37
* Shortening lines in headersPatrick Monnerat2013-12-121-4/+11
* Windows build fixesDaniel Richard2012-09-181-1/+1
* Big space and tab cleanupDaniel Veillard2012-09-111-149/+149
* Expose xmlBufShrink in the public tree APIDaniel Veillard2012-08-221-0/+1
* Fix const qualifyer to definition of xmlBufferDetachDaniel Veillard2012-08-131-1/+1
* Regenerating docs and API filesDaniel Veillard2012-08-101-0/+7
* Improvements for old buffer compatibilityDaniel Veillard2012-08-061-1/+11
* Provide new xmlBuf based saving functionsDaniel Veillard2012-07-231-0/+11
* Adding a new buf module for buffersDaniel Veillard2012-07-231-1/+20
* Use a hybrid allocation scheme in xmlNodeSetContentConrad Irwin2012-05-141-1/+2
* Use buffers when constructing string node lists.Conrad Irwin2012-05-141-0/+2
* adds element traversal support avoid a warning regenerated danielDaniel Veillard2008-11-271-0/+16
* make a new kind of buffer where shrinking and adding in head can avoidDaniel Veillard2008-08-301-3/+5
* more progresses against the official regression tests small cleanup forDaniel Veillard2008-07-311-0/+21
* patch from Michael Day on standalone and XML declaration detection, andDaniel Veillard2006-12-041-1/+6
* preparing release of libxml2-2.6.27 fix a small problem with preproc flagsDaniel Veillard2006-10-251-1/+1
* added --html --memory to test htmlReadMemory to test #321632 added variousDaniel Veillard2006-10-131-1/+1
* Fixed a bug in xmlDOMWrapAdoptNode(); the tree traversal stopped if theKasimier T. Buchcik2006-06-161-0/+47
* preparing 2.6.24 release, fixed Python paths at the last moment fix someDaniel Veillard2006-04-281-2/+0
* Added the xmlDOMWrapCloneNode() to the header file.Kasimier T. Buchcik2006-02-031-0/+9
* fixed an uninitialized variable extended the API to add the parser,Daniel Veillard2005-08-221-27/+27
* preparing to make testsuite releases along with code source releases fixedDaniel Veillard2005-07-101-1/+1
* Added allocation/deallocation functions for the DOM-wrapper context.Kasimier T. Buchcik2005-06-271-0/+4
* Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() andKasimier T. Buchcik2005-06-271-1/+26
* Re-examined the problems of configuring a "minimal" library.William M. Brack2005-01-021-33/+57
* added checking for names values and dictionnaries generates a tons ofDaniel Veillard2004-10-261-0/+7
* many further little changes for OOM problems. Now seems to be gettingWilliam M. Brack2004-07-311-4/+4
* adding xml:id draft support adding 4 first regression tests DanielDaniel Veillard2004-04-091-0/+7
* moved serialization of attribute text data (xmlSerializeContent) into aWilliam M. Brack2004-02-011-0/+5
* moved string and UTF8 routines out of parser.c and encoding.c into a newWilliam M. Brack2004-01-061-16/+1
* tree.c fix misc. typos in doc comments include/libxml/tree.h elaborate onMST 2003 John Fleck2003-12-191-2/+4
* stefan on IRC pointed out that XML_GET_LINE is broken on 2.6.x DanielDaniel Veillard2003-11-261-3/+1
* modified the file header to add more informations, painful... updated toDaniel Veillard2003-11-181-5/+6
* fixed some wording make sure doc/examples is packaged fixed the reallyDaniel Veillard2003-11-151-0/+1
* added the xmlWriter module contributed by Alfred Mickautsch added room forDaniel Veillard2003-10-201-0/+2
* adding xmlNodeBufGetContent() allowing to grab the content without forcingDaniel Veillard2003-10-191-0/+3
* make room in Doc, Element, Attributes for PSVI type informations. DanielDaniel Veillard2003-10-101-0/+3
* Adding a configure option to remove tree manipulation code which is notDaniel Veillard2003-09-291-7/+31
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-7/+2
* the uri arg to xmlNodeSetBase is really a const xmlChar* addin theDaniel Veillard2003-09-221-1/+1
* add streaming on memory regression tests, found bad bugs in the readerDaniel Veillard2003-09-181-1/+5
* when creating a DOCTYPE use "html" lowercase by default instead of "HTML"Daniel Veillard2003-09-031-0/+2
* realigned parameters after taintIgor Zlatkovic2003-08-271-141/+281
* Exportability taint of the headersIgor Zlatkovic2003-08-251-141/+142
* optimization when freeing hash tables. some tuning of buffer allocationsDaniel Veillard2003-08-191-1/+1
* added a new API to split a QName without generating any memory allocationDaniel Veillard2003-08-041-0/+3
* integrated the Out Of Memory test from Havoc Pennington #109368 a lot ofDaniel Veillard2003-04-241-1/+1