aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
Commit message (Expand)AuthorAgeFilesLines
* removing xmldwalk module since it got merged with the xmlreader. cleanupDaniel Veillard2003-10-201-7/+8
* more cleanup through the I/O error path DanielDaniel Veillard2003-10-081-1/+2
* first pass at cleaning up error handling in the I/O module. DanielDaniel Veillard2003-10-081-6/+19
* added a new configure option --with-push, some cleanups, chased code sizeDaniel Veillard2003-09-301-2/+14
* added 2 new configure option: --with-reader --with-sax1 to allow removingDaniel Veillard2003-09-301-1/+27
* Adding a configure option to remove tree manipulation code which is notDaniel Veillard2003-09-291-2/+16
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-10/+28
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-5/+35
* rebuilt the API added the new options --nocdata and --nsclean to removeDaniel Veillard2003-09-261-0/+8
* added the same htmlRead APIs than their XML counterparts new parserDaniel Veillard2003-09-261-1/+1
* Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URLDaniel Veillard2003-09-251-6/+7
* adding repeated parsing and validating tests make the new DOM treeDaniel Veillard2003-09-241-18/+51
* adding a new set of API for parsing xmlReadDoc() xmlReadFile() ...Daniel Veillard2003-09-231-82/+48
* add streaming on memory regression tests, found bad bugs in the readerDaniel Veillard2003-09-181-1/+1
* small fix from Rob Richards for input filename fixes for --repeat andDaniel Veillard2003-09-171-6/+36
* do string allocations in large pools, allowing to find if a string pertainDaniel Veillard2003-09-161-4/+4
* removing the broken pseudo SGML DocBook parser code. DanielDaniel Veillard2003-09-131-50/+0
* Time to commit 3 days of work rewriting the parser internal,Daniel Veillard2003-09-101-1/+11
* fixed time inclusion for various compilersIgor Zlatkovic2003-08-281-7/+2
* added option --dtdvalidfpi for Tobias Reif DanielDaniel Veillard2003-08-181-7/+31
* Applied patch from Mikhail Grushinskiy for mingw compiler on Windows.Daniel Veillard2003-08-141-0/+9
* =Bug 118559 (continued)William M. Brack2003-08-011-13/+1
* fixing bug 118559William M. Brack2003-07-311-1/+25
* applied a patch from Gman for building docs applied a patch from GaryDaniel Veillard2003-06-091-10/+26
* added --nonet option fixing #112803 by adding --nonet when callingDaniel Veillard2003-05-131-0/+4
* added --schema option to run WXS schema validation tried to improve errorDaniel Veillard2003-05-121-0/+63
* fixing bug #104081 with xs:all with an element holding minOccurs="0" addedDaniel Veillard2003-05-091-0/+8
* a lot of performance work especially the speed of streaming through theDaniel Veillard2003-04-211-3/+2
* more work on RelaxNG streaming validation trying to improve the subsetDaniel Veillard2003-04-161-3/+33
* implemented streaming of RelaxNG (when possible) on top of the xmlReaderDaniel Veillard2003-04-151-0/+10
* make sure xmllint --stream and xmllint --stream --valid returns errorsDaniel Veillard2003-04-111-0/+9
* Fixed validation bug #108858 on namespace names using entities andDaniel Veillard2003-03-221-2/+4
* use XMLLING_INDENT environment variable to control indentation for the xmllin...Aleksey Sanin2003-03-091-1/+8
* after and exchange with James Clark it appeared I had bug in URI parsingDaniel Veillard2003-03-071-0/+13
* I f...ed up the default configuration of schemas and --relaxng optionDaniel Veillard2003-02-071-1/+1
* comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2Daniel Veillard2003-02-051-0/+62
* applied patch for FreeBSD by Julio Merino, closing #104475 DanielDaniel Veillard2003-01-261-1/+5
* another fix needed as pointed by Christophe Merlet for --stream --debug ifDaniel Veillard2003-01-071-2/+5
* fixed --with-threads compile fixed --without-debug compile cleanup add aDaniel Veillard2003-01-071-1/+3
* applied patch from Lukas Schroeder for register callbacks modified patchDaniel Veillard2003-01-051-1/+29
* a bit of cleanup small fix more work on the XmlTextReader tutorial a fewDaniel Veillard2003-01-041-20/+18
* added the --stream flag to use the TextReader API small performance tweakDaniel Veillard2003-01-031-5/+87
* working on DTD validation on top of xml reader interfaces. Allows toDaniel Veillard2002-12-201-1/+22
* code cleanup, especially the function comments. fixed a small bug whenDaniel Veillard2002-12-101-1/+1
* fixed the data callback on transition functionality which was broken whenDaniel Veillard2002-09-241-3/+3
* fixed another stupid bug in xmlGetNodePath() --version now report theDaniel Veillard2002-09-171-2/+52
* memory leak reporting was broken after a change of the preprocessor symbolDaniel Veillard2002-09-051-2/+0
* replaced sprintf() with snprintf() to prevent possible buffer overflowAleksey Sanin2002-06-141-10/+27
* applied a fix from Anthony Jones for -o /--output DanielDaniel Veillard2002-04-091-1/+1
* owen pointed out a problem with the ftime fix, gettimeofday() was notDaniel Veillard2002-03-071-1/+6