1. 46da464 applied patch from Stephane Bidoul for structured error handling from by Daniel Veillard · 21 years ago
  2. a2e844a moved string and UTF8 routines out of parser.c and encoding.c into a new by William M. Brack · 21 years ago
  3. f7eb794 fixed problem pointed out by Stéphane Bidoul on the list. completed by William M. Brack · 21 years ago
  4. 87ab1c1 fixed bug #129489, propagation of parsing flags in entities. improved the by Daniel Veillard · 21 years ago
  5. cafe885 applied fixes to allow build from 'outside' directory (Bug 129172) by William M. Brack · 21 years ago
  6. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  7. f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 21 years ago
  8. ffa7b7e fixed the pattern interfaces but not yet the parser to handle the by Daniel Veillard · 21 years ago
  9. 1e90661 cleanup the make rebuild in doc, this include new directive to stop by Daniel Veillard · 21 years ago
  10. 85bb5b0 oops forgot to modify/commit the new code. Daniel by Daniel Veillard · 21 years ago
  11. 6cbd6c0 cleanup the output buffer support to at least get the basic to work fixes by Daniel Veillard · 21 years ago
  12. ea93908 enhanced for range checking, updated to Unicode version 4.0.1 (API docs by William M. Brack · 21 years ago
  13. 6bf4d6f small enhancement to assure ATTRIBUTE_UNUSED appears after the variable by William M. Brack · 21 years ago
  14. 6d373a2 preparing release 2.6.2, updated and rebuilt the docs Daniel by Daniel Veillard · 21 years ago
  15. 157fee0 previous fix for #124044 was broken, correct fix provided. fix by Daniel Veillard · 21 years ago
  16. bb3ba32 be more defensive in the xmlReader python bindings fixing bug #124044 by Daniel Veillard · 21 years ago
  17. e4e3f5d preparing release 2.6.1, updated and regenerated docs and APIs cleanup and by Daniel Veillard · 21 years ago
  18. 1d75c8a fixed warning message from IRIX (bug 125182) removed tabs, replaced with by William M. Brack · 21 years ago
  19. 1d211e2 added the xmlWriter module contributed by Alfred Mickautsch added room for by Daniel Veillard · 21 years ago
  20. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  21. 7869729 adding xmlNodeBufGetContent() allowing to grab the content without forcing by Daniel Veillard · 21 years ago
  22. 05bcb7e fixed to not send NULL to %s printing cleaning up some of the regression by Daniel Veillard · 21 years ago
  23. fc8dc35 added new APIs for creating reader from sources or reusing a reader with a by Daniel Veillard · 21 years ago
  24. 871611b enhanced macros to avoid breaking ABI from previous versions. modified to by William M. Brack · 21 years ago
  25. cd6ff28 final error handling cleanup converted XInclude to the new error handling by Daniel Veillard · 21 years ago
  26. 4c00414 switched Relax-NG module to teh new error reporting. Better default by Daniel Veillard · 21 years ago
  27. bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
  28. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  29. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  30. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  31. dca8cc7 rebuilt the API added the new options --nocdata and --nsclean to remove by Daniel Veillard · 21 years ago
  32. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  33. 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
  34. e72c508 preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code in by Daniel Veillard · 21 years ago
  35. 007d51e use stderr and not stdout for default errors in python environment bug by Daniel Veillard · 21 years ago
  36. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  37. 5f1e1f8 backport of a thread bugfix from 2_5_X branch Daniel by Daniel Veillard · 21 years ago
  38. f2a941f 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  39. bbeb9f9 try to cope with the fact that apps may still have allocated smaller SAX by Daniel Veillard · 21 years ago
  40. e855373 Applied a patch from Kevin P. Fleming to add --libtool-libs option to by Daniel Veillard · 21 years ago
  41. a71a8ef further small changes to elminate most of the remaining warnings. by William M. Brack · 21 years ago
  42. c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
  43. c758c22 rebuilt the API and docs. Daniel by Daniel Veillard · 21 years ago
  44. 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
  45. c266464 patch from Joachim Bauch + cleanup for Relax NG error callbacks in python by Daniel Veillard · 21 years ago
  46. 781ac8b patch from Stéphane Bidoul for setting up threads global defaults. this by Daniel Veillard · 21 years ago
  47. 38b80a8 trying to conciliate --with-python= requirements and RPM builds, a PITA by Daniel Veillard · 21 years ago
  48. 61c5220 try to fix Red hat bug #89957, do not output -L/usr/lib64 fixed a typo in by Daniel Veillard · 21 years ago
  49. 94bb2f1 applied patch from Stéphane Bidoul for the Python bindings on the new by Daniel Veillard · 21 years ago
  50. 2b32e6f fixed a problem in the generator where the way functions are remapped as by Daniel Veillard · 21 years ago
  51. 92fc02c preparing release 2.5.7 updated and rebuilt the docs fixed the script by Daniel Veillard · 21 years ago
  52. de0a0a5 make sure the OOM code don't get in the way of the builds automatic update by Daniel Veillard · 21 years ago
  53. 5439624 applied patch from Brent M Hendricks adding binding for xmlCatalogAddLocal by Daniel Veillard · 21 years ago
  54. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  55. ac29793 some cleanups extended the document to cover RelaxNG and tree operations by Daniel Veillard · 21 years ago
  56. 33300b4 augnemting the APIs, cleanups. cleanup bug #111005 added some missing by Daniel Veillard · 21 years ago
  57. c6cae7b Added the Expand() and Next() operation to work on subtrees within the by Daniel Veillard · 21 years ago
  58. c2d4a93 preparing release 2.5.6 updated and rebuilt the docs Daniel by Daniel Veillard · 21 years ago
  59. 6c5b2d3 fixing #109227 providing more context in case of start/end tag mismatch by Daniel Veillard · 21 years ago
  60. e4fa293 first part of the fix to performance bug #108905, adds by Daniel Veillard · 21 years ago
  61. 2032d29 was missing "drv_libxml2.py" Daniel by Daniel Veillard · 21 years ago
  62. 48ef4c9 fixed bug #108801 reported by Malcolm Tredinnick about the DocType node by Daniel Veillard · 21 years ago
  63. 17bed98 preparing release 2.5.4 updated and rebuilt the docs removed warnings by Daniel Veillard · 21 years ago
  64. c64b8e9 some warning removal on Igor's patch seems I messed up with #106788 fix by Daniel Veillard · 21 years ago
  65. febcca4 more bug-hunting added --tree to dump the intermediate rng tree patch from by Daniel Veillard · 21 years ago
  66. 591b4be fixed doc comment problems adding RelaxNG wrappers added a specific test by Daniel Veillard · 21 years ago
  67. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 21 years ago
  68. 0e298ad fixing #104096 to compile without regexps Daniel by Daniel Veillard · 21 years ago
  69. 3b2e4e1 removed an unprotedted debug message Aleksi Suhonen put a guard against by Daniel Veillard · 21 years ago
  70. ff12c49 seems there is no good reasons to not generate bindings for XPointer by Daniel Veillard · 22 years ago
  71. 540a31a applied a new patch from Stéphane Bidoul for cleanups rebuilt the API by Daniel Veillard · 22 years ago
  72. 417be3a patch from Stéphane Bidoul for better per context error message APIs by Daniel Veillard · 22 years ago
  73. 1aaae65 Forgot to add readererr.py, oops, Daniel by Daniel Veillard · 22 years ago
  74. 26f7026 applied a patch from Stéphane Bidoul to allow per XMLtextReader error and by Daniel Veillard · 22 years ago
  75. e4a07e7 cleanup patch from Stéphane Bidoul Daniel by Daniel Veillard · 22 years ago
  76. e6227e0 applied and fixed a patch from Stephane Bibould to provide per parser by Daniel Veillard · 22 years ago
  77. 3b87b6b fixed a bug raised by Raymond Wiker, docSetRootElement() should not raise by Daniel Veillard · 22 years ago
  78. 3e20a29 fixed bug #102181 by applying the suggested change and fixing the by Daniel Veillard · 22 years ago
  79. 8f87244 one more IsEmptyElement crazyness, that time in external parsed entities by Daniel Veillard · 22 years ago
  80. e329fc2 update from Stéphane Bidoul: python 2.1 support and improved error handler by Daniel Veillard · 22 years ago
  81. 7b4b2f9 preparing 2.5.0 release only warn in pedantic mode about namespace name by Daniel Veillard · 22 years ago
  82. 067bae5 seriously changed the way data are pushed to the underlying parser, go by by Daniel Veillard · 22 years ago
  83. 51a447a integrated the Python 2.2 optimizations from Hannu Krosing, while by Daniel Veillard · 22 years ago
  84. 2bc13ca fixed a small problem related to order of files in dir, Daniel by Daniel Veillard · 22 years ago
  85. e59494f a bit of cleanup small fix more work on the XmlTextReader tutorial a few by Daniel Veillard · 22 years ago
  86. 623a9eb patch from Stéphane Bidoul to include drv_libxml2.py in setup.py Daniel by Daniel Veillard · 22 years ago
  87. a80ff6e okay the DTD validation code on top of the XMLTextParser API should be by Daniel Veillard · 22 years ago
  88. 1fdfd11 Fixing some more mess with validation and recursive entities while using by Daniel Veillard · 22 years ago
  89. dab8ea9 another couple of problem related to IsEmptyElement reported by Stéphane by Daniel Veillard · 22 years ago
  90. 4f86020 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul based by Daniel Veillard · 22 years ago
  91. e3c036e fixed another couple of xmlreader bugs reported by Stéphane Bidoul and by Daniel Veillard · 22 years ago
  92. 9e395c2 fixed another validity checking in external parsed entities raised by by Daniel Veillard · 22 years ago
  93. d589614 fixed a problem with validation within entities pointed by Stéphane by Daniel Veillard · 22 years ago
  94. dc85f28 modified the generator to allow keeping class references when creating new by Daniel Veillard · 22 years ago
  95. 4d8db8a fixed another pair of problem pointed by Stéphane Bidoul: depth start at 0 by Daniel Veillard · 22 years ago
  96. 571b889 fixed another problem pointed by Stéphane Bidoul Daniel by Daniel Veillard · 22 years ago
  97. aaa105b fixed a limit case problem with "<a/>" Daniel by Daniel Veillard · 22 years ago
  98. ecaba49 warn on xmlns:prefix="foo" fixed a couple of problem for namespace by Daniel Veillard · 22 years ago
  99. 29b3e28 fixed a bug pointed out by Stéphane Bidoul and integrated it into the by Daniel Veillard · 22 years ago
  100. e18fc18 extended the XmlTextReader API a bit, addding accessors for the current by Daniel Veillard · 22 years ago