aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* issue validation status on stderr, not stdout as suggested by PawelDaniel Veillard2003-12-291-14/+14
* fixing bug #119264 xmllint failing to report serialization errors in someDaniel Veillard2003-12-101-3/+16
* some flags were not passed down correctly as parsing options. FixesDaniel Veillard2003-12-091-0/+3
* augmented the XInclude API to be able to pass XML parser flags down to theDaniel Veillard2003-12-091-1/+1
* fixed the pattern interfaces but not yet the parser to handle theDaniel Veillard2003-12-051-1/+1
* adding the pattern node selection code. Inheried in part from libxslt butDaniel Veillard2003-12-021-4/+57
* change --html to make sure we use the HTML serialization rule by defaultDaniel Veillard2003-11-041-0/+45
* implemented the XML_PARSE_NONET parser option. converted xmllint.c to useDaniel Veillard2003-11-031-1/+1
* adding XInclude support to the reader interface. Lot of testing of theDaniel Veillard2003-11-031-6/+47