summaryrefslogtreecommitdiff
path: root/xmllint.c
Commit message (Expand)AuthorAgeFilesLines
* Stop calling xmlMemoryDumpNick Wellnhofer2023-04-301-1/+0
* xmllint: Validate --maxmem integer optionNick Wellnhofer2023-04-201-4/+21
* xmllint: Fix memory leak with --pattern --streamNick Wellnhofer2023-03-141-9/+0
* xmllint: Fix use-after-free with --maxmemNick Wellnhofer2023-03-141-9/+6
* libxml.h: Don't include stdio.hNick Wellnhofer2022-12-081-0/+1
* Remove XMLDECL macro from .c filesNick Wellnhofer2022-12-081-9/+9
* Remove hacky heuristic from b2dc5675e94aa6b5557ba63f7d66b0f08dd17e4dAlex Richardson2022-12-011-2/+0
* xmllint: Include <io.h> on WindowsNick Wellnhofer2022-11-221-0/+2
* xmllint: Improve handling of empty XPath node setsNick Wellnhofer2022-10-191-2/+3
* Stop including sys/types.hNick Wellnhofer2022-09-021-3/+0
* xmllint: Don't set deprecated globalsNick Wellnhofer2022-08-241-37/+17
* xmllint: Stop calling xmlSAXDefaultVersionNick Wellnhofer2022-08-241-7/+0
* Introduce xmlNewSAXParserCtxt and htmlNewSAXParserCtxtNick Wellnhofer2022-08-241-33/+12
* Respect `--sysconfdir` in source filesDavid Seifert2022-03-301-1/+1
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-45/+3
* Remove useless call to xmlRelaxNGCleanupTypesNick Wellnhofer2022-03-011-1/+0
* Always fopen files with "rb"Nick Wellnhofer2022-02-281-19/+1
* Remove __DJGPP__ checksNick Wellnhofer2022-02-281-3/+3
* Remove useless __CYGWIN__ checksNick Wellnhofer2022-02-281-3/+3
* Fix unused variable warnings with disabled featuresNick Wellnhofer2022-02-221-0/+3
* Redirect links to xmlsoft.orgNick Wellnhofer2022-02-131-2/+1
* Fix "xmllint -"Nick Wellnhofer2022-02-071-1/+1
* Don't ignore xmllint options after "-"Nick Wellnhofer2022-02-041-5/+1
* Fix parsing of xmllint --maxmem optionNick Wellnhofer2022-02-011-4/+3
* Add more checks for malloc failures in xmllint.cNick Wellnhofer2022-02-011-28/+84
* Make xmllint return an error if arguments are missingNick Wellnhofer2022-01-311-2/+3
* Fix xmllint --maxmemNick Wellnhofer2022-01-161-6/+21
* Fix dangling pointer with `xmllint --dropdtd`Nick Wellnhofer2021-04-221-0/+1
* Fix use-after-free with `xmllint --html --push`Nick Wellnhofer2021-04-211-1/+1
* Add a flag to not output anything when xmllint succeededhhb2021-02-201-5/+20
* Make "xmllint --push --recovery" workNick Wellnhofer2020-08-171-1/+1
* Fix out-of-bounds read with 'xmllint --htmlout'Nick Wellnhofer2020-08-071-0/+6
* Make 'xmllint --html --push -' read from stdinNick Wellnhofer2020-07-151-3/+7
* Fix typosNick Wellnhofer2020-03-081-1/+1
* Large batch of typo fixesJared Yanovich2019-09-301-1/+1
* Fix build without reader but with patternNick Wellnhofer2019-06-251-1/+1
* Fix warnings when compiling without reader or push parserNick Wellnhofer2019-05-161-20/+16
* Fix xmllint dump of XPath namespace nodesNick Wellnhofer2019-03-131-1/+1
* Fix -Wcast-function-type warnings (GCC 8)Nick Wellnhofer2019-01-061-34/+16
* Add newlines to 'xmllint --xpath' outputNick Wellnhofer2018-09-231-12/+13
* Fix libz and liblzma detectionNick Wellnhofer2017-11-271-2/+2
* Fix IO callback signaturesNick Wellnhofer2017-11-091-13/+11
* Don't include winsock2.h in xmllint.cNick Wellnhofer2017-10-091-14/+0
* socklen_t is always int on WindowsNick Wellnhofer2017-10-091-2/+0
* Send xmllint usage error to stderrNick Wellnhofer2017-07-041-78/+78
* Revert "Add an XML_PARSE_NOXXE flag to block all entities loading even local"Nick Wellnhofer2017-06-061-5/+0
* Add an XML_PARSE_NOXXE flag to block all entities loading even localDoran Moppert2017-04-071-0/+5
* Fix some format string warnings with possible format string vulnerabilityDavid Kilzer2016-05-231-10/+10
* Fix null pointer deref in docs with no root elementHugh Davenport2016-05-041-0/+6
* xmllint: flush stdout before interactive shell input.Patrick Monnerat2016-05-011-0/+1