aboutsummaryrefslogtreecommitdiffstats
path: root/xmlreader.c
Commit message (Expand)AuthorAgeFilesLines
* make sure we report errors if xmlNewInputFromFile() fails. avoid usingDaniel Veillard2003-10-271-26/+13
* added the xmlWriter module contributed by Alfred Mickautsch added room forDaniel Veillard2003-10-201-13/+23
* removing xmldwalk module since it got merged with the xmlreader. cleanupDaniel Veillard2003-10-201-69/+495
* added new APIs for creating reader from sources or reusing a reader with aDaniel Veillard2003-10-181-0/+387
* Applied fix for bug #123481 reported by Peter Derr DanielDaniel Veillard2003-10-011-2/+3
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-1/+7
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-9/+12
* fix a bug raised by the Mips compiler. move the SAXv1 block definitions toDaniel Veillard2003-09-281-18/+335
* minor change to avoid compilation warnings on some (e.g. AIX) systemsWilliam M. Brack2003-09-261-4/+3
* preparing a beta3 solving the ABI problems make sure the global variablesDaniel Veillard2003-09-251-342/+0
* fixing some comments to avoid warnings from apibuild.py DanielDaniel Veillard2003-09-251-1/+1
* adding repeated parsing and validating tests make the new DOM treeDaniel Veillard2003-09-241-6/+7
* the uri arg to xmlNodeSetBase is really a const xmlChar* addin theDaniel Veillard2003-09-221-0/+18
* preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code inDaniel Veillard2003-09-191-0/+216
* add streaming on memory regression tests, found bad bugs in the readerDaniel Veillard2003-09-181-3/+18
* add a Timingtests target to check bad behaviour from the streaming engineDaniel Veillard2003-09-171-1/+2
* two small improvements DanielDaniel Veillard2003-09-171-0/+1
* more performance hunting reducing memory allocation and free and avoidingDaniel Veillard2003-09-171-5/+13
* started messing seriously with per-document dict and element and attributeDaniel Veillard2003-09-171-7/+357
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-0/+83
* when creating a DOCTYPE use "html" lowercase by default instead of "HTML"Daniel Veillard2003-09-031-0/+5
* small changes to syntax to get rid of compiler warnings. No changes toWilliam M. Brack2003-08-051-16/+0
* =Bug 118559 (continued)William M. Brack2003-08-011-1/+1
* applying cleanup patch from Bjorn Reese for xmlTextReaderNodeType() andDaniel Veillard2003-07-301-15/+23
* fixed an out of bound error #118052 , the good part if that base64 codeDaniel Veillard2003-07-231-1/+1
* adding Get interface for the error callback and parameters of parsing andDaniel Veillard2003-07-181-0/+3
* applied a patch from Gman for building docs applied a patch from GaryDaniel Veillard2003-06-091-0/+2
* fixing bug #104081 with xs:all with an element holding minOccurs="0" addedDaniel Veillard2003-05-091-0/+4
* try to fix Red hat bug #89957, do not output -L/usr/lib64 fixed a typo inDaniel Veillard2003-04-301-1/+1
* integrated the Out Of Memory test from Havoc Pennington #109368 a lot ofDaniel Veillard2003-04-241-2/+10
* a lot of performance work especially the speed of streaming through theDaniel Veillard2003-04-211-73/+37
* added xmlMallocAtomic() to be used when allocating blocks which do notDaniel Veillard2003-04-191-1/+1
* augnemting the APIs, cleanups. cleanup bug #111005 added some missingDaniel Veillard2003-04-171-3/+63
* implemented streaming of RelaxNG (when possible) on top of the xmlReaderDaniel Veillard2003-04-151-38/+208
* make sure xmllint --stream and xmllint --stream --valid returns errorsDaniel Veillard2003-04-111-0/+14
* Added the Expand() and Next() operation to work on subtrees within theDaniel Veillard2003-04-111-0/+102
* fixing HasValue for namespace as raised by Denys Duchier DanielDaniel Veillard2003-04-101-0/+1
* fixing bug #108976 get the ID/REFs to reference the ID in the documentDaniel Veillard2003-03-231-0/+2
* fixed #107043 removing 2 warnings with Sun One compiler. DanielDaniel Veillard2003-03-221-2/+2
* fixed bug #108801 reported by Malcolm Tredinnick about the DocType nodeDaniel Veillard2003-03-221-1/+5
* fixed bug #108546 on long CDATA (or text nodes) reported by Edd DumbillDaniel Veillard2003-03-221-0/+39
* fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixedDaniel Veillard2003-03-211-1/+1
* fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREFDaniel Veillard2003-03-171-1/+1
* float/double check bugfix exported a function for NMTOKEN validation add aDaniel Veillard2003-02-181-0/+1
* fixing #104096 to compile without regexps DanielDaniel Veillard2003-02-041-0/+8
* applied a new patch from Stéphane Bidoul for cleanups rebuilt the APIDaniel Veillard2003-01-211-2/+2
* patch from Stéphane Bidoul for better per context error message APIsDaniel Veillard2003-01-201-21/+108
* applied a patch from Stéphane Bidoul to allow per XMLtextReader error andDaniel Veillard2003-01-161-0/+149
* fixed the streaming property of the reader, it was generating tree fasterDaniel Veillard2003-01-141-4/+11
* seriously changed the way data are pushed to the underlying parser, go byDaniel Veillard2003-01-051-55/+25