1. 304e78c fix bug raised by zamez on IRC regenerated, seems to pop-up leaks in new by Daniel Veillard · 19 years ago
  2. 9517501 fixing #307823 and a couple of assorted bugs fixed conditionals in by Daniel Veillard · 19 years ago
  3. 81562d2 if sax1 is used and input is a file use the old API xmlParseFile() by Daniel Veillard · 19 years ago
  4. ea152c0 Further enhancement for XPath streaming, consolidated with schemas usage by William M. Brack · 19 years ago
  5. fbb619f Enhanced xmlXPathRunStreamEval, fixed handling of depth/level for cases by William M. Brack · 19 years ago
  6. 99dd763 fixing bug #303068 increasing the nanoftp buffer. fixed __attribute() by Daniel Veillard · 19 years ago
  7. 771971f preparing release 2.6.19, updated docs and rebuilding. Daniel by Daniel Veillard · 19 years ago
  8. bda5957 fixed a lack of comment and missing test for a pointer in the API. Daniel by Daniel Veillard · 19 years ago
  9. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  10. 57c000e preparing release of 2.6.18 updated docs and rebuilt reactivated gcc by Daniel Veillard · 19 years ago
  11. b5839c3 a bit of cleanup rebuilt the API the tests and the documentation as a by Daniel Veillard · 20 years ago
  12. 015ccb2 This change started out as a simple desire to speed up the by William M. Brack · 20 years ago
  13. e92bf5d fixed one internal function applied patch from Joel Reed regenerated by Daniel Veillard · 20 years ago
  14. 2ae1338 fixing the way testapi.c is generated, fixes bug #161386 fix a comment by Daniel Veillard · 20 years ago
  15. 298d964 preparing release of 2.6.17, updated and rebuilt the docs Daniel by Daniel Veillard · 20 years ago
  16. f47d2e3 regenerated the API description, rebuilt, improved navigation in by Daniel Veillard · 20 years ago
  17. 48df961 fixed namespace bug in push mode reported by Rob Richards added it to the by Daniel Veillard · 20 years ago
  18. be076e9 applied patch from Bjorn Reese, plus some cleanups fixed the stylesheet to by Daniel Veillard · 20 years ago
  19. f6b71bd making DSO support an option code and documentation cleanups regenerated by Daniel Veillard · 20 years ago
  20. 21e4ef2 Re-examined the problems of configuring a "minimal" library. by William M. Brack · 20 years ago
  21. b759b30 doc/site.xsl, doc/xml.html, plus rebuilt all the html pages Change by MST 2004 John Fleck · 20 years ago
  22. 91b955c fixed ID deallocation problem based on patch from Steve Shepard fixes bug by Daniel Veillard · 20 years ago
  23. d0cf7f6 integrated in "make tests" added -q option, and more conditional features by Daniel Veillard · 20 years ago
  24. 34099b4 changing the way the .c is generated, extending the tests coverage fixing by Daniel Veillard · 20 years ago
  25. 8a32fe4 more testing and coverage more cleanups rebuilt Daniel by Daniel Veillard · 20 years ago
  26. a03e365 more developments on the API testing more cleanups rebuilt Daniel by Daniel Veillard · 20 years ago
  27. 6927b10 preparing release 2.6.15 cleanups Daniel by Daniel Veillard · 20 years ago
  28. 210818b releasing 2.6.14, rebuilding the docs Daniel by Daniel Veillard · 20 years ago
  29. 06500c8 some cleanup checking for xmllint and xsltproc in configure.in, fixed make by Daniel Veillard · 20 years ago
  30. 0bff36d also produce a tar ball with just the sources added --path option and by Daniel Veillard · 20 years ago
  31. b331fff preparing 2.6.12 release, updated and and rebuilt the docs. Daniel by Daniel Veillard · 20 years ago
  32. 259f0df Applied patch from Torkel Lyng to add Schemas support to the Python by Daniel Veillard · 20 years ago
  33. 4e3a9fa elaborated on description of xmlValidityWarningFunc and by William M. Brack · 20 years ago
  34. f81a8e8 fixes documetation glitches raised by Oliver Stoeneberg Daniel by Daniel Veillard · 20 years ago
  35. add93d3 fixed a bug which prevented building with --with-minimum Daniel by Daniel Veillard · 20 years ago
  36. 45cb0f4 releasing 2.6.11, updated and regenerated the docs Daniel by Daniel Veillard · 20 years ago
  37. 01fa615 applied Schemas patches from Kasimier Buchcik, there is still one open by Daniel Veillard · 20 years ago
  38. 647e39a moved some definitions to globals.h to avoid some troubles pointed out by by Daniel Veillard · 20 years ago
  39. a235132 hack based on Arjan van de Ven suggestion to reduce ELF footprint and by Daniel Veillard · 20 years ago
  40. 8aac297 Rebuild the docs, daniel by Daniel Veillard · 20 years ago
  41. eca726d preparing 2.6.9 release updated and rebuilt the docs Daniel by Daniel Veillard · 20 years ago
  42. ee1d692 keep the ChangeLog compressed fix a segfault when using Close() test for by Daniel Veillard · 20 years ago
  43. a8dc288 fixes the comments for xmlCatalogDump and xmlDumpACatalog rebuilt to by Daniel Veillard · 20 years ago
  44. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  45. fc97906 paalied patch from Julio M. Merino Vidal fixing bug #134751 to fix by Daniel Veillard · 21 years ago
  46. 1822e8b Updated pages, dAniel by Daniel Veillard · 21 years ago
  47. fd9e70d regenerated docs using older version of xsltproc pending resolution of AVT by William M. Brack · 21 years ago
  48. 06d2524 applied a cleanup patch from Peter Breitenlohner removed a doc build by Daniel Veillard · 21 years ago
  49. 9291449 preparing 2.6.7 release, updated and rebuilt the documentation. Daniel by Daniel Veillard · 21 years ago
  50. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 21 years ago
  51. 189f46b preparing release 2.6.5, rebuilt the docs, checked rngparser stuff does by Daniel Veillard · 21 years ago
  52. 4773df2 added io1.c an example ox xmlIO usage and io1.res test result, fixed a by Daniel Veillard · 21 years ago
  53. 5987071 fixed the comment in the header rebuilt the docs Daniel by Daniel Veillard · 21 years ago
  54. a2e844a moved string and UTF8 routines out of parser.c and encoding.c into a new by William M. Brack · 21 years ago
  55. 2050d89 change background color of function declaration to improve readability by MST 2004 John Fleck · 21 years ago
  56. e6e59cd updated the docs and prepared a new release 2.6.4 Daniel by Daniel Veillard · 21 years ago
  57. 966668a fixed xmlXPathReturnString to cater for NULL pointer (bug 129561) added by William M. Brack · 21 years ago
  58. 619a97d tree.c doc/* Elaborate in documentation discussion of xmlNewChild and by MST 2003 John Fleck · 21 years ago
  59. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  60. ffa7b7e fixed the pattern interfaces but not yet the parser to handle the by Daniel Veillard · 21 years ago
  61. 1e90661 cleanup the make rebuild in doc, this include new directive to stop by Daniel Veillard · 21 years ago
  62. 7c5f586 John Fleck <jfleck@inkstain.net> rebuild docs by John Fleck · 21 years ago
  63. 0eaf41c un Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net> by John Fleck · 21 years ago
  64. 5841f0e applied patch from Alfred Mickautsch, bugfixes and comments added his test by Daniel Veillard · 21 years ago
  65. 1a79241 do not package cvs versioning temp files. more cleanup, slightly improved by Daniel Veillard · 21 years ago
  66. be58697 modified the file header to add more informations, painful... updated to by Daniel Veillard · 21 years ago
  67. e8ba84e cleaned up the build process to remove all remains from the old gtk-doc by Daniel Veillard · 21 years ago
  68. bff06bf more cleanup, improving navigation updated the result Daniel by Daniel Veillard · 21 years ago
  69. 2925c0a improvement of the stylesheets, fixed a API generation problem, switched by Daniel Veillard · 21 years ago
  70. 8d7b5c7 fixed some wording make sure doc/examples is packaged fixed the really by Daniel Veillard · 21 years ago
  71. d7cf7f8 minor changes to some comments rebuilt the generated HTML pages for by William M. Brack · 21 years ago
  72. d8cf906 less verbose on difference cleanup fixed xmlCleanupParser() doc work on by Daniel Veillard · 21 years ago
  73. ea93908 enhanced for range checking, updated to Unicode version 4.0.1 (API docs by William M. Brack · 21 years ago
  74. 6d373a2 preparing release 2.6.2, updated and rebuilt the docs Daniel by Daniel Veillard · 21 years ago
  75. e4e3f5d preparing release 2.6.1, updated and regenerated docs and APIs cleanup and by Daniel Veillard · 21 years ago
  76. 1d211e2 added the xmlWriter module contributed by Alfred Mickautsch added room for by Daniel Veillard · 21 years ago
  77. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  78. 7869729 adding xmlNodeBufGetContent() allowing to grab the content without forcing by Daniel Veillard · 21 years ago
  79. fc8dc35 added new APIs for creating reader from sources or reusing a reader with a by Daniel Veillard · 21 years ago
  80. 1a99396 removed some annoying warnings fixed a bug in the PubidChars definition, by Daniel Veillard · 21 years ago
  81. c790bf4 patch from Mike Hommey applied Windows patch from Jesse Pelton and by Daniel Veillard · 21 years ago
  82. cd6ff28 final error handling cleanup converted XInclude to the new error handling by Daniel Veillard · 21 years ago
  83. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  84. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  85. dca8cc7 rebuilt the API added the new options --nocdata and --nsclean to remove by Daniel Veillard · 21 years ago
  86. 60942de Changed the new xmlRead/xmlCtxtRead APIs to have an extra base URL by Daniel Veillard · 21 years ago
  87. 092643b preparing a beta3 solving the ABI problems make sure the global variables by Daniel Veillard · 21 years ago
  88. 7a02cfe fixing some comments to avoid warnings from apibuild.py Daniel by Daniel Veillard · 21 years ago
  89. 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
  90. e72c508 preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code in by Daniel Veillard · 21 years ago
  91. e24c7dc 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  92. cdfa286 enhanced code to compensate for pollution from Igor's header taint (quick by William M. Brack · 21 years ago
  93. 2fdbd32 new dictionary module to keep a single instance of the names used by the by Daniel Veillard · 21 years ago
  94. 7a82165 Minor changes to comments, etc. for improving documentation generation by William M. Brack · 21 years ago
  95. cfba2fe preparing libxml2-2.5.10 release updated the doc and rebuilt Daniel by Daniel Veillard · 21 years ago
  96. 0ab6fa0 changing an enum definition to get a correct API XML description. This was by Daniel Veillard · 21 years ago
  97. c758c22 rebuilt the API and docs. Daniel by Daniel Veillard · 21 years ago
  98. 8a46917 Updates, changed libxml to libxml2 in a number of places, Daniel by Daniel Veillard · 21 years ago
  99. a37aab8 applied a patch from Gman for building docs applied a patch from Gary by Daniel Veillard · 21 years ago
  100. 781ac8b patch from Stéphane Bidoul for setting up threads global defaults. this by Daniel Veillard · 21 years ago