1. 9c0aa47 use options from current parser context when creating an entity parser by Rob Richards · 15 years ago
  2. a4f85b9 updated SVN URL for GNOME as pointed by Vincent Lefevre and regenerated by Daniel Veillard · 15 years ago
  3. c656146 hide the nbParse* variables used for debugging as pointed by Mike Hommey by Daniel Veillard · 15 years ago
  4. 48b3eb2 fixes for Borland/CodeGear/Embarcadero compilers by Eric Zurcher Daniel by Daniel Veillard · 15 years ago
  5. db3ce96 xmlXPathRegisterNs should not allow enpty prefixes daniel by Daniel Veillard · 15 years ago
  6. 43bc89c add a missing check in xmlAddSibling, patch by Kris Breuker avoid by Daniel Veillard · 15 years ago
  7. ec5b1fd changed include of config.h to be surrounded by quotation marks #570806 by William M. Brack · 15 years ago
  8. 0110120 more warnings about xmlCleanupThreads and xmlCleanupParser to avoid by Daniel Veillard · 15 years ago
  9. cb0ae19 cleanups and error reports when xmlTextWriterVSprintf fails, by Jinmei by Daniel Veillard · 15 years ago
  10. eb0a0b2 remove a couple of leaks on errors reported by Jinmei Tatuya daniel by Daniel Veillard · 15 years ago
  11. 97ff9b3 preparing 0.7.3 release fix a typo in a name Daniel by Daniel Veillard · 16 years ago
  12. f63085d port patch from Marcus Meissner to add gcc checking for printf like by Daniel Veillard · 16 years ago
  13. d032a5b windows header should get the same define Daniel by Daniel Veillard · 16 years ago
  14. d4d4705 apply patch from Marcus Meissner to add gcc attribute alloc_size should by Daniel Veillard · 16 years ago
  15. d4a3f24 also remove pthread key when stopping thread support, patch based on Alex by Daniel Veillard · 16 years ago
  16. bf2ebff patch from Daniel Zimmermann fixing a memory leak in an edge case, solves by Daniel Veillard · 16 years ago
  17. 1fb2e0d add a new define XML_MAX_TEXT_LENGHT limiting the maximum size of a single by Daniel Veillard · 16 years ago
  18. b9ed017 add XML_PARSE_OLDSAX parser option to enable pre 2.7 SAX behavior. by Rob Richards · 16 years ago
  19. 810a78b set doc on last child tree in xmlAddChildList for bug #546772. Fix problem by Rob Richards · 16 years ago
  20. 5a7d8bd xmlwriter.c: fix indenting in xmlTextWriterFullEndElement for bug# 554353. by Rob Richards · 16 years ago
  21. be2bd6a adds element traversal support avoid a warning regenerated daniel by Daniel Veillard · 16 years ago
  22. 1dc9feb fix for CVE-2008-4226, a memory overflow when building gigantic text by Daniel Veillard · 16 years ago
  23. 6b09901 Matthias Kaehlcke reported a build problem when not compiling HTML support by Daniel Veillard · 16 years ago
  24. b40744e patch from Adrian Bunk which adds --disable-rebuild-docs to avoid by Daniel Veillard · 16 years ago
  25. 7f4547c preparing the release of 2.7.2 fix the Solaris portability issue by Daniel Veillard · 16 years ago
  26. 34a7fc3 fix a nasty bug introduced when cleaning up entities processing in 2.7.x , by Daniel Veillard · 16 years ago
  27. a57ba4c fix an HTML parsing error on large data sections reported by Mike Day add by Daniel Veillard · 16 years ago
  28. 2e36da9 fix compilation if XPath is not included Daniel by Daniel Veillard · 16 years ago
  29. 7e65fad patch from Riccardo Scussat fixing custom error handlers problems. daniel by Daniel Veillard · 16 years ago
  30. 856d928 new options to serialize as XML/HTML/XHTML and restore old entry point by Daniel Veillard · 16 years ago
  31. a7036d9 prepare release of 2.7.1 daniel by Daniel Veillard · 16 years ago
  32. 074f37e applied a couple of patches from Martin avoiding some leaks, fixinq QName by Daniel Veillard · 16 years ago
  33. da3fee4 Borland C fix from Moritz Both regenerate, workaround a problem for buffer by Daniel Veillard · 16 years ago
  34. 1572425 preparing 2.7.0 release remove some testing traces remove some warnings by Daniel Veillard · 16 years ago
  35. e83e93e make a new kind of buffer where shrinking and adding in head can avoid by Daniel Veillard · 16 years ago
  36. 28b7b4b regenerated Daniel by Daniel Veillard · 16 years ago
  37. 4cc67bb patch from Robert Schwebel , allows to compile the example if configured by Daniel Veillard · 16 years ago
  38. cba6839 a couple more fixes patch from Andreas Färber to compile on Haiku by Daniel Veillard · 16 years ago
  39. 0161e63 completely different fix for the recursion detection based on entity by Daniel Veillard · 16 years ago
  40. 49d4405 a bit of cleanup and added checks based on the regression tests of the by Daniel Veillard · 16 years ago
  41. f582d14 bug in parsing RFC 3986 uris with port numbers Daniel by Daniel Veillard · 16 years ago
  42. bfa5cf1 add an --with-coverage configure option and a 'make cov' target based on by Daniel Veillard · 16 years ago
  43. a8f09ce cleanup entity pushing error handling based on a patch from Ashwin daniel by Daniel Veillard · 16 years ago
  44. 2cba415 fix a small initialization problem raised by Ashwin increase testing by Daniel Veillard · 16 years ago
  45. 8915c15 strengthen some of the internal parser limits, add an XML_PARSE_HUGE by Daniel Veillard · 16 years ago
  46. bf9c1da add the testchar to 'make check' Volker Grabsch pointed out a typo by Daniel Veillard · 16 years ago
  47. 54bd29b patch based on Wieant Nielander contribution to add the option of not by Daniel Veillard · 16 years ago
  48. aa6de47 applied patch from Aswin to fix tree skipping fixed a comment and added a by Daniel Veillard · 16 years ago
  49. f4f4e48 rework the patch to avoid some ABI issue with people allocating entities by Daniel Veillard · 16 years ago
  50. 4bf899b fix for CVE-2008-3281 Daniel by Daniel Veillard · 16 years ago
  51. 117baa0 fix non GNUC builds. by Rob Richards · 16 years ago
  52. 0765ae8 adding a check-valgrind target Daniel by Daniel Veillard · 16 years ago
  53. d330f18 add the new test in 'make check' and update it to check subdictionaries by Daniel Veillard · 16 years ago
  54. d68f891 added a program to regression test the dictionary code improve the lookup by Daniel Veillard · 16 years ago
  55. ffda65f chased and found a couple of nasty issues Daniel by Daniel Veillard · 16 years ago
  56. dc41d86 Bug 546629 – runtests doesn't pass on my mac Reviewed by William M. by CEST 2008 Sven Herzberg · 16 years ago
  57. 84c45df allow [ and ] in fragment identifiers, 3986 disallow them but it's widely by Daniel Veillard · 16 years ago
  58. 424785e change the big key algorithm to work properly with QName too, fix a bug by Daniel Veillard · 16 years ago
  59. d7af555 rewrite the URI parser to update to rfc3986 (from 2396) removed the error by Daniel Veillard · 16 years ago
  60. ae0765b more progresses against the official regression tests small cleanup for by Daniel Veillard · 16 years ago
  61. 3733457 added a skipped list, insert rmt-ns10-035 improve 'make check' clean up by Daniel Veillard · 16 years ago
  62. 09459bf add xmlMemDisplayLast to help debug incremental memory leaks, and some by Daniel Veillard · 16 years ago
  63. 40ec29a an XML-1.0 document can't load an 1.1 entity when using entities make sure by Daniel Veillard · 16 years ago
  64. 051d52c fix a bug not detecting cross entity comments probably when comment by Daniel Veillard · 16 years ago
  65. 7e5c3f4 add a C program to run the W3C test suite, work in progress add a new by Daniel Veillard · 16 years ago
  66. 45490ae space and tabs cleanup Daniel by Daniel Veillard · 16 years ago
  67. 34e3f64 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10 to stick by Daniel Veillard · 16 years ago
  68. abade01 add a new regression test program for testing character ranges and UTF8 by Daniel Veillard · 16 years ago
  69. bf0324f fix the build root Daniel by Daniel Veillard · 16 years ago
  70. f847700 fix problem with xmlStreamPop when pattern includes a "." element (see by William M. Brack · 16 years ago
  71. 45efd08 fix line number on text nodes, problem raised by Ralf Junker Daniel by Daniel Veillard · 16 years ago
  72. c6947bb fix crash with invalid whitespace facet by Rob Richards · 16 years ago
  73. 23a47d6 Switch off debugging, oops, Daniel by Daniel Veillard · 16 years ago
  74. 984e569 add a section in the FAQ about multithread and xmlCleanupParser Daniel by Daniel Veillard · 16 years ago
  75. 63806b5 apply a couple of fixes based on a Coverity report forwarded by Derrick by Daniel Veillard · 16 years ago
  76. 39801e5 apply patch from Martin fixing python whitespaces following previous by Daniel Veillard · 16 years ago
  77. 25a1ce9 patch from Hans de Goede to switch the file to UTF-8 switch to generate by Daniel Veillard · 16 years ago
  78. ad55998 avoid a regexp crash, should fix #523738 Daniel by Daniel Veillard · 16 years ago
  79. 438ebbd fx compilation when configured without the reader should fix #513110 by Daniel Veillard · 16 years ago
  80. b6b2ee1 check for stdint.h and define types when using MSVC by Rob Richards · 16 years ago
  81. 87303e3 applied patch from Ashwin to avoid a potential double-free Daniel by Daniel Veillard · 16 years ago
  82. ed86dc2 applied patch from Ashwin fixing a number of realloc problems improve by Daniel Veillard · 16 years ago
  83. e9100a5 improvement on the hashing of the dictionnary, with visible speed up as by Daniel Veillard · 16 years ago
  84. dee2348 added new function xmlSchemaValidCtxtGetParserCtxt based on Holger by Daniel Veillard · 16 years ago
  85. 33fe288 extend the cleanup rule space cleanup Daniel by Daniel Veillard · 16 years ago
  86. c3e2435 support older win32 platforms when building with newer versions of VS by Rob Richards · 16 years ago
  87. 596da97 preparing release of 2.6.32 Daniel by Daniel Veillard · 16 years ago
  88. ed939f8 fix a bug introduced when fixing #438208 and reported by Ashwin fix an by Daniel Veillard · 16 years ago
  89. 354cf5c fix a link to XmlNodeType doc reported by Martijn Arts rebuilt Daniel by Daniel Veillard · 16 years ago
  90. 2135fc2 improve the *Recover* functions documentation Daniel by Daniel Veillard · 16 years ago
  91. 6ccc56d patch from Mark Rowe fixing BOM or encoding detection in external parsed by Daniel Veillard · 16 years ago
  92. 8f6c2b1 fix some problems with the *EatName functions when running out of memory by Daniel Veillard · 16 years ago
  93. bfc4263 horror around the definition of the lexical values for decimal and derived by Daniel Veillard · 16 years ago
  94. f124539 buffer may not be large enough to convert to UCS4, patch from Christian by Daniel Veillard · 16 years ago
  95. 36de63e apparently it's okay to forget the semicolumn after entity refs in HTML, by Daniel Veillard · 16 years ago
  96. fa75097 avoid a scary realloc() loop should fix #520383 Daniel by Daniel Veillard · 16 years ago
  97. a4ba09d more realloc problems pointed out by Ashwin Daniel by Daniel Veillard · 16 years ago
  98. ff8b541 applied patch from Mike Hommey fixing distclean, fixes #520387 Daniel by Daniel Veillard · 16 years ago
  99. e43579b small doc improvement for xmlXPathContext from Jack Jansen, fixes #524759 by Daniel Veillard · 16 years ago
  100. f88d849 two patches from Alvaro Herrera to avoid problem when running out of by Daniel Veillard · 16 years ago