1. 7697a19 added a regression test from Rob Richards for the previous bug Daniel by Daniel Veillard · 19 years ago
  2. 25c90c5 try to fix a problem with valgrind. applied memory leak fix from Brent by Daniel Veillard · 19 years ago
  3. b5839c3 a bit of cleanup rebuilt the API the tests and the documentation as a by Daniel Veillard · 19 years ago
  4. a22da29 fixed xmlXIncludeParseFile to prevent overwriting XML_COMPLETE_ATTRS when by William M. Brack · 19 years ago
  5. 2fc6df9 added a streaming pattern detector for a subset of XPath, should help by Daniel Veillard · 19 years ago
  6. 2ae1338 fixing the way testapi.c is generated, fixes bug #161386 fix a comment by Daniel Veillard · 19 years ago
  7. 1cd4dae make __str__ call serialize() on nodes, c.f. bug #157872 Daniel by Daniel Veillard · 20 years ago
  8. f6b71bd making DSO support an option code and documentation cleanups regenerated by Daniel Veillard · 20 years ago
  9. ff34911 added most required entires to foreign encoding table, plus some by William M. Brack · 20 years ago
  10. 106cad6 enhanced for enabling build in a different directory. Added (optional) by William M. Brack · 20 years ago
  11. dbbcf8e modified to allow the ns and nsDefs accessors to return None instead of by William M. Brack · 20 years ago
  12. 91b955c fixed ID deallocation problem based on patch from Steve Shepard fixes bug by Daniel Veillard · 20 years ago
  13. ad0e67c fixed up some gcc warnings, no change to logic. New macro XML_CAST_FPTR to by William M. Brack · 20 years ago
  14. 850ce9b Applied patch from Brent Hendricks adding support for late DTD validation. by Daniel Veillard · 20 years ago
  15. 34099b4 changing the way the .c is generated, extending the tests coverage fixing by Daniel Veillard · 20 years ago
  16. eff45a9 register xmlSchemaSetValidErrors, patch from Brent Hendricks in the by Daniel Veillard · 20 years ago
  17. 6927b10 preparing release 2.6.15 cleanups Daniel by Daniel Veillard · 20 years ago
  18. 03a53c3 added checking for names values and dictionnaries generates a tons of by Daniel Veillard · 20 years ago
  19. ad9fb7c fixed a problem occuring only in x86_64 when very large error messages are by Daniel Veillard · 20 years ago
  20. 43b8e57 applied patch from Thomas Fitzsimmons fixing #155240 building outside the by Daniel Veillard · 20 years ago
  21. 7682114 some framework preparation to add namespace checkings daniel by Daniel Veillard · 20 years ago
  22. 263ec86 applied patch from Malcolm Tredinnick fixing bug #154294 related to saving by Daniel Veillard · 20 years ago
  23. 210818b releasing 2.6.14, rebuilding the docs Daniel by Daniel Veillard · 20 years ago
  24. bc2f2c3 another patch from Malcolm Tredinnick adding option not to load dtd from by Daniel Veillard · 20 years ago
  25. a81355e applied patch from Malcolm Tredinnick fixing python exception hierarchy by Daniel Veillard · 20 years ago
  26. 8399ff3 couple of memory fixes from Mark Vakoc reported by Purify on Windows. by Daniel Veillard · 20 years ago
  27. 13dfa87 added the routine xmlNanoHTTPContentLength to the external API by William M. Brack · 20 years ago
  28. 06500c8 some cleanup checking for xmllint and xsltproc in configure.in, fixed make by Daniel Veillard · 20 years ago
  29. f409515 fixed error reported on the list caused by my last change by William M. Brack · 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. bf5cf21 fixed bug introduced during OOM fixup causing problems with default by William M. Brack · 20 years ago
  32. 3650556 fix a problem on last commit Daniel by Daniel Veillard · 20 years ago
  33. 6ebf3c4 trying to remove some warning when compiling on Fedora Core 3 and 64bits by Daniel Veillard · 20 years ago
  34. 2f2a663 modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>, by William M. Brack · 20 years ago
  35. 259f0df Applied patch from Torkel Lyng to add Schemas support to the Python by Daniel Veillard · 20 years ago
  36. 1f8658a Dodji pointed out a bug in xmlGetNodePath() applied patch from Albert Chin by Daniel Veillard · 20 years ago
  37. c0826a7 applied Schemas patches from Kasimier Buchcik lot of new tests for things by Daniel Veillard · 20 years ago
  38. d392ba7 applied a patch from Gerrit P. Haase to get python bindings on Cygwin by Daniel Veillard · 20 years ago
  39. 4e3a9fa elaborated on description of xmlValidityWarningFunc and by William M. Brack · 20 years ago
  40. 7cc2357 1 line patch, apparently htmlNewDoc() was not setting doc->charset. Daniel by Daniel Veillard · 20 years ago
  41. c68d78d added a check on the argument for some classes (e.g. xmlDoc and xmlNode) by William M. Brack · 20 years ago
  42. 37e6394 ran 'expand' on the file to get rid of mixture of tabs and spaces (bug by William M. Brack · 20 years ago
  43. e9449c5 added an encoding "special comment" to avoid warning message in python2.3 by William M. Brack · 20 years ago
  44. eb70f93 make the push interfaces synchronous added a specific test added the new by Daniel Veillard · 20 years ago
  45. 8e2cc6f Changed the number of XPath extension functions allowed to be by William M. Brack · 20 years ago
  46. 529233c some updates with memory debugging facilities while messing with libxslt by Daniel Veillard · 20 years ago
  47. f93a866 applied patch from Stéphane Bidoul to fix some Python bindings by Daniel Veillard · 20 years ago
  48. d69cc81 do not provide functions used as destructor of classes as public methods by Daniel Veillard · 20 years ago
  49. 96d2eff warning message cleanup. Now compiles warning-free, all tests passed. by William M. Brack · 20 years ago
  50. 01fa615 applied Schemas patches from Kasimier Buchcik, there is still one open by Daniel Veillard · 20 years ago
  51. a235132 hack based on Arjan van de Ven suggestion to reduce ELF footprint and by Daniel Veillard · 20 years ago
  52. f055293 a couple of large static variable which should really not be declared as by Daniel Veillard · 20 years ago
  53. b3ac18d better portability fix for f(*args), use apply(f, args) as Stephane Bidoul by Daniel Veillard · 20 years ago
  54. 6d38c75 applied patch from Ed Davis to allow "make tests" to work with Python 1.5 by Daniel Veillard · 20 years ago
  55. 656ce94 Fixed bug #141529 i.e. various problems when building with --without-html by Daniel Veillard · 20 years ago
  56. ee1d692 keep the ChangeLog compressed fix a segfault when using Close() test for by Daniel Veillard · 20 years ago
  57. 377e1a9 move the TODO as comments as the function while not finished are usable by Daniel Veillard · 20 years ago
  58. 1f093e0 Add generated files, to make cvs silent. by Johan Dahlin · 20 years ago
  59. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  60. b318c3b Minor change for later verson of php requiring $HTTP_GET_VARS. by William M. Brack · 20 years ago
  61. d5e198a applied patch from Anthony Carrico providing Python bindings for the by Daniel Veillard · 20 years ago
  62. 4a00326 .cvsignore and python/.cvsignore patched by William M. Brack · 20 years ago
  63. f54cd53 fixing compilation and link option when configuring with --without-valid by Daniel Veillard · 20 years ago
  64. a59ddb5 fixed a memory leak (xmlXPathLangFunction) reported on the list by Mike by William M. Brack · 20 years ago
  65. 09b792b applied patch from Malcolm Tredinnick to avoid tabs in python sources, by Daniel Veillard · 20 years ago
  66. a9a1b10 indicated encoding of the test file, needed for python 2.3 Daniel by Daniel Veillard · 20 years ago
  67. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 20 years ago
  68. 95af594 added a small hack to fix interference between my fixes for bugs 132585 by William M. Brack · 20 years ago
  69. 189f46b preparing release 2.6.5, rebuilt the docs, checked rngparser stuff does by Daniel Veillard · 20 years ago
  70. 05349ab applied patch from Frederic Peters fixing the wrong arg order in xpath by Daniel Veillard · 20 years ago
  71. 4f4a27f applied patch from Stephane Bidoul to add enums to the Python bindings. by Daniel Veillard · 21 years ago
  72. 46da464 applied patch from Stephane Bidoul for structured error handling from by Daniel Veillard · 21 years ago
  73. a2e844a moved string and UTF8 routines out of parser.c and encoding.c into a new by William M. Brack · 21 years ago
  74. f7eb794 fixed problem pointed out by Stéphane Bidoul on the list. completed by William M. Brack · 21 years ago
  75. 87ab1c1 fixed bug #129489, propagation of parsing flags in entities. improved the by Daniel Veillard · 21 years ago
  76. cafe885 applied fixes to allow build from 'outside' directory (Bug 129172) by William M. Brack · 21 years ago
  77. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  78. f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 21 years ago
  79. ffa7b7e fixed the pattern interfaces but not yet the parser to handle the by Daniel Veillard · 21 years ago
  80. 1e90661 cleanup the make rebuild in doc, this include new directive to stop by Daniel Veillard · 21 years ago
  81. 85bb5b0 oops forgot to modify/commit the new code. Daniel by Daniel Veillard · 21 years ago
  82. 6cbd6c0 cleanup the output buffer support to at least get the basic to work fixes by Daniel Veillard · 21 years ago
  83. ea93908 enhanced for range checking, updated to Unicode version 4.0.1 (API docs by William M. Brack · 21 years ago
  84. 6bf4d6f small enhancement to assure ATTRIBUTE_UNUSED appears after the variable by William M. Brack · 21 years ago
  85. 6d373a2 preparing release 2.6.2, updated and rebuilt the docs Daniel by Daniel Veillard · 21 years ago
  86. 157fee0 previous fix for #124044 was broken, correct fix provided. fix by Daniel Veillard · 21 years ago
  87. bb3ba32 be more defensive in the xmlReader python bindings fixing bug #124044 by Daniel Veillard · 21 years ago
  88. e4e3f5d preparing release 2.6.1, updated and regenerated docs and APIs cleanup and by Daniel Veillard · 21 years ago
  89. 1d75c8a fixed warning message from IRIX (bug 125182) removed tabs, replaced with by William M. Brack · 21 years ago
  90. 1d211e2 added the xmlWriter module contributed by Alfred Mickautsch added room for by Daniel Veillard · 21 years ago
  91. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  92. 7869729 adding xmlNodeBufGetContent() allowing to grab the content without forcing by Daniel Veillard · 21 years ago
  93. 05bcb7e fixed to not send NULL to %s printing cleaning up some of the regression by Daniel Veillard · 21 years ago
  94. fc8dc35 added new APIs for creating reader from sources or reusing a reader with a by Daniel Veillard · 21 years ago
  95. 871611b enhanced macros to avoid breaking ABI from previous versions. modified to by William M. Brack · 21 years ago
  96. cd6ff28 final error handling cleanup converted XInclude to the new error handling by Daniel Veillard · 21 years ago
  97. 4c00414 switched Relax-NG module to teh new error reporting. Better default by Daniel Veillard · 21 years ago
  98. bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
  99. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  100. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago