1. ce1648b applied DSO support patch 2 from Joel Reed Daniel by Daniel Veillard · 20 years ago
  2. d0cf7f6 integrated in "make tests" added -q option, and more conditional features by Daniel Veillard · 20 years ago
  3. 95ddcd3 applied fixes for a couple of potential security problems more fixes on by Daniel Veillard · 20 years ago
  4. 4edd3ed added --timing --copy timing for the copy applied patch from Craig Berry by Daniel Veillard · 20 years ago
  5. 0bff36d also produce a tar ball with just the sources added --path option and by Daniel Veillard · 20 years ago
  6. 6ebf3c4 trying to remove some warning when compiling on Fedora Core 3 and 64bits by Daniel Veillard · 20 years ago
  7. c14c389 added help for new set shell command added parser option to not generate by Daniel Veillard · 20 years ago
  8. 25048d8 added a --c14n option to canonicalize the output should close the RFE by Daniel Veillard · 20 years ago
  9. 3403add new files for running regression tests under Python. Not yet complete, but by William M. Brack · 20 years ago
  10. 8304d87 fixed missing error return code for schema validation (bug 143880), also by William M. Brack · 20 years ago
  11. 3af3b59 Some reformating of recent code, Daniel by Daniel Veillard · 20 years ago
  12. 8707604 adding a --maxmem option to check memory used. Daniel by Daniel Veillard · 20 years ago
  13. 656ce94 Fixed bug #141529 i.e. various problems when building with --without-html by Daniel Veillard · 20 years ago
  14. a2d51fc fixing bug #141384 where the reader didn't call the deregistering by Daniel Veillard · 20 years ago
  15. ebe25d4 applied patch from Mark Vadoc avoiding using xmlParse* option and use by Daniel Veillard · 20 years ago
  16. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  17. f54cd53 fixing compilation and link option when configuring with --without-valid by Daniel Veillard · 20 years ago
  18. 49138f1 some clarification in xmlDocDumpMemory() documentation fixed xmllint by Daniel Veillard · 20 years ago
  19. d21f61b issue validation status on stderr, not stdout as suggested by Pawel by Daniel Veillard · 21 years ago
  20. 3df0118 fixing bug #119264 xmllint failing to report serialization errors in some by Daniel Veillard · 21 years ago
  21. 5a30b2d some flags were not passed down correctly as parsing options. Fixes by Daniel Veillard · 21 years ago
  22. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  23. ffa7b7e fixed the pattern interfaces but not yet the parser to handle the by Daniel Veillard · 21 years ago
  24. b3de70c adding the pattern node selection code. Inheried in part from libxslt but by Daniel Veillard · 21 years ago
  25. 42fd412 change --html to make sure we use the HTML serialization rule by default by Daniel Veillard · 21 years ago
  26. 61b9338 implemented the XML_PARSE_NONET parser option. converted xmllint.c to use by Daniel Veillard · 21 years ago
  27. 7899c5c adding XInclude support to the reader interface. Lot of testing of the by Daniel Veillard · 21 years ago
  28. 1d75c8a fixed warning message from IRIX (bug 125182) removed tabs, replaced with by William M. Brack · 21 years ago
  29. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  30. 828ce83 more cleanup through the I/O error path Daniel by Daniel Veillard · 21 years ago
  31. 05d987b first pass at cleaning up error handling in the I/O module. Daniel by Daniel Veillard · 21 years ago
  32. 73b013f added a new configure option --with-push, some cleanups, chased code size by Daniel Veillard · 21 years ago
  33. 8127390 added 2 new configure option: --with-reader --with-sax1 to allow removing by Daniel Veillard · 21 years ago
  34. 652327a Adding a configure option to remove tree manipulation code which is not by Daniel Veillard · 21 years ago
  35. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  36. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  37. dca8cc7 rebuilt the API added the new options --nocdata and --nsclean to remove by Daniel Veillard · 21 years ago
  38. 9475a35 added the same htmlRead APIs than their XML counterparts new parser by Daniel Veillard · 21 years ago
  39. 60942de Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URL by Daniel Veillard · 21 years ago
  40. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  41. 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
  42. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  43. 8d8bf2c small fix from Rob Richards for input filename fixes for --repeat and by Daniel Veillard · 21 years ago
  44. 81514ba do string allocations in large pools, allowing to find if a string pertain by Daniel Veillard · 21 years ago
  45. 877a7bd removing the broken pseudo SGML DocBook parser code. Daniel by Daniel Veillard · 21 years ago
  46. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  47. 19b8764 fixed time inclusion for various compilers by Igor Zlatkovic · 21 years ago
  48. 66f68e7 added option --dtdvalidfpi for Tobias Reif Daniel by Daniel Veillard · 21 years ago
  49. 1638a47 Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. by Daniel Veillard · 21 years ago
  50. 779af00 =Bug 118559 (continued) by William M. Brack · 21 years ago
  51. 78637da fixing bug 118559 by William M. Brack · 21 years ago
  52. a37aab8 applied a patch from Gman for building docs applied a patch from Gary by Daniel Veillard · 21 years ago
  53. e8b09e4 added --nonet option fixing #112803 by adding --nonet when calling by Daniel Veillard · 21 years ago
  54. 75bb3bb added --schema option to run WXS schema validation tried to improve error by Daniel Veillard · 21 years ago
  55. 37fc84d fixing bug #104081 with xs:all with an element holding minOccurs="0" added by Daniel Veillard · 21 years ago
  56. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  57. ce192eb more work on RelaxNG streaming validation trying to improve the subset by Daniel Veillard · 21 years ago
  58. f4e5576 implemented streaming of RelaxNG (when possible) on top of the xmlReader by Daniel Veillard · 21 years ago
  59. f6bad79 make sure xmllint --stream and xmllint --stream --valid returns errors by Daniel Veillard · 21 years ago
  60. 99737f5 Fixed validation bug #108858 on namespace names using entities and by Daniel Veillard · 21 years ago
  61. 693c9bc use XMLLING_INDENT environment variable to control indentation for the xmllint "--format" option by Aleksey Sanin · 21 years ago
  62. 42f12e9 after and exchange with James Clark it appeared I had bug in URI parsing by Daniel Veillard · 21 years ago
  63. ef4d3bc I f...ed up the default configuration of schemas and --relaxng option by Daniel Veillard · 21 years ago
  64. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 21 years ago
  65. 3be2751 applied patch for FreeBSD by Julio Merino, closing #104475 Daniel by Daniel Veillard · 21 years ago
  66. 56ada1d another fix needed as pointed by Christophe Merlet for --stream --debug if by Daniel Veillard · 21 years ago
  67. 8326e73 fixed --with-threads compile fixed --without-debug compile cleanup add a by Daniel Veillard · 21 years ago
  68. 8a1b185 applied patch from Lukas Schroeder for register callbacks modified patch by Daniel Veillard · 22 years ago
  69. e59494f a bit of cleanup small fix more work on the XmlTextReader tutorial a few by Daniel Veillard · 22 years ago
  70. 7704fb1 added the --stream flag to use the TextReader API small performance tweak by Daniel Veillard · 22 years ago
  71. ea7751d working on DTD validation on top of xml reader interfaces. Allows to by Daniel Veillard · 22 years ago
  72. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  73. 118aed7 fixed the data callback on transition functionality which was broken when by Daniel Veillard · 22 years ago
  74. 0f04f8e fixed another stupid bug in xmlGetNodePath() --version now report the by Daniel Veillard · 22 years ago
  75. 19aa702 memory leak reporting was broken after a change of the preprocessor symbol by Daniel Veillard · 22 years ago
  76. 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
  77. 6e4f1c0 applied a fix from Anthony Jones for -o /--output Daniel by Daniel Veillard · 22 years ago
  78. 90bc371 owen pointed out a problem with the ftime fix, gettimeofday() was not by Daniel Veillard · 22 years ago
  79. 8c1ae60 trying to fix #71457 for timing precision when gettimeofday() is not by Daniel Veillard · 22 years ago
  80. 9730051 close #72663 and #72658, don't memdump unless compiled explicitely with by Daniel Veillard · 22 years ago
  81. f216d46 fixing #68748 Daniel by Daniel Veillard · 22 years ago
  82. a42f25f added pointers to the web pages in the usage() Daniel by Daniel Veillard · 22 years ago
  83. 845cce4 Anthony Jones pointed a bug in xmlCopyEntity() Daniel by Daniel Veillard · 22 years ago
  84. 3c5ed91 Applied following patches from Robert Collins and make sure IN_LIBXML is by Daniel Veillard · 22 years ago
  85. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  86. 1df3dfc applied Justin Fletcher patch for --output or -o daniel by Daniel Veillard · 23 years ago
  87. 01db67c applied Justin Fletcher generic timing patch similar to the one already by Daniel Veillard · 23 years ago
  88. 29e4399 fix the xmlStrdup() used in the previous patch. added --dropdtd fixed by Daniel Veillard · 23 years ago
  89. 9ae4b7a removed another strdup() removed the HP/UX entry Daniel by Daniel Veillard · 23 years ago
  90. ed472f3 fix bug #66816 when validating. don't use sys/time.h if configure did not by Daniel Veillard · 23 years ago
  91. a786693 applied Geert Kloosterman's patch to fix --repeat --timing output Daniel by Daniel Veillard · 23 years ago
  92. bd9b0e8 preparing 2.4.11 better --catalogs description Daniel by Daniel Veillard · 23 years ago
  93. d536f70 Morus Walter patch to allow --format and --encode Daniel by Daniel Veillard · 23 years ago
  94. 89cad53 added entities testing to the Thread test make the test reasonable fix the by Daniel Veillard · 23 years ago
  95. 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
  96. bbb9e43 xmllint.c - fixing typo by MDT 2001 John Fleck · 23 years ago
  97. 05c13a2 John Fleck fixed typos in the options output fix ignorable white space SAX by Daniel Veillard · 23 years ago
  98. 6c5f9d1 added a --convert option to xmlcatalog to convert SGML ones to the XML by Daniel Veillard · 23 years ago
  99. e2940dd starts to look okay, really plugged the new framework, cleaned a lot of by Daniel Veillard · 23 years ago
  100. b7664f4 fixed a line formatting problem Daniel by Daniel Veillard · 23 years ago