summaryrefslogtreecommitdiff
path: root/xmllint.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* trying to fix #71457 for timing precision when gettimeofday() is notDaniel Veillard2002-03-071-0/+25
* close #72663 and #72658, don't memdump unless compiled explicitely withDaniel Veillard2002-03-011-0/+2
* fixing #68748 DanielDaniel Veillard2002-02-081-0/+1
* added pointers to the web pages in the usage() DanielDaniel Veillard2002-01-251-0/+2
* Anthony Jones pointed a bug in xmlCopyEntity() DanielDaniel Veillard2002-01-091-3/+5
* Applied following patches from Robert Collins and make sure IN_LIBXML isDaniel Veillard2002-01-081-1/+1
* applied 42 documentation patches from Charlie Bozeman. Regenerated theDaniel Veillard2001-12-311-4/+4
* applied Justin Fletcher patch for --output or -o danielDaniel Veillard2001-12-181-10/+49
* applied Justin Fletcher generic timing patch similar to the one alreadyDaniel Veillard2001-12-181-58/+125
* fix the xmlStrdup() used in the previous patch. added --dropdtd fixedDaniel Veillard2001-12-131-1/+26
* removed another strdup() removed the HP/UX entry DanielDaniel Veillard2001-12-131-1/+1
* fix bug #66816 when validating. don't use sys/time.h if configure did notDaniel Veillard2001-12-131-0/+2
* applied Geert Kloosterman's patch to fix --repeat --timing output DanielDaniel Veillard2001-12-041-8/+8
* preparing 2.4.11 better --catalogs description DanielLIBXML_2_4_11Daniel Veillard2001-11-261-2/+3
* Morus Walter patch to allow --format and --encode DanielDaniel Veillard2001-11-081-3/+13
* added entities testing to the Thread test make the test reasonable fix theDaniel Veillard2001-10-221-0/+47
* - include/libxml/globals.h include/libxml/threads.h threads.cDaniel Veillard2001-10-171-0/+1
* xmllint.c - fixing typoMDT 2001 John Fleck2001-09-241-2/+2
* John Fleck fixed typos in the options output fix ignorable white space SAXDaniel Veillard2001-09-091-2/+2