aboutsummaryrefslogtreecommitdiffstats
path: root/tree.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(), tested itDaniel Veillard2003-10-191-89/+14
* adding xmlNodeBufGetContent() allowing to grab the content without forcingDaniel Veillard2003-10-191-0/+142
* fixed segfault when input file not present changed output formatting ofWilliam M. Brack2003-10-191-1/+2
* Changed all (?) occurences where validation macros (IS_xxx) hadWilliam M. Brack2003-10-181-9/+9
* enhanced macros to avoid breaking ABI from previous versions. modified toWilliam M. Brack2003-10-181-19/+19
* converted too small cleanup DanielDaniel Veillard2003-10-091-2/+5
* more cleanup through the I/O error path DanielDaniel Veillard2003-10-081-1/+1
* converting the tree module too created a simpler internal error reportingDaniel Veillard2003-10-071-130/+170
* Adding a configure option to remove tree manipulation code which is notDaniel Veillard2003-09-291-12/+49
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-55/+62
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-0/+2
* added the same htmlRead APIs than their XML counterparts new parserDaniel Veillard2003-09-261-13/+53
* adding repeated parsing and validating tests make the new DOM treeDaniel Veillard2003-09-241-83/+52
* adding a new set of API for parsing xmlReadDoc() xmlReadFile() ...Daniel Veillard2003-09-231-1/+1
* the uri arg to xmlNodeSetBase is really a const xmlChar* addin theDaniel Veillard2003-09-221-1/+1
* preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code inDaniel Veillard2003-09-191-15/+1
* add streaming on memory regression tests, found bad bugs in the readerDaniel Veillard2003-09-181-7/+57
* factoring of more error handling code, serious size reduction and moreDaniel Veillard2003-09-141-2/+2
* applied speedup to xmlSearchNs() as suggested by Luca Padovani. Cleaned upDaniel Veillard2003-09-121-70/+122
* adding namespace checkings while making sure they still parse asDaniel Veillard2003-09-111-2/+2
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-58/+132
* fixes a small bug introduced in last commit and detected by valgrind.Daniel Veillard2003-08-191-0/+1
* optimization when freeing hash tables. some tuning of buffer allocationsDaniel Veillard2003-08-191-1/+13
* hum try to avoid some troubles when the library is not initialized and oneDaniel Veillard2003-08-081-0/+10
* fixed a small problem in the patch for #118763 this reverts back to theDaniel Veillard2003-08-041-1/+1
* fixing HTML attribute serialization bug #118763 applying a modifiedDaniel Veillard2003-08-041-5/+25
* added a new API to split a QName without generating any memory allocationDaniel Veillard2003-08-041-0/+37
* applied Peter Jacobi encoding cleanup patch, and also avoided a possibleDaniel Veillard2003-07-291-34/+5
* regenerated might fix includes problems with the Ipv6 support on solarisDaniel Veillard2003-07-071-3/+9
* applied a couple of patches from Mark Itzcovitz to handle saving backDaniel Veillard2003-06-051-2/+6
* PI nodes in external subset were not freed :-\ fixes bug #112842 DanielDaniel Veillard2003-05-121-1/+1
* fixed a problem with xmlUnlinkNode() for DTDs. DanielDaniel Veillard2003-05-011-4/+6
* integrated the Out Of Memory test from Havoc Pennington #109368 a lot ofDaniel Veillard2003-04-241-3/+25
* a lot of performance work especially the speed of streaming through theDaniel Veillard2003-04-211-23/+25
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-6/+6
* fixing bug #107129, removing excessive allocation and calls to *printf inDaniel Veillard2003-04-071-0/+97
* two patches from James Bursa on the HTML parser and a typo reindenting,Daniel Veillard2003-03-271-1/+1
* some changes related to the new way of handling Result Value Tree, beforeDaniel Veillard2003-03-241-3/+33
* removed a warning more cleanup, added ENTITY and ENTITIES supportDaniel Veillard2003-03-181-1/+1
* fixed a node dump crash on attributes fixed an URI test bug and get betterDaniel Veillard2003-02-271-0/+4
* fixed xmlSetProp and al. when the node passed is not an element. fixedDaniel Veillard2003-02-241-1/+3
* some warning removal on Igor's patch seems I messed up with #106788 fixDaniel Veillard2003-02-241-2/+2
* another fix for nodeinfo in entities problem fixed bug #106788 from JamesDaniel Veillard2003-02-231-0/+12
* float/double check bugfix exported a function for NMTOKEN validation add aDaniel Veillard2003-02-181-0/+70
* applied a patch from Kjartan Maraas to fix some typos DanielDaniel Veillard2003-02-161-1/+1
* more testing on the Relax-NG front, cleaning up the regression testsDaniel Veillard2003-02-141-0/+240
* trying to fix #104934 about some XHTML1 serialization issues. DanielDaniel Veillard2003-02-101-4/+17
* fixing #105678 problem when dumping a namespace node. DanielDaniel Veillard2003-02-101-0/+4
* comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2Daniel Veillard2003-02-051-1/+59
* try to fix # 105049 a couple of changes and extensions updated a functionDaniel Veillard2003-02-041-2/+0