1. 57e9e91 Changed the flag to xmlDocCopyNode (and similar routines), previously used by William M. Brack · 20 years ago
  2. 39111ec added new module xmlsave with patch supplied by Eric Zurcher (second by William M. Brack · 20 years ago
  3. d5e198a applied patch from Anthony Carrico providing Python bindings for the by Daniel Veillard · 20 years ago
  4. 4a00326 .cvsignore and python/.cvsignore patched by William M. Brack · 20 years ago
  5. 4d59e22 enhanced to assure that if xpointer is called for a document, the by William M. Brack · 20 years ago
  6. a8feb5f Removing graphics, Daniel by Daniel Veillard · 20 years ago
  7. cf80b78 Cleanup #2, Daniel by Daniel Veillard · 20 years ago
  8. 30efc4c "I should say in parting that from what I hear, libxml2 is a fine piece of software (if intimidatingly large) and among other things has excellent performance. This graphic does it no credit, and should be fixed or removed." by Daniel Veillard · 20 years ago
  9. a11e483 modified to make sub-includes inherit the parse flags from the parent by William M. Brack · 20 years ago
  10. ebcdebd QName handling fixes for the XML Schemas support from Adam Dickmeiss also by Daniel Veillard · 20 years ago
  11. fc97906 paalied patch from Julio M. Merino Vidal fixing bug #134751 to fix by Daniel Veillard · 20 years ago
  12. b34321c Fixing a head build problem, damn ... Daniel by Daniel Veillard · 20 years ago
  13. 2156d43 fixing compilation bug with some options disabled as well as by Daniel Veillard · 20 years ago
  14. cccd4a0 allow fallback to URI lookup when SYSTEM fails, should close #134092 by Daniel Veillard · 20 years ago
  15. 1a8741c commiting the new xmlsave module before the actuall big code change. by Daniel Veillard · 20 years ago
  16. 1aefc86 applied patch from Adam Dickmeiss for mixed content added his regression by Daniel Veillard · 20 years ago
  17. 3411d08 fix a compilation problem about a missing timb include Daniel by Daniel Veillard · 20 years ago
  18. 09a726f small enhancement to prevent trying to print strings with null pointers by William M. Brack · 20 years ago
  19. e42ae6f doc/xmllint.xml doc/xmllint.1 doc/xmllint.html doc/xmlcatalog_man.xml by MST 2004 John Fleck · 20 years ago
  20. 33a773f patch for cross-compilation to Windows from Christophe de VIENNE. Daniel by Daniel Veillard · 20 years ago
  21. 1822e8b Updated pages, dAniel by Daniel Veillard · 20 years ago
  22. fd9e70d regenerated docs using older version of xsltproc pending resolution of AVT by William M. Brack · 20 years ago
  23. c74859e applied patch from Charles Bozeman to nit use the system xmllint. Daniel by Daniel Veillard · 20 years ago
  24. 7ebac02 Added the quote from Mark Pilgrim and link, Daniel by Daniel Veillard · 20 years ago
  25. 51e5793 applied patch from Roland Schwingel for MingW Daniel by Daniel Veillard · 20 years ago
  26. 06d2524 applied a cleanup patch from Peter Breitenlohner removed a doc build by Daniel Veillard · 20 years ago
  27. d3669b2 avoid ID error message if using HTML_PARSE_NOERROR should fix #130762 by Daniel Veillard · 20 years ago
  28. f54cd53 fixing compilation and link option when configuring with --without-valid by Daniel Veillard · 20 years ago
  29. afbca8e Dump some possible optimizations notes, Daniel by Daniel Veillard · 20 years ago
  30. 770075b fixed the main issues reported by Peter Breitenlohner cleanup speedup by Daniel Veillard · 20 years ago
  31. a59ddb5 fixed a memory leak (xmlXPathLangFunction) reported on the list by Mike by William M. Brack · 20 years ago
  32. 752b4f9 Notes on optimization, Daniel by Daniel Veillard · 20 years ago
  33. 9291449 preparing 2.6.7 release, updated and rebuilt the documentation. Daniel by Daniel Veillard · 20 years ago
  34. 09b792b applied patch from Malcolm Tredinnick to avoid tabs in python sources, by Daniel Veillard · 20 years ago
  35. 807daf8 add --timing option use the psvi field of the nodes instead of _private by Daniel Veillard · 20 years ago
  36. b5da42a small patch to try to fix a warning with Sun One compiler Daniel by Daniel Veillard · 20 years ago
  37. 3288882 small patch removing a warning with MS compiler. Daniel by Daniel Veillard · 20 years ago
  38. 6c66299 Beuah ! Daniel by Daniel Veillard · 20 years ago
  39. 522bc60 added "relaxng" option to the debugging shell some regression tests for by Daniel Veillard · 20 years ago
  40. cb35f01 xmlAttrSerializeTxtContent don't segfault if NULL is passed. adding an old by Daniel Veillard · 20 years ago
  41. 2192452 fixed xmllint --memory --stream memory consumption on large file by using by Daniel Veillard · 20 years ago
  42. 49138f1 some clarification in xmlDocDumpMemory() documentation fixed xmllint by Daniel Veillard · 20 years ago
  43. b374400 fixed a problem in push mode when attribute contains unescaped '>' by Daniel Veillard · 20 years ago
  44. 965983a removing a non-linear behaviour from ID/IDREF raised by Petr Pajas. Call by Daniel Veillard · 20 years ago
  45. a9a1b10 indicated encoding of the test file, needed for python 2.3 Daniel by Daniel Veillard · 20 years ago
  46. 372a445 fixed problem with numbers having > 19 fractional places (bug 133921) by William M. Brack · 20 years ago
  47. f49be47 applied optimization patch from Petr Pajas Daniel by Daniel Veillard · 20 years ago
  48. ab69f36 applied update from Alfred Mickautsch and the added patch from Lucas by Daniel Veillard · 20 years ago
  49. 31ae462 updating the benchmark graph and using a PNG instead of a GIF updated the by Daniel Veillard · 20 years ago
  50. 23eab68 John Fleck <jfleck@inkstain.net> by John Fleck · 20 years ago
  51. d14bccc doc/tutorial/xmltutorial.xml doc/tutorial/xmltutorial.pdf by MST 2004 John Fleck · 20 years ago
  52. 5c9547e preparing release of 2.6.6 updated the docs and rebuilt them Daniel by Daniel Veillard · 20 years ago
  53. 0ddb21c fixing bug #132930 with the provided patch, a bit suspicious about it but by Daniel Veillard · 20 years ago
  54. 036143b fixed bug #132575 about finding the end of the internal subset in push by Daniel Veillard · 20 years ago
  55. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 20 years ago
  56. 6f108a1 fixed missing output of internal DTD param entities when nothing else by William M. Brack · 20 years ago
  57. 030a7a1 applied patch supplied by Christophe Dubach to fix problem with by William M. Brack · 20 years ago
  58. 537769a fixed the fix for the buffer overflow, thanks William :-) by Igor Zlatkovic · 20 years ago
  59. 2e6b143 fixed problem concerning determining SOCKLEN_T as pointed out by Daniel by William M. Brack · 20 years ago
  60. 3770435 fixed buffer overflow reported by Yuuich Teranishi by Igor Zlatkovic · 20 years ago
  61. b337795 small patch from Philip Ludlam to avoid warnings. Daniel by Daniel Veillard · 20 years ago
  62. 182d32a applied a small patch from Alfred Mickautsch to avoid an out of bound by Daniel Veillard · 20 years ago
  63. 5bb9ccd remove the warning on the 2001 namespace remove some warnings when by Daniel Veillard · 20 years ago
  64. 95af594 added a small hack to fix interference between my fixes for bugs 132585 by William M. Brack · 20 years ago
  65. 6bdacd7 fixed problem with function xmlXIncludeCopyRange (bug 133686). by William M. Brack · 20 years ago
  66. 1ce3c80 fixed problem with return value of xmlTextWriterWriteIndent() (bug 133297) by William M. Brack · 20 years ago
  67. 6b1a28d changed coding to output good XIncludes when one or more bad ones are by William M. Brack · 20 years ago
  68. ef245fd corrected handling of empty fallback condition (bug 132585) by William M. Brack · 20 years ago
  69. edb65a7 added initialisation for ctxt->vctxt in HTMLInitParser (bug 133127) minor by William M. Brack · 20 years ago
  70. b2d25dd fixed problem regarding freeing of dictionary when there are errors within by William M. Brack · 20 years ago
  71. fbf2c5e fixed validation of maxLength with no content using patch submitted by by William M. Brack · 20 years ago
  72. 6619b6a *** empty log message *** by Igor Zlatkovic · 20 years ago
  73. 97f8c87 fixed mingw+msys compilation by Igor Zlatkovic · 20 years ago
  74. 18a88ce added calling convention to the public function prototypes by Igor Zlatkovic · 20 years ago
  75. b907905 enhanced output indenting (bug 133264) by William M. Brack · 20 years ago
  76. 93d004f applied patch from Steve Ball to provide structured error reports. by William M. Brack · 20 years ago
  77. a9c612c moved serialization of attribute text data (xmlSerializeContent) into a by William M. Brack · 20 years ago
  78. 92aa030 John Fleck <jfleck@inkstain.net> changelog on reader*.c commits to update by John Fleck · 20 years ago
  79. f2497c1 Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net by John Fleck · 20 years ago
  80. ba6bec6 doc/examples/examples.xml doc/examples/*.html add note that reader by MST 2004 John Fleck · 20 years ago
  81. 9387637 John Fleck <jfleck@inkstain.net> ChangeLog to go with docs/examples commit by John Fleck · 20 years ago
  82. c07ed5e added (void *) type override to prevent warning on Solaris (Bug 132671) by William M. Brack · 20 years ago
  83. 4f8b8d9 doc/examples/Makefile.am per Jan. 15 email to the list from oliverst, the by MST 2004 John Fleck · 20 years ago
  84. e1021fa applied fix from Alexander Winston for a problem related to automake-1.8 , by Daniel Veillard · 20 years ago
  85. c3a429a don't rely on . being on the path for make tests, should keep Mr. Crozat by Daniel Veillard · 20 years ago
  86. 189f46b preparing release 2.6.5, rebuilt the docs, checked rngparser stuff does by Daniel Veillard · 20 years ago
  87. 05349ab applied patch from Frederic Peters fixing the wrong arg order in xpath by Daniel Veillard · 20 years ago
  88. 03c2f0a fixing #130453 XInclude element with no href attribute fully integrating by Daniel Veillard · 20 years ago
  89. dda22c1 applied patch from Steve Ball to avoid a double-free. Daniel by Daniel Veillard · 20 years ago
  90. 4773df2 added io1.c an example ox xmlIO usage and io1.res test result, fixed a by Daniel Veillard · 20 years ago
  91. e9f0811 make xmlReallocLoc() accept NULL pointer by Aleksey Sanin · 20 years ago
  92. 1516d5b applied patch from John Belmonte for normalizedString datatype support. by Daniel Veillard · 20 years ago
  93. ce4fc56 fixed problem with union when last() is used in predicate (bug #131971) by William M. Brack · 20 years ago
  94. ae28918 fixed bug #131745 raised by Shaun McCance with the suggested patch Daniel by Daniel Veillard · 21 years ago
  95. 20c5e78 applied patch from Alfred Mickautsch fixing a memory leak reported on the by Daniel Veillard · 21 years ago
  96. 4f4a27f applied patch from Stephane Bidoul to add enums to the Python bindings. by Daniel Veillard · 21 years ago
  97. c2c0d14 another small patch from Mark Vadoc Daniel by Daniel Veillard · 21 years ago
  98. 87247e8 applied patch from Mark Vadoc to not use SAX1 unless necessary. Daniel by Daniel Veillard · 21 years ago
  99. c82c57e some parser optimizations, xmllint --memory --timing --repeat --stream by Daniel Veillard · 21 years ago
  100. 6576528 removed a memory leak remaining from the switch to a dictionnary for by Daniel Veillard · 21 years ago