summaryrefslogtreecommitdiff
path: root/xmlreader.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-5/+1
* fixing compilation and link option when configuring with --without-validDaniel Veillard2004-02-251-6/+15
* fixed xmllint --memory --stream memory consumption on large file by usingDaniel Veillard2004-02-191-11/+9
* updating the benchmark graph and using a PNG instead of a GIF updated theDaniel Veillard2004-02-161-2/+0
* applied patch from Steve Ball to provide structured error reports.William M. Brack2004-02-031-0/+51
* fixing some problem if configured --without-xinclude c.f. #130902 DanielDaniel Veillard2004-01-081-2/+13
* change xmlReadFd() xmlCtxtReadFd() xmlReaderNewFd() xmlReaderForFd(),Daniel Veillard2003-12-221-0/+6
* fixed bug #129489, propagation of parsing flags in entities. improved theDaniel Veillard2003-12-211-21/+21
* trying to fix #129692 xmlTextReaderExpand() when using anDaniel Veillard2003-12-191-1/+3
* augmented the XInclude API to be able to pass XML parser flags down to theDaniel Veillard2003-12-091-0/+3
* filter warning messages if the global setting blocks them updated theDaniel Veillard2003-12-081-1/+2
* fixed the pattern interfaces but not yet the parser to handle theDaniel Veillard2003-12-051-2/+5
* cleanup the make rebuild in doc, this include new directive to stopDaniel Veillard2003-12-051-4/+131
* fixed a problem in xmlreader validation when streaming exposed by reader2Daniel Veillard2003-12-021-0/+4
* added two xmlReader examples cleaned up some bugs in the process DanielDaniel Veillard2003-11-201-5/+5
* minor enhancement to prevent comment with unreferenced variable. editedWilliam M. Brack2003-11-181-1/+1
* Finally - found the problem with the page generation (XMLPUBFUN notWilliam M. Brack2003-11-161-1/+1
* fixed some wording make sure doc/examples is packaged fixed the reallyDaniel Veillard2003-11-151-2/+69
* adding XInclude support to the reader interface. Lot of testing of theDaniel Veillard2003-11-031-21/+91
* 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