1. da0aa4c applied patch from Marcus Boerger to route relaxng and schemas error by Daniel Veillard · 19 years ago
  2. f10ae12 fixed a typo pointed by Jeroen Ruigrok increased the APIs for xmlReader by Daniel Veillard · 19 years ago
  3. da6f4af applied patch from Rob Richards for removal of ID (and xml:id) applied by Daniel Veillard · 19 years ago
  4. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  5. 5963aa7 applied fix for xmlTextReaderNext() bug from Rob Richards Daniel by Daniel Veillard · 19 years ago
  6. 5e09414 applied patch from Aron Stansvik to add xmlTextReaderByteConsumed() added by Daniel Veillard · 19 years ago
  7. e125b31 implementation of xmlTextReaderReadString by Bjorn Reese Daniel by Daniel Veillard · 19 years ago
  8. f6b71bd making DSO support an option code and documentation cleanups regenerated by Daniel Veillard · 20 years ago
  9. d671e28 GetLineNumber and GetColumnNumber functions for xmlReader by Aleksey Sanin · 20 years ago
  10. 6bb3e86 added xmlDictExists() to the dictionnary interface. applying by Daniel Veillard · 20 years ago
  11. d5cc0f7 augmented types supported a number of new bug fixes and documentation by Daniel Veillard · 20 years ago
  12. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  13. dd6d300 more fixes and extending the tests coverage adding a type init interface by Daniel Veillard · 20 years ago
  14. e281127 applied patch from Graham Bennett adding 4 convenience functions to the by Daniel Veillard · 20 years ago
  15. c14c389 added help for new set shell command added parser option to not generate by Daniel Veillard · 20 years ago
  16. a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
  17. 42331a9 further fixes for out of memory condition, mostly from Olivier Andrieu. by William M. Brack · 20 years ago
  18. 9f797ab implemented patches supplied by Olivier Andrieu (bug 148588), plus made by William M. Brack · 20 years ago
  19. 1af5558 fixed problem with reader state after processing attributes (bug 147993) by William M. Brack · 20 years ago
  20. 8165a6b seems the reader buffer could be used while not allocated, fixes bug by Daniel Veillard · 20 years ago
  21. 4a14fb8 fix from Steve Ball and update of the comment. William pointed out that by Daniel Veillard · 20 years ago
  22. 0df3bc3 fixed a serious problem when substituing entities using the Reader, the by Daniel Veillard · 20 years ago
  23. a2d51fc fixing bug #141384 where the reader didn't call the deregistering by Daniel Veillard · 20 years ago
  24. 6f379a7 never commit without running make tests first ! Daniel by Daniel Veillard · 20 years ago
  25. e2161a6 fix a nasty problem with reading over the end fix a reported memory leak by Daniel Veillard · 20 years ago
  26. da0ff5d Johnson Cameron pointed out that initGenericErrorDefaultFunc() was really by Daniel Veillard · 20 years ago
  27. ee1d692 keep the ChangeLog compressed fix a segfault when using Close() test for by Daniel Veillard · 20 years ago
  28. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  29. f54cd53 fixing compilation and link option when configuring with --without-valid by Daniel Veillard · 20 years ago
  30. 2192452 fixed xmllint --memory --stream memory consumption on large file by using by Daniel Veillard · 20 years ago
  31. 31ae462 updating the benchmark graph and using a PNG instead of a GIF updated the by Daniel Veillard · 20 years ago
  32. 93d004f applied patch from Steve Ball to provide structured error reports. by William M. Brack · 20 years ago
  33. 96b6cd2 fixing some problem if configured --without-xinclude c.f. #130902 Daniel by Daniel Veillard · 21 years ago
  34. 4bc5f43 change xmlReadFd() xmlCtxtReadFd() xmlReaderNewFd() xmlReaderForFd(), by Daniel Veillard · 21 years ago
  35. 87ab1c1 fixed bug #129489, propagation of parsing flags in entities. improved the by Daniel Veillard · 21 years ago
  36. f40c1ce trying to fix #129692 xmlTextReaderExpand() when using an by Daniel Veillard · 21 years ago
  37. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  38. b5fa020 filter warning messages if the global setting blocks them updated the by Daniel Veillard · 21 years ago
  39. ffa7b7e fixed the pattern interfaces but not yet the parser to handle the by Daniel Veillard · 21 years ago
  40. 1e90661 cleanup the make rebuild in doc, this include new directive to stop by Daniel Veillard · 21 years ago
  41. c36965d fixed a problem in xmlreader validation when streaming exposed by reader2 by Daniel Veillard · 21 years ago
  42. 16ed597 added two xmlReader examples cleaned up some bugs in the process Daniel by Daniel Veillard · 21 years ago
  43. b1d5316 minor enhancement to prevent comment with unreferenced variable. edited by William M. Brack · 21 years ago
  44. 60f394e Finally - found the problem with the page generation (XMLPUBFUN not by William M. Brack · 21 years ago
  45. 8d7b5c7 fixed some wording make sure doc/examples is packaged fixed the really by Daniel Veillard · 21 years ago
  46. 7899c5c adding XInclude support to the reader interface. Lot of testing of the by Daniel Veillard · 21 years ago
  47. e8039df make sure we report errors if xmlNewInputFromFile() fails. avoid using by Daniel Veillard · 21 years ago
  48. 1d211e2 added the xmlWriter module contributed by Alfred Mickautsch added room for by Daniel Veillard · 21 years ago
  49. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  50. fc8dc35 added new APIs for creating reader from sources or reusing a reader with a by Daniel Veillard · 21 years ago
  51. f96cf4e Applied fix for bug #123481 reported by Peter Derr Daniel by Daniel Veillard · 21 years ago
  52. 8127390 added 2 new configure option: --with-reader --with-sax1 to allow removing by Daniel Veillard · 21 years ago
  53. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  54. 9ee35f3 fix a bug raised by the Mips compiler. move the SAXv1 block definitions to by Daniel Veillard · 21 years ago
  55. 899e64a minor change to avoid compilation warnings on some (e.g. AIX) systems by William M. Brack · 21 years ago
  56. 092643b preparing a beta3 solving the ABI problems make sure the global variables by Daniel Veillard · 21 years ago
  57. 7a02cfe fixing some comments to avoid warnings from apibuild.py Daniel by Daniel Veillard · 21 years ago
  58. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  59. f85ce8e the uri arg to xmlNodeSetBase is really a const xmlChar* addin the by Daniel Veillard · 21 years ago
  60. e72c508 preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code in by Daniel Veillard · 21 years ago
  61. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  62. f6bc7c2 add a Timingtests target to check bad behaviour from the streaming engine by Daniel Veillard · 21 years ago
  63. ccc4d2b two small improvements Daniel by Daniel Veillard · 21 years ago
  64. 1989505 more performance hunting reducing memory allocation and free and avoiding by Daniel Veillard · 21 years ago
  65. 9f7eb0b started messing seriously with per-document dict and element and attribute by Daniel Veillard · 21 years ago
  66. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  67. 40412cd when creating a DOCTYPE use "html" lowercase by default instead of "HTML" by Daniel Veillard · 21 years ago
  68. c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
  69. 779af00 =Bug 118559 (continued) by William M. Brack · 21 years ago
  70. d6038e0 applying cleanup patch from Bjorn Reese for xmlTextReaderNodeType() and by Daniel Veillard · 21 years ago
  71. c127adc fixed an out of bound error #118052 , the good part if that base64 code by Daniel Veillard · 21 years ago
  72. 409a814 adding Get interface for the error callback and parameters of parsing and by Daniel Veillard · 21 years ago
  73. a37aab8 applied a patch from Gman for building docs applied a patch from Gary by Daniel Veillard · 21 years ago
  74. 37fc84d fixing bug #104081 with xs:all with an element holding minOccurs="0" added by Daniel Veillard · 21 years ago
  75. 61c5220 try to fix Red hat bug #89957, do not output -L/usr/lib64 fixed a typo in by Daniel Veillard · 21 years ago
  76. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  77. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  78. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  79. 33300b4 augnemting the APIs, cleanups. cleanup bug #111005 added some missing by Daniel Veillard · 21 years ago
  80. f4e5576 implemented streaming of RelaxNG (when possible) on top of the xmlReader by Daniel Veillard · 21 years ago
  81. f6bad79 make sure xmllint --stream and xmllint --stream --valid returns errors by Daniel Veillard · 21 years ago
  82. c6cae7b Added the Expand() and Next() operation to work on subtrees within the by Daniel Veillard · 21 years ago
  83. 9e07710 fixing HasValue for namespace as raised by Denys Duchier Daniel by Daniel Veillard · 21 years ago
  84. ef8dd7b fixing bug #108976 get the ID/REFs to reference the ID in the document by Daniel Veillard · 21 years ago
  85. 2cfd9df fixed #107043 removing 2 warnings with Sun One compiler. Daniel by Daniel Veillard · 21 years ago
  86. 48ef4c9 fixed bug #108801 reported by Malcolm Tredinnick about the DocType node by Daniel Veillard · 21 years ago
  87. 120e8eb fixed bug #108546 on long CDATA (or text nodes) reported by Edd Dumbill by Daniel Veillard · 21 years ago
  88. 580ced8 fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed by Daniel Veillard · 21 years ago
  89. 952379b fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREF by Daniel Veillard · 21 years ago
  90. d431074 float/double check bugfix exported a function for NMTOKEN validation add a by Daniel Veillard · 21 years ago
  91. 0e298ad fixing #104096 to compile without regexps Daniel by Daniel Veillard · 21 years ago
  92. 540a31a applied a new patch from Stéphane Bidoul for cleanups rebuilt the API by Daniel Veillard · 22 years ago
  93. 417be3a patch from Stéphane Bidoul for better per context error message APIs by Daniel Veillard · 22 years ago
  94. 26f7026 applied a patch from Stéphane Bidoul to allow per XMLtextReader error and by Daniel Veillard · 22 years ago
  95. 4dbe77a fixed the streaming property of the reader, it was generating tree faster by Daniel Veillard · 22 years ago
  96. 067bae5 seriously changed the way data are pushed to the underlying parser, go by by Daniel Veillard · 22 years ago
  97. e59494f a bit of cleanup small fix more work on the XmlTextReader tutorial a few by Daniel Veillard · 22 years ago
  98. 7704fb1 added the --stream flag to use the TextReader API small performance tweak by Daniel Veillard · 22 years ago
  99. a80ff6e okay the DTD validation code on top of the XMLTextParser API should be by Daniel Veillard · 22 years ago
  100. 1fdfd11 Fixing some more mess with validation and recursive entities while using by Daniel Veillard · 22 years ago