1. 9d96264 587867 xmllint --html --xmlout serializing as HTML by Daniel Veillard · 15 years ago
  2. f1edb10 xmllint use xmlGetNodePath when not compiled in by Daniel Veillard · 15 years ago
  3. 023d0ba Fix leak on SAX1, xmllint --sax1 option and debug by Daniel Veillard · 15 years ago
  4. 8386824 Aleksey Sanin support for c14n 1.1 by Aleksey Sanin · 15 years ago
  5. 6b09901 Matthias Kaehlcke reported a build problem when not compiling HTML support by Daniel Veillard · 16 years ago
  6. 8915c15 strengthen some of the internal parser limits, add an XML_PARSE_HUGE by Daniel Veillard · 16 years ago
  7. 54bd29b patch based on Wieant Nielander contribution to add the option of not by Daniel Veillard · 16 years ago
  8. 7e5c3f4 add a C program to run the W3C test suite, work in progress add a new by Daniel Veillard · 16 years ago
  9. 5608b17 apply fix from Stefan Kost to avoid a crash in xmllint, fixes 504284 by Daniel Veillard · 17 years ago
  10. ed12138 "xmllint unusable on win32" so applied a libxml2 patch from Christian by Daniel Veillard · 17 years ago
  11. 26a45c8 fix comment for xmlDocSetRootElement c.f. #351981 order XPath elements by Daniel Veillard · 18 years ago
  12. dab39b5 started to switch xmllint to use xmlSaveDoc to test #342556 fixed #342556 by Daniel Veillard · 18 years ago
  13. f1a27c6 added --html --memory to test htmlReadMemory to test #321632 added various by Daniel Veillard · 18 years ago
  14. 75acfee applied patch from Andrew W. Nosenko to expose if zlib support was by Daniel Veillard · 18 years ago
  15. 968d643 applied patch from Gary Coady to really make sure xmllint --nonet would by Daniel Veillard · 18 years ago
  16. ea71f5d fix an error report when using --path and --valid closes bug #331290 by Daniel Veillard · 18 years ago
  17. 602434d damn XML_FEATURE_UNICODE clashes with Expat headers rename to XML_WITH_ to by Daniel Veillard · 19 years ago
  18. 8c6e653 patch from Stéphane Bidoul to compile without schematron Daniel by Daniel Veillard · 19 years ago
  19. 0bcc7f6 updated the docs and rebuild releasing 2.6.21 removed by Daniel Veillard · 19 years ago
  20. 8874b94 added a parser XML_PARSE_COMPACT option to allocate small text nodes (less by Daniel Veillard · 19 years ago
  21. 465a000 fixed an uninitialized variable extended the API to add the parser, by Daniel Veillard · 19 years ago
  22. c740a17 fixing the loop bug, fixing schematron text error rendering started by Daniel Veillard · 19 years ago
  23. e70375c commiting work done on the plane last week-end Daniel by Daniel Veillard · 19 years ago
  24. 24505b0 a lot of small cleanups based on Linus' sparse check output. Daniel by Daniel Veillard · 19 years ago
  25. d4501d7 started adding schematron to the xmllint tool, the report infrastructure by Daniel Veillard · 19 years ago
  26. ffa3c74 applied a patch from Marcus Boerger to fix problems with calling by Daniel Veillard · 19 years ago
  27. 78dfc9f preparing release 2.6.20 removed a compilation problem Daniel by Daniel Veillard · 19 years ago
  28. f10ae12 fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReader by Daniel Veillard · 19 years ago
  29. 971771e fix for #309761 from Dylan Shell added xmlSchemaSAXPlug and by Daniel Veillard · 19 years ago
  30. f0af8ec fix some potential leaks in error cases. added --sax, to allow testing of by Daniel Veillard · 19 years ago
  31. c935253 cleanups, logfile and portability fixed a memory leak Daniel by Daniel Veillard · 19 years ago
  32. 39e5c89 fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing by Daniel Veillard · 19 years ago
  33. 81562d2 if sax1 is used and input is a file use the old API xmlParseFile() by Daniel Veillard · 19 years ago
  34. 2650df1 fixed xml attributes processing bug in exc c14n added --exc-c14n command by Aleksey Sanin · 19 years ago
  35. c284c64 use XML_SOCKLEN_T instead of SOCKLEN_T since apparently IBM can't avoid by Daniel Veillard · 19 years ago
  36. 9fcb491 do not package .la files applied patch from Gerry Murphy for xmllint by Daniel Veillard · 19 years ago
  37. 4e1c2db fixed compilation warning changed xmlWarningMsg so ctxt->errNo is not set by William M. Brack · 19 years ago
  38. 2b2e02d fixed implementation for | added a specific regression test Daniel by Daniel Veillard · 19 years ago
  39. d4301ab use the walker to test the patterns instead of the normal reader bug fixes by Daniel Veillard · 19 years ago
  40. 16ef800 bugfixes around the streaming patterns Daniel by Daniel Veillard · 19 years ago
  41. f9d1691 added first test for the patterns a few fixes Daniel by Daniel Veillard · 19 years ago
  42. 2fc6df9 added a streaming pattern detector for a subset of XPath, should help by Daniel Veillard · 19 years ago
  43. ce1648b applied DSO support patch 2 from Joel Reed Daniel by Daniel Veillard · 20 years ago
  44. d0cf7f6 integrated in "make tests" added -q option, and more conditional features by Daniel Veillard · 20 years ago
  45. 95ddcd3 applied fixes for a couple of potential security problems more fixes on by Daniel Veillard · 20 years ago
  46. 4edd3ed added --timing --copy timing for the copy applied patch from Craig Berry by Daniel Veillard · 20 years ago
  47. 0bff36d also produce a tar ball with just the sources added --path option and by Daniel Veillard · 20 years ago
  48. 6ebf3c4 trying to remove some warning when compiling on Fedora Core 3 and 64bits by Daniel Veillard · 20 years ago
  49. c14c389 added help for new set shell command added parser option to not generate by Daniel Veillard · 20 years ago
  50. 25048d8 added a --c14n option to canonicalize the output should close the RFE by Daniel Veillard · 20 years ago
  51. 3403add new files for running regression tests under Python. Not yet complete, but by William M. Brack · 20 years ago
  52. 8304d87 fixed missing error return code for schema validation (bug 143880), also by William M. Brack · 20 years ago
  53. 3af3b59 Some reformating of recent code, Daniel by Daniel Veillard · 20 years ago
  54. 8707604 adding a --maxmem option to check memory used. Daniel by Daniel Veillard · 20 years ago
  55. 656ce94 Fixed bug #141529 i.e. various problems when building with --without-html by Daniel Veillard · 20 years ago
  56. a2d51fc fixing bug #141384 where the reader didn't call the deregistering by Daniel Veillard · 20 years ago
  57. ebe25d4 applied patch from Mark Vadoc avoiding using xmlParse* option and use by Daniel Veillard · 20 years ago
  58. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  59. f54cd53 fixing compilation and link option when configuring with --without-valid by Daniel Veillard · 20 years ago
  60. 49138f1 some clarification in xmlDocDumpMemory() documentation fixed xmllint by Daniel Veillard · 20 years ago
  61. d21f61b issue validation status on stderr, not stdout as suggested by Pawel by Daniel Veillard · 21 years ago
  62. 3df0118 fixing bug #119264 xmllint failing to report serialization errors in some by Daniel Veillard · 21 years ago
  63. 5a30b2d some flags were not passed down correctly as parsing options. Fixes by Daniel Veillard · 21 years ago
  64. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  65. ffa7b7e fixed the pattern interfaces but not yet the parser to handle the by Daniel Veillard · 21 years ago
  66. b3de70c adding the pattern node selection code. Inheried in part from libxslt but by Daniel Veillard · 21 years ago
  67. 42fd412 change --html to make sure we use the HTML serialization rule by default by Daniel Veillard · 21 years ago
  68. 61b9338 implemented the XML_PARSE_NONET parser option. converted xmllint.c to use by Daniel Veillard · 21 years ago
  69. 7899c5c adding XInclude support to the reader interface. Lot of testing of the by Daniel Veillard · 21 years ago
  70. 1d75c8a fixed warning message from IRIX (bug 125182) removed tabs, replaced with by William M. Brack · 21 years ago
  71. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  72. 828ce83 more cleanup through the I/O error path Daniel by Daniel Veillard · 21 years ago
  73. 05d987b first pass at cleaning up error handling in the I/O module. Daniel by Daniel Veillard · 21 years ago
  74. 73b013f added a new configure option --with-push, some cleanups, chased code size by Daniel Veillard · 21 years ago
  75. 8127390 added 2 new configure option: --with-reader --with-sax1 to allow removing by Daniel Veillard · 21 years ago
  76. 652327a Adding a configure option to remove tree manipulation code which is not by Daniel Veillard · 21 years ago
  77. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  78. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  79. dca8cc7 rebuilt the API added the new options --nocdata and --nsclean to remove by Daniel Veillard · 21 years ago
  80. 9475a35 added the same htmlRead APIs than their XML counterparts new parser by Daniel Veillard · 21 years ago
  81. 60942de Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URL by Daniel Veillard · 21 years ago
  82. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  83. 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
  84. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  85. 8d8bf2c small fix from Rob Richards for input filename fixes for --repeat and by Daniel Veillard · 21 years ago
  86. 81514ba do string allocations in large pools, allowing to find if a string pertain by Daniel Veillard · 21 years ago
  87. 877a7bd removing the broken pseudo SGML DocBook parser code. Daniel by Daniel Veillard · 21 years ago
  88. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  89. 19b8764 fixed time inclusion for various compilers by Igor Zlatkovic · 21 years ago
  90. 66f68e7 added option --dtdvalidfpi for Tobias Reif Daniel by Daniel Veillard · 21 years ago
  91. 1638a47 Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. by Daniel Veillard · 21 years ago
  92. 779af00 =Bug 118559 (continued) by William M. Brack · 21 years ago
  93. 78637da fixing bug 118559 by William M. Brack · 21 years ago
  94. a37aab8 applied a patch from Gman for building docs applied a patch from Gary by Daniel Veillard · 21 years ago
  95. e8b09e4 added --nonet option fixing #112803 by adding --nonet when calling by Daniel Veillard · 21 years ago
  96. 75bb3bb added --schema option to run WXS schema validation tried to improve error by Daniel Veillard · 21 years ago
  97. 37fc84d fixing bug #104081 with xs:all with an element holding minOccurs="0" added by Daniel Veillard · 21 years ago
  98. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  99. ce192eb more work on RelaxNG streaming validation trying to improve the subset by Daniel Veillard · 21 years ago
  100. f4e5576 implemented streaming of RelaxNG (when possible) on top of the xmlReader by Daniel Veillard · 21 years ago