aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed warning message from IRIX (bug 125182) removed tabs, replaced withWilliam M. Brack2003-10-271-4/+1
* 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