1. dc17160 changes based on Alex Khesin patch where xmlParseCharRef seems to not be by Daniel Veillard · 16 years ago
  2. 6a31b83 patch from Ashwin to avoid a problem of attribute redefinition in the DTD. by Daniel Veillard · 16 years ago
  3. b3e4536 fix a problem in externalSubsetSplit with a patch from Ashwin Daniel by Daniel Veillard · 16 years ago
  4. 97c9ce2 fix various attribute normalisation problems reported by Ashwin this by Daniel Veillard · 16 years ago
  5. e54c317 fix saving for file:///X:/ URI embedding Windows file paths should fix by Daniel Veillard · 16 years ago
  6. 8bf64ae fix a problem reported by Ashwin for system parameter entities referenced by Daniel Veillard · 16 years ago
  7. 77fbc3e fix an XML Schemas crash raised by Stefan Behnel when testing with W3C by Daniel Veillard · 16 years ago
  8. 14d465d check some allocation with Ashwin patch Daniel by Daniel Veillard · 16 years ago
  9. 24d87d9 update from Tycho Hilhorst, should fix #523378 Daniel by Daniel Veillard · 16 years ago
  10. ddbe38b check some malloc returns with Ashwin patch, add error messages and by Daniel Veillard · 16 years ago
  11. 14dad70 patch from Ashwin removing duplicate tests Daniel by Daniel Veillard · 16 years ago
  12. c4b0deb applied patch from Tobias Minich to allow plugin schematron error by Daniel Veillard · 16 years ago
  13. 37d2d16 patch from Vasily Chekalkin fixes memory leaks, should fix 512647 Daniel by Daniel Veillard · 16 years ago
  14. 10bda62 found a nasty bug in regexp automata build, reported by Ashwin and Bjorn by Daniel Veillard · 16 years ago
  15. 35fcbb8 patch from Arnold Hendriks improving parsing of html within html bogus by Daniel Veillard · 16 years ago
  16. 5d279c9 fix a memory errro when using namespace nodes returned from XPath queries, by Daniel Veillard · 16 years ago
  17. a544c18 add ICONV_CONST define for win32 build to satisfy encoding.c change in rev by Rob Richards · 16 years ago
  18. d0d2f09 fix handling of empty CDATA nodes as reported and discussed around #514181 by Daniel Veillard · 16 years ago
  19. 57c9db0 poblem with encoding detection for UTF-16 reported by Ashwin and found by by Daniel Veillard · 16 years ago
  20. ccc476f patch from Alex Khesin fixing CDATA output after a text node. fixed the by Daniel Veillard · 16 years ago
  21. 70e20ad patch from Florent Guiliani to fix build on SCO OpenServer daniel by Daniel Veillard · 16 years ago
  22. 3066351 made one of the changes suggested by Brian Krahmer allow to pass '--' on by Daniel Veillard · 16 years ago
  23. 5ac8823 applied cleanup patches for cross compilation and MinGW from Roumen Petrov by Daniel Veillard · 16 years ago
  24. c4ba8a4 fix output bug reported by Petr Pajas and analyzed by Bill Daniel by Daniel Veillard · 16 years ago
  25. 6f8611f patch from Julien Charbon to simplify the processing of xmlSetProp() by Daniel Veillard · 16 years ago
  26. 8e1a46d patch from Roumen Petrov to detect if iconv() needs a const for the second by Daniel Veillard · 16 years ago
  27. f3da06d EOL cleanups from Florent Guiliani Daniel by Daniel Veillard · 16 years ago
  28. 3ff2411 applied patch from Alfred Mickautsch to flush the output at the end of by Daniel Veillard · 16 years ago
  29. 851b2d0 regenerated, it was truncated. Daniel by Daniel Veillard · 16 years ago
  30. 643fb5d apply simple patch from Carlo Bramini to avoid compilation problems with by Daniel Veillard · 16 years ago
  31. 9e3a513 EOL cleanup from Florent Guiliani, Daniel by Daniel Veillard · 16 years ago
  32. 041b687 apply patch from Andrew Tosh to fix behaviour when '.' is used in a by Daniel Veillard · 16 years ago
  33. b242b08 applied patch from Florent Guilian to remove an useless mutex in the by Daniel Veillard · 16 years ago
  34. ead3583 added space for port number (when not 80) in xmlNanoHTTPMethodRedir, plus by William M. Brack · 16 years ago
  35. 7d0ca5e apply fix suggested by Ashwin correcting a cut-n-paste error about the SAX by Daniel Veillard · 16 years ago
  36. 69f8a13 applied a patch based on Petr Sumbera one to avoid a problem with paths by Daniel Veillard · 16 years ago
  37. ad87d5e added a small section on returning memory to the kernel by compacting the by Daniel Veillard · 16 years ago
  38. 82fbf57 fix build under VS 2008. patch by David Wimsey by Rob Richards · 16 years ago
  39. c707d0b fix a memeory leak in internal subset parsing with a fix from Ashwin add by Daniel Veillard · 16 years ago
  40. 72c1dfd preparing release of 2.6.31 daniel by Daniel Veillard · 16 years ago
  41. 28b64e2 Prepare docs for release of 2.6.31, Daniel by Daniel Veillard · 16 years ago
  42. b3edafd avoid a warning on 64bits introduced earlier make more checking on the by Daniel Veillard · 16 years ago
  43. c5b43cc avoid stopping parsing when encountering out of range characters in an by Daniel Veillard · 16 years ago
  44. 9ebb632 patches from John Carr to start cleaning up 'make diskcheck' problems c.f. by Daniel Veillard · 16 years ago
  45. 5608b17 apply fix from Stefan Kost to avoid a crash in xmllint, fixes 504284 by Daniel Veillard · 16 years ago
  46. aa2404e apply patch from Fred Crozat to avoid outputting -L/usr/lib from by Daniel Veillard · 16 years ago
  47. 640f89e fix definition for <embed> to avoid error when saving back, patch from by Daniel Veillard · 16 years ago
  48. 9e264ad applied patch from Christian Schmidt fixing a column counter update by Daniel Veillard · 16 years ago
  49. ac4118d handle a erroneous parsing of attributes in case said attribute has been by Daniel Veillard · 16 years ago
  50. 7e26fb4 fix indentation in xmlTextWriterFullEndElement, as raised by Felipe Pena, by Daniel Veillard · 16 years ago
  51. 3108ba9 fix crash from double free of name for bug #501760 by Rob Richards · 17 years ago
  52. 5fce6d6 remove unused variable in __xmlGlobalInitMutexLock reported by Hannes Eder by Daniel Veillard · 17 years ago
  53. 00fde4e remove a cut-and-paste copy error Daniel by Daniel Veillard · 17 years ago
  54. 91eb560 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32. Patch by Rob Richards · 17 years ago
  55. b9ba0fa fix crash/leaks from xmlSchematronParse due to improper schema document by Rob Richards · 17 years ago
  56. 2a512da xmlFree(NULL) should not crash in debug mode should fix #491651 Daniel by Daniel Veillard · 17 years ago
  57. 1bc8d85 add a debug option printing all the fields within the parsed URI structure by Daniel Veillard · 17 years ago
  58. a76a81f fix to avoid a crash when dumping an attribute from an XHTML document, by Daniel Veillard · 17 years ago
  59. 8e6f0fc Update MAINTAINERS file to match Gnome stuff, Daniel by Daniel Veillard · 17 years ago
  60. c821e03 another nasty regexp case fixed. added to regression suite Daniel by Daniel Veillard · 17 years ago
  61. ec72008 Enhanced to include port number (if not == 80) on the "Header:" URL (bug by William M. Brack · 17 years ago
  62. cd2ebab fix an open() call with creation without 3rd argument hopefully that by Daniel Veillard · 17 years ago
  63. c1b3fe0 preparing release of 2.6.30 Daniel by Daniel Veillard · 17 years ago
  64. f179456 fixed mlXPathCompOpEvalPositionalPredicate problem with object caching by William M. Brack · 17 years ago
  65. 3888f47 applied patch from Frank Gross fixing Schemas IDC import bug #455953 and by Daniel Veillard · 17 years ago
  66. d012f48 Updated links for Perl and lxml bindings, Daniel by Daniel Veillard · 17 years ago
  67. 76d59b6 try to fix for the nth time the automata generation in case of complex by Daniel Veillard · 17 years ago
  68. 3dcd319 aligned xmlSAXUserParseMemory() to match xmlSAXUserParseFile() logic based by Daniel Veillard · 17 years ago
  69. f779da3 fixed windows path determination (patch from Roland Schwarz, bug #462877) by Rob Richards · 17 years ago
  70. da62934 fixed a parser bug where invalid char in comment may not be detected, by Daniel Veillard · 17 years ago
  71. 3814a36 fixed problem reported on bug #460415 Daniel by Daniel Veillard · 17 years ago
  72. 5042019 applied patch from from Patrik Fimml. Fixes bug #458268 by William M. Brack · 17 years ago
  73. b0a94e8 applied patch from bug #454608 from Patrik Fimml. Fixes bug #454608. by William M. Brack · 17 years ago
  74. 65fcf27 applied patch for xsi:nil from Frank Gross, this should fix bug #358125 by Daniel Veillard · 17 years ago
  75. caa1951 patch from Dodji Seketeli to avoid a leak on repeated uses of by Daniel Veillard · 17 years ago
  76. 734e766 fix a crash on solaris when a printf %s with a NULL argument occurs, by Daniel Veillard · 17 years ago
  77. 31700e6 fixed problem in previous fix to xmlXPathNodeSetSort by William M. Brack · 17 years ago
  78. 38431c3 release of libxml2 2.6.28 patch from Dagfinn I. Mannsåker for idness of by Daniel Veillard · 17 years ago
  79. dbbd72b fixing bug #319964, parsing of HTML attribute really should not have by Daniel Veillard · 17 years ago
  80. 40e4b21 Probably needed too to avoid the same problem on PIs, Daniel by Daniel Veillard · 17 years ago
  81. dfac946 fixed the push mode when a big comment occurs before an internal subset, by Daniel Veillard · 17 years ago
  82. b9e5acc fix bug #414846 where invalid characters in attributes would sometimes not by Daniel Veillard · 17 years ago
  83. 3130fe9 apply patch from Ryan Hill to cope with changes in GNU tar, should fix by Daniel Veillard · 17 years ago
  84. db67015 try to allow compilation on old python version should fix #398125 Daniel by Daniel Veillard · 17 years ago
  85. fcd02ad htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe fixes bug by Daniel Veillard · 17 years ago
  86. 5cdbbd2 workaround misgenerated file: URIs c.f. #437385 daniel by Daniel Veillard · 17 years ago
  87. d8ed105 fixed bug #407436 a crash in a specific case of Relax-NG validation Daniel by Daniel Veillard · 17 years ago
  88. be8d9d3 fixed bug #383687, some case of recursion on next were not caught in the by Daniel Veillard · 17 years ago
  89. 861101d fixed bug #381877, avoid reading over the end of stream when generating an by Daniel Veillard · 17 years ago
  90. 2e62086 fixed bug #366161, trivially added the check in xmlCtxtReset() Daniel by Daniel Veillard · 17 years ago
  91. 90ee8df add --vcmanifest flag (yes/no) for VC8 build support to embed manifest by Rob Richards · 17 years ago
  92. e967f0b *use specified calling convention by Rob Richards · 17 years ago
  93. b8769d6 fixed problem with namespace declaration being written more than once per by Rob Richards · 17 years ago
  94. 97ac819 fixed problem with xmlXPathNodeSetSort; fixed problem with by William M. Brack · 17 years ago
  95. d611c88 fixed problem with string value for PI node (bug #442275) by William M. Brack · 17 years ago
  96. e61d75f fix bug reported by François Delyon Daniel by Daniel Veillard · 17 years ago
  97. 38d452a Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159) by William M. Brack · 17 years ago
  98. e882765 small enhancement to last fix, pointed out by Alex Cornejo by William M. Brack · 17 years ago
  99. d2f682a fixed problem on gzip streams (bug #438045) fixed minor spot of redundant by William M. Brack · 17 years ago
  100. ca79788 enhanced the coding for xmlXPathCastNumberToString in order to produce the by William M. Brack · 17 years ago