aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash with xmllint --path on empty resultsDaniel Veillard2012-03-271-1/+1
* add lzma compression supportAnders F Bjorklund2012-01-271-0/+1
* Add options to ignore the internal encodingDaniel Veillard2011-05-261-0/+6
* various: handle return values of write callsStefan Kost2011-05-211-4/+12
* Add xmlSaveOption XML_SAVE_WSNONSIGAdam Spragg2010-11-031-0/+22
* Fix xmllint to use format=1 for default formattingAdam Spragg2010-11-011-8/+8
* Add an HTML parser option to avoid a default doctypeDaniel Veillard2010-07-261-0/+8
* Fix a missing #ifdefDaniel Veillard2010-03-101-0/+3
* Adding a --xpath option to xmllintDaniel Veillard2009-10-071-9/+130
* 594874 Forgot an fclose in xmllintDaniel Veillard2009-09-111-0/+2
* Fix a bunch of scan 'dead increments' and cleanupDaniel Veillard2009-09-051-1/+1
* 587867 xmllint --html --xmlout serializing as HTMLDaniel Veillard2009-08-231-0/+2
* xmllint use xmlGetNodePath when not compiled inDaniel Veillard2009-08-101-108/+117
* Fix leak on SAX1, xmllint --sax1 option and debugDaniel Veillard2009-07-291-3/+4
* Aleksey Sanin support for c14n 1.1Aleksey Sanin2009-07-091-3/+22
* Matthias Kaehlcke reported a build problem when not compiling HTML supportDaniel Veillard2008-11-061-0/+2
* strengthen some of the internal parser limits, add an XML_PARSE_HUGEDaniel Veillard2008-08-261-0/+4
* patch based on Wieant Nielander contribution to add the option of notDaniel Veillard2008-08-261-0/+7
* add a C program to run the W3C test suite, work in progress add a newDaniel Veillard2008-07-291-0/+6
* apply fix from Stefan Kost to avoid a crash in xmllint, fixes 504284Daniel Veillard2008-01-111-1/+1
* "xmllint unusable on win32" so applied a libxml2 patch from ChristianDaniel Veillard2007-04-171-2/+7
* 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 removedDaniel 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