1. ecdab2a Upgrade libxml2 to c41bc10da31a4a4e5416270110b6d1b79606cad1 by Elliott Hughes · 2 years, 4 months ago
  2. 5cefca7 Upgrade libxml2 to 7279d236364739a05657a8a614c15990eb08d0c6 by Elliott Hughes · 3 years, 2 months ago
  3. 735158e Upgrade libxml2 to ce2fbaa89da627a6c6cd6344d5339a76feba94b5 by Haibo Huang · 3 years, 4 months ago
  4. f0a546b Upgrade libxml2 to f0fd1b67fc883a24cdd039abb3d4fe4696104d72 by Haibo Huang · 3 years, 10 months ago
  5. cfd91dc Upgrade libxml2 to 1a360c1c2ec950f478d55b31722ecf78f5698e97 by Haibo Huang · 4 years ago
  6. 7fbecab Update to libxml2 2.9.9 (2019-01-03). by Elliott Hughes · 5 years ago
  7. cb5541c Fix libz and liblzma detection by Nick Wellnhofer · 7 years ago
  8. 86615e4 Fix IO callback signatures by Nick Wellnhofer · 7 years ago
  9. bee8f1e Don't include winsock2.h in xmllint.c by Nick Wellnhofer · 7 years ago
  10. 45b0ebd socklen_t is always int on Windows by Nick Wellnhofer · 7 years ago
  11. f435365 Send xmllint usage error to stderr by Nick Wellnhofer · 7 years ago
  12. 030b1f7 Revert "Add an XML_PARSE_NOXXE flag to block all entities loading even local" by Nick Wellnhofer · 7 years ago
  13. 2304078 Add an XML_PARSE_NOXXE flag to block all entities loading even local by Doran Moppert · 7 years ago
  14. 4472c3a Fix some format string warnings with possible format string vulnerability by David Kilzer · 8 years ago
  15. b8e0fa3 Fix null pointer deref in docs with no root element by Hugh Davenport · 8 years ago
  16. 11e805d xmllint: flush stdout before interactive shell input. by Patrick Monnerat · 9 years ago
  17. 783931f Bug 721158: Missing ICU string when doing --version on xmllint <https://bugzilla.gnome.org/show_bug.cgi?id=721158> by David Kilzer · 8 years ago
  18. b40c194 Fix a small error in xmllint --format description by Fabien Degomme · 9 years ago
  19. d9ea913 xmllint was not parsing the --c14n11 flag by Sérgio Batista · 10 years ago
  20. 1c43f43 Portability patch for fopen on OS/400 by Patrick Monnerat · 11 years ago
  21. 9a85d40 Fix incorrect spelling entites->entities by Jan Pokorný · 11 years ago
  22. 826bc32 Fix HTML push parser to accept HTML_PARSE_NODEFDTD by Arnold Hendriks · 11 years ago
  23. 2205ff4 xmllint --pretty crashed without following numeric argument by Tim Galeckas · 11 years ago
  24. b98c6a0 Fix handling of mmap errors by Daniel Veillard · 11 years ago
  25. e71dce1 Catch malloc error and exit accordingly by Daniel Veillard · 11 years ago
  26. a75a009 xmllint --memory should fail on empty files by Daniel Veillard · 11 years ago
  27. 113384f Add documentation for xmllint --xpath by Daniel Veillard · 11 years ago
  28. e4d16d7 xmllint should not load DTD by default when using the reader by Daniel Veillard · 12 years ago
  29. 1abd221 Add a --pushsmall option to xmllint by Daniel Veillard · 12 years ago
  30. f933c89 Keep non-significant blanks node in HTML parser by Daniel Veillard · 12 years ago
  31. 97fa5b3 Fix file and line report for XSD SAX and reader streaming validation by Daniel Veillard · 12 years ago
  32. 968a03a Add support for big line numbers in error reporting by Daniel Veillard · 12 years ago
  33. 5706b6d Various "make distcheck" and portability fixups by Daniel Richard G · 12 years ago
  34. 2e1eaca Fix xmllint --xpath node initialization by Daniel Veillard · 12 years ago
  35. 0c7109c Fix a compilation problem with --minimum by Brandon Slack · 12 years ago
  36. 023206f xmllint: Build fix for endTimer if !defined(HAVE_GETTIMEOFDAY) by Patrick R. Gansterer · 12 years ago
  37. bdc64d6 Fix a crash with xmllint --path on empty results by Daniel Veillard · 12 years ago
  38. eae5261 add lzma compression support by Anders F Bjorklund · 13 years ago
  39. c62efc8 Add options to ignore the internal encoding by Daniel Veillard · 13 years ago
  40. dff8d0f various: handle return values of write calls by Stefan Kost · 13 years ago
  41. d2e6231 Add xmlSaveOption XML_SAVE_WSNONSIG by Adam Spragg · 14 years ago
  42. 5f9d9ce Fix xmllint to use format=1 for default formatting by Adam Spragg · 14 years ago
  43. f1121c4 Add an HTML parser option to avoid a default doctype by Daniel Veillard · 14 years ago
  44. 9ccea57 Fix a missing #ifdef by Daniel Veillard · 14 years ago
  45. 1934b0c Adding a --xpath option to xmllint by Daniel Veillard · 15 years ago
  46. 84bff68 594874 Forgot an fclose in xmllint by Daniel Veillard · 15 years ago
  47. 13cee4e Fix a bunch of scan 'dead increments' and cleanup by Daniel Veillard · 15 years ago
  48. 9d96264 587867 xmllint --html --xmlout serializing as HTML by Daniel Veillard · 15 years ago
  49. f1edb10 xmllint use xmlGetNodePath when not compiled in by Daniel Veillard · 15 years ago
  50. 023d0ba Fix leak on SAX1, xmllint --sax1 option and debug by Daniel Veillard · 15 years ago
  51. 8386824 Aleksey Sanin support for c14n 1.1 by Aleksey Sanin · 15 years ago
  52. 6b09901 Matthias Kaehlcke reported a build problem when not compiling HTML support by Daniel Veillard · 16 years ago
  53. 8915c15 strengthen some of the internal parser limits, add an XML_PARSE_HUGE by Daniel Veillard · 16 years ago
  54. 54bd29b patch based on Wieant Nielander contribution to add the option of not by Daniel Veillard · 16 years ago
  55. 7e5c3f4 add a C program to run the W3C test suite, work in progress add a new by Daniel Veillard · 16 years ago
  56. 5608b17 apply fix from Stefan Kost to avoid a crash in xmllint, fixes 504284 by Daniel Veillard · 16 years ago
  57. ed12138 "xmllint unusable on win32" so applied a libxml2 patch from Christian by Daniel Veillard · 17 years ago
  58. 26a45c8 fix comment for xmlDocSetRootElement c.f. #351981 order XPath elements by Daniel Veillard · 18 years ago
  59. dab39b5 started to switch xmllint to use xmlSaveDoc to test #342556 fixed #342556 by Daniel Veillard · 18 years ago
  60. f1a27c6 added --html --memory to test htmlReadMemory to test #321632 added various by Daniel Veillard · 18 years ago
  61. 75acfee applied patch from Andrew W. Nosenko to expose if zlib support was by Daniel Veillard · 18 years ago
  62. 968d643 applied patch from Gary Coady to really make sure xmllint --nonet would by Daniel Veillard · 18 years ago
  63. ea71f5d fix an error report when using --path and --valid closes bug #331290 by Daniel Veillard · 18 years ago
  64. 602434d damn XML_FEATURE_UNICODE clashes with Expat headers rename to XML_WITH_ to by Daniel Veillard · 19 years ago
  65. 8c6e653 patch from Stéphane Bidoul to compile without schematron Daniel by Daniel Veillard · 19 years ago
  66. 0bcc7f6 updated the docs and rebuild releasing 2.6.21 removed by Daniel Veillard · 19 years ago
  67. 8874b94 added a parser XML_PARSE_COMPACT option to allocate small text nodes (less by Daniel Veillard · 19 years ago
  68. 465a000 fixed an uninitialized variable extended the API to add the parser, by Daniel Veillard · 19 years ago
  69. c740a17 fixing the loop bug, fixing schematron text error rendering started by Daniel Veillard · 19 years ago
  70. e70375c commiting work done on the plane last week-end Daniel by Daniel Veillard · 19 years ago
  71. 24505b0 a lot of small cleanups based on Linus' sparse check output. Daniel by Daniel Veillard · 19 years ago
  72. d4501d7 started adding schematron to the xmllint tool, the report infrastructure by Daniel Veillard · 19 years ago
  73. ffa3c74 applied a patch from Marcus Boerger to fix problems with calling by Daniel Veillard · 19 years ago
  74. 78dfc9f preparing release 2.6.20 removed a compilation problem Daniel by Daniel Veillard · 19 years ago
  75. f10ae12 fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReader by Daniel Veillard · 19 years ago
  76. 971771e fix for #309761 from Dylan Shell added xmlSchemaSAXPlug and by Daniel Veillard · 19 years ago
  77. f0af8ec fix some potential leaks in error cases. added --sax, to allow testing of by Daniel Veillard · 19 years ago
  78. c935253 cleanups, logfile and portability fixed a memory leak Daniel by Daniel Veillard · 19 years ago
  79. 39e5c89 fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing by Daniel Veillard · 19 years ago
  80. 81562d2 if sax1 is used and input is a file use the old API xmlParseFile() by Daniel Veillard · 19 years ago
  81. 2650df1 fixed xml attributes processing bug in exc c14n added --exc-c14n command by Aleksey Sanin · 19 years ago
  82. c284c64 use XML_SOCKLEN_T instead of SOCKLEN_T since apparently IBM can't avoid by Daniel Veillard · 19 years ago
  83. 9fcb491 do not package .la files applied patch from Gerry Murphy for xmllint by Daniel Veillard · 19 years ago
  84. 4e1c2db fixed compilation warning changed xmlWarningMsg so ctxt->errNo is not set by William M. Brack · 19 years ago
  85. 2b2e02d fixed implementation for | added a specific regression test Daniel by Daniel Veillard · 19 years ago
  86. d4301ab use the walker to test the patterns instead of the normal reader bug fixes by Daniel Veillard · 19 years ago
  87. 16ef800 bugfixes around the streaming patterns Daniel by Daniel Veillard · 19 years ago
  88. f9d1691 added first test for the patterns a few fixes Daniel by Daniel Veillard · 19 years ago
  89. 2fc6df9 added a streaming pattern detector for a subset of XPath, should help by Daniel Veillard · 19 years ago
  90. ce1648b applied DSO support patch 2 from Joel Reed Daniel by Daniel Veillard · 19 years ago
  91. d0cf7f6 integrated in "make tests" added -q option, and more conditional features by Daniel Veillard · 20 years ago
  92. 95ddcd3 applied fixes for a couple of potential security problems more fixes on by Daniel Veillard · 20 years ago
  93. 4edd3ed added --timing --copy timing for the copy applied patch from Craig Berry by Daniel Veillard · 20 years ago
  94. 0bff36d also produce a tar ball with just the sources added --path option and by Daniel Veillard · 20 years ago
  95. 6ebf3c4 trying to remove some warning when compiling on Fedora Core 3 and 64bits by Daniel Veillard · 20 years ago
  96. c14c389 added help for new set shell command added parser option to not generate by Daniel Veillard · 20 years ago
  97. 25048d8 added a --c14n option to canonicalize the output should close the RFE by Daniel Veillard · 20 years ago
  98. 3403add new files for running regression tests under Python. Not yet complete, but by William M. Brack · 20 years ago
  99. 8304d87 fixed missing error return code for schema validation (bug 143880), also by William M. Brack · 20 years ago
  100. 3af3b59 Some reformating of recent code, Daniel by Daniel Veillard · 20 years ago