summaryrefslogtreecommitdiff
path: root/xmllint.c
Commit message (Expand)AuthorAgeFilesLines
...
* fix comment for xmlDocSetRootElement c.f. #351981 order XPath elementsDaniel Veillard2006-10-201-1/+3
* started to switch xmllint to use xmlSaveDoc to test #342556 fixed #342556Daniel Veillard2006-10-161-34/+61
* added --html --memory to test htmlReadMemory to test #321632 added variousDaniel Veillard2006-10-131-0/+21
* applied patch from Andrew W. Nosenko to expose if zlib support wasDaniel Veillard2006-07-131-0/+1
* applied patch from Gary Coady to really make sure xmllint --nonet wouldDaniel Veillard2006-04-251-0/+1
* fix an error report when using --path and --valid closes bug #331290Daniel Veillard2006-02-191-0/+9
* damn XML_FEATURE_UNICODE clashes with Expat headers rename to XML_WITH_ toDaniel Veillard2005-09-121-30/+30
* patch from Stéphane Bidoul to compile without schematron DanielDaniel Veillard2005-09-081-1/+1
* updated the docs and rebuild releasing 2.6.21 removedLIBXML2_2_6_21Daniel Veillard2005-09-041-51/+30
* added a parser XML_PARSE_COMPACT option to allocate small text nodes (lessDaniel Veillard2005-08-251-1/+5
* fixed an uninitialized variable extended the API to add the parser,Daniel Veillard2005-08-221-0/+3
* fixing the loop bug, fixing schematron text error rendering startedDaniel Veillard2005-07-311-1/+5
* commiting work done on the plane last week-end DanielDaniel Veillard2005-07-301-0/+3
* a lot of small cleanups based on Linus' sparse check output. DanielDaniel Veillard2005-07-281-7/+7
* started adding schematron to the xmllint tool, the report infrastructureDaniel Veillard2005-07-241-0/+93
* applied a patch from Marcus Boerger to fix problems with callingDaniel Veillard2005-07-211-10/+10
* preparing release 2.6.20 removed a compilation problem DanielDaniel Veillard2005-07-101-0/+2
* fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReaderDaniel Veillard2005-07-101-2/+17
* fix for #309761 from Dylan Shell added xmlSchemaSAXPlug andDaniel Veillard2005-07-091-11/+19
* fix some potential leaks in error cases. added --sax, to allow testing ofDaniel Veillard2005-07-081-5/+899
* cleanups, logfile and portability fixed a memory leak DanielDaniel Veillard2005-07-041-1/+1
* fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixingDaniel Veillard2005-07-031-1/+5
* if sax1 is used and input is a file use the old API xmlParseFile()Daniel Veillard2005-06-151-1/+7
* fixed xml attributes processing bug in exc c14n added --exc-c14n commandAleksey Sanin2005-06-061-1/+21
* use XML_SOCKLEN_T instead of SOCKLEN_T since apparently IBM can't avoidDaniel Veillard2005-03-311-2/+2
* do not package .la files applied patch from Gerry Murphy for xmllintDaniel Veillard2005-03-161-0/+1
* fixed compilation warning changed xmlWarningMsg so ctxt->errNo is not setWilliam M. Brack2005-02-111-1/+2
* fixed implementation for | added a specific regression test DanielDaniel Veillard2005-02-051-0/+17
* use the walker to test the patterns instead of the normal reader bug fixesDaniel Veillard2005-02-031-1/+35
* bugfixes around the streaming patterns DanielDaniel Veillard2005-01-311-3/+6
* added first test for the patterns a few fixes DanielDaniel Veillard2005-01-301-2/+2
* added a streaming pattern detector for a subset of XPath, should helpDaniel Veillard2005-01-301-19/+89
* applied DSO support patch 2 from Joel Reed DanielDaniel Veillard2005-01-041-0/+3
* integrated in "make tests" added -q option, and more conditional featuresDaniel Veillard2004-11-091-0/+4
* applied fixes for a couple of potential security problems more fixes onDaniel Veillard2004-10-261-1/+1
* added --timing --copy timing for the copy applied patch from Craig BerryDaniel Veillard2004-09-201-0/+12
* also produce a tar ball with just the sources added --path option andDaniel Veillard2004-08-311-0/+126
* trying to remove some warning when compiling on Fedora Core 3 and 64bitsDaniel Veillard2004-08-221-0/+3
* added help for new set shell command added parser option to not generateDaniel Veillard2004-08-161-0/+7
* added a --c14n option to canonicalize the output should close the RFEDaniel Veillard2004-08-141-0/+29
* new files for running regression tests under Python. Not yet complete, butWilliam M. Brack2004-06-271-2/+14
* fixed missing error return code for schema validation (bug 143880), alsoWilliam M. Brack2004-06-081-25/+41
* Some reformating of recent code, DanielDaniel Veillard2004-05-051-21/+30
* adding a --maxmem option to check memory used. DanielDaniel Veillard2004-05-031-4/+77
* Fixed bug #141529 i.e. various problems when building with --without-htmlDaniel Veillard2004-04-301-2/+2
* fixing bug #141384 where the reader didn't call the deregisteringDaniel Veillard2004-04-301-0/+10
* applied patch from Mark Vadoc avoiding using xmlParse* option and useDaniel Veillard2004-03-251-1/+5
* applied patch from Alfred Mickautsch for better DTD support. fixed bugDaniel Veillard2004-03-221-0/+1
* fixing compilation and link option when configuring with --without-validDaniel Veillard2004-02-251-7/+3
* some clarification in xmlDocDumpMemory() documentation fixed xmllintDaniel Veillard2004-02-191-1/+6