1. ffa7b7e fixed the pattern interfaces but not yet the parser to handle the by Daniel Veillard · 21 years ago
  2. b3de70c adding the pattern node selection code. Inheried in part from libxslt but by Daniel Veillard · 21 years ago
  3. 42fd412 change --html to make sure we use the HTML serialization rule by default by Daniel Veillard · 21 years ago
  4. 61b9338 implemented the XML_PARSE_NONET parser option. converted xmllint.c to use by Daniel Veillard · 21 years ago
  5. 7899c5c adding XInclude support to the reader interface. Lot of testing of the by Daniel Veillard · 21 years ago
  6. 1d75c8a fixed warning message from IRIX (bug 125182) removed tabs, replaced with by William M. Brack · 21 years ago
  7. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  8. 828ce83 more cleanup through the I/O error path Daniel by Daniel Veillard · 21 years ago
  9. 05d987b first pass at cleaning up error handling in the I/O module. Daniel by Daniel Veillard · 21 years ago
  10. 73b013f added a new configure option --with-push, some cleanups, chased code size by Daniel Veillard · 21 years ago
  11. 8127390 added 2 new configure option: --with-reader --with-sax1 to allow removing by Daniel Veillard · 21 years ago
  12. 652327a Adding a configure option to remove tree manipulation code which is not by Daniel Veillard · 21 years ago
  13. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  14. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  15. dca8cc7 rebuilt the API added the new options --nocdata and --nsclean to remove by Daniel Veillard · 21 years ago
  16. 9475a35 added the same htmlRead APIs than their XML counterparts new parser by Daniel Veillard · 21 years ago
  17. 60942de Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URL by Daniel Veillard · 21 years ago
  18. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  19. 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
  20. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  21. 8d8bf2c small fix from Rob Richards for input filename fixes for --repeat and by Daniel Veillard · 21 years ago
  22. 81514ba do string allocations in large pools, allowing to find if a string pertain by Daniel Veillard · 21 years ago
  23. 877a7bd removing the broken pseudo SGML DocBook parser code. Daniel by Daniel Veillard · 21 years ago
  24. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  25. 19b8764 fixed time inclusion for various compilers by Igor Zlatkovic · 21 years ago
  26. 66f68e7 added option --dtdvalidfpi for Tobias Reif Daniel by Daniel Veillard · 21 years ago
  27. 1638a47 Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. by Daniel Veillard · 21 years ago
  28. 779af00 =Bug 118559 (continued) by William M. Brack · 21 years ago
  29. 78637da fixing bug 118559 by William M. Brack · 21 years ago
  30. a37aab8 applied a patch from Gman for building docs applied a patch from Gary by Daniel Veillard · 21 years ago
  31. e8b09e4 added --nonet option fixing #112803 by adding --nonet when calling by Daniel Veillard · 21 years ago
  32. 75bb3bb added --schema option to run WXS schema validation tried to improve error by Daniel Veillard · 21 years ago
  33. 37fc84d fixing bug #104081 with xs:all with an element holding minOccurs="0" added by Daniel Veillard · 21 years ago
  34. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  35. ce192eb more work on RelaxNG streaming validation trying to improve the subset by Daniel Veillard · 21 years ago
  36. f4e5576 implemented streaming of RelaxNG (when possible) on top of the xmlReader by Daniel Veillard · 21 years ago
  37. f6bad79 make sure xmllint --stream and xmllint --stream --valid returns errors by Daniel Veillard · 21 years ago
  38. 99737f5 Fixed validation bug #108858 on namespace names using entities and by Daniel Veillard · 21 years ago
  39. 693c9bc use XMLLING_INDENT environment variable to control indentation for the xmllint "--format" option by Aleksey Sanin · 21 years ago
  40. 42f12e9 after and exchange with James Clark it appeared I had bug in URI parsing by Daniel Veillard · 21 years ago
  41. ef4d3bc I f...ed up the default configuration of schemas and --relaxng option by Daniel Veillard · 21 years ago
  42. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 21 years ago
  43. 3be2751 applied patch for FreeBSD by Julio Merino, closing #104475 Daniel by Daniel Veillard · 21 years ago
  44. 56ada1d another fix needed as pointed by Christophe Merlet for --stream --debug if by Daniel Veillard · 22 years ago
  45. 8326e73 fixed --with-threads compile fixed --without-debug compile cleanup add a by Daniel Veillard · 22 years ago
  46. 8a1b185 applied patch from Lukas Schroeder for register callbacks modified patch by Daniel Veillard · 22 years ago
  47. e59494f a bit of cleanup small fix more work on the XmlTextReader tutorial a few by Daniel Veillard · 22 years ago
  48. 7704fb1 added the --stream flag to use the TextReader API small performance tweak by Daniel Veillard · 22 years ago
  49. ea7751d working on DTD validation on top of xml reader interfaces. Allows to by Daniel Veillard · 22 years ago
  50. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  51. 118aed7 fixed the data callback on transition functionality which was broken when by Daniel Veillard · 22 years ago
  52. 0f04f8e fixed another stupid bug in xmlGetNodePath() --version now report the by Daniel Veillard · 22 years ago
  53. 19aa702 memory leak reporting was broken after a change of the preprocessor symbol by Daniel Veillard · 22 years ago
  54. 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
  55. 6e4f1c0 applied a fix from Anthony Jones for -o /--output Daniel by Daniel Veillard · 22 years ago
  56. 90bc371 owen pointed out a problem with the ftime fix, gettimeofday() was not by Daniel Veillard · 22 years ago
  57. 8c1ae60 trying to fix #71457 for timing precision when gettimeofday() is not by Daniel Veillard · 22 years ago
  58. 9730051 close #72663 and #72658, don't memdump unless compiled explicitely with by Daniel Veillard · 22 years ago
  59. f216d46 fixing #68748 Daniel by Daniel Veillard · 22 years ago
  60. a42f25f added pointers to the web pages in the usage() Daniel by Daniel Veillard · 23 years ago
  61. 845cce4 Anthony Jones pointed a bug in xmlCopyEntity() Daniel by Daniel Veillard · 23 years ago
  62. 3c5ed91 Applied following patches from Robert Collins and make sure IN_LIBXML is by Daniel Veillard · 23 years ago
  63. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  64. 1df3dfc applied Justin Fletcher patch for --output or -o daniel by Daniel Veillard · 23 years ago
  65. 01db67c applied Justin Fletcher generic timing patch similar to the one already by Daniel Veillard · 23 years ago
  66. 29e4399 fix the xmlStrdup() used in the previous patch. added --dropdtd fixed by Daniel Veillard · 23 years ago
  67. 9ae4b7a removed another strdup() removed the HP/UX entry Daniel by Daniel Veillard · 23 years ago
  68. ed472f3 fix bug #66816 when validating. don't use sys/time.h if configure did not by Daniel Veillard · 23 years ago
  69. a786693 applied Geert Kloosterman's patch to fix --repeat --timing output Daniel by Daniel Veillard · 23 years ago
  70. bd9b0e8 preparing 2.4.11 better --catalogs description Daniel by Daniel Veillard · 23 years ago
  71. d536f70 Morus Walter patch to allow --format and --encode Daniel by Daniel Veillard · 23 years ago
  72. 89cad53 added entities testing to the Thread test make the test reasonable fix the by Daniel Veillard · 23 years ago
  73. 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
  74. bbb9e43 xmllint.c - fixing typo by MDT 2001 John Fleck · 23 years ago
  75. 05c13a2 John Fleck fixed typos in the options output fix ignorable white space SAX by Daniel Veillard · 23 years ago
  76. 6c5f9d1 added a --convert option to xmlcatalog to convert SGML ones to the XML by Daniel Veillard · 23 years ago
  77. e2940dd starts to look okay, really plugged the new framework, cleaned a lot of by Daniel Veillard · 23 years ago
  78. b7664f4 fixed a line formatting problem Daniel by Daniel Veillard · 23 years ago
  79. 90493a9 adding a --format option Daniel by Daniel Veillard · 23 years ago
  80. 48da910 allow to inherit attributes from the DTD directly in the tree, this is by Daniel Veillard · 23 years ago
  81. 50f3437 applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC by Daniel Veillard · 23 years ago
  82. d9bad13 removing history/readline changed this slightly make element content line by Daniel Veillard · 23 years ago
  83. 28ae636 fixed compilation under Cygwin #57503 update Daniel by Daniel Veillard · 23 years ago
  84. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  85. 10ea86c - valid.c: fixed a bug found when post validating an entity ref by Daniel Veillard · 23 years ago
  86. 4ec885a - TODO: updated adding cleanup of generated doc by Daniel Veillard · 23 years ago
  87. 81418e3 - catalog.[ch]: fixes and add xmlLoadCatalogs() by Daniel Veillard · 23 years ago
  88. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  89. 2d90de4 - xmlversion.h.in win32config.h win32/libxml2/*: applied by Daniel Veillard · 23 years ago
  90. d2f3ec7 - tree.c: xmlNewDoc was missing the charset initialization by Daniel Veillard · 23 years ago
  91. 3b2c261 - xmllint.c: Dan Timis reported a portability problem by Daniel Veillard · 23 years ago
  92. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  93. 48b2f89 Okay time to improve performances, gprof session: by Daniel Veillard · 23 years ago
  94. f7cd481 - xmllint.[c1] : added return code errors for xmllint by Daniel Veillard · 23 years ago
  95. 4a6845d Restarted hacking :-) : by Daniel Veillard · 24 years ago
  96. a6d8eb6 Finally had a bit of time to resynch both trees: by Daniel Veillard · 24 years ago
  97. ce6e98d Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c by Daniel Veillard · 24 years ago
  98. 9e8bfae XInclude and other stuff while travelling. Contributed patches: by Daniel Veillard · 24 years ago
  99. d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
  100. cd42961 - tree.c valid.c xmllint.c: Fixed a few postvalidation bugs by Daniel Veillard · 24 years ago