1. 59df783 608773 add a missing check in xmlGROW by Daniel Veillard · 14 years ago
  2. e20fb5a Fix xmlParseInNodeContext for HTML content by Daniel Veillard · 14 years ago
  3. 7304683 Correct variable type to unsigned by Nikolay Sivov · 15 years ago
  4. 9d3d141 Fix a parsing problem with little data at startup by Daniel Veillard · 15 years ago
  5. 594e5df Chasing dead assignments reported by clang-scan by Daniel Veillard · 15 years ago
  6. d44b936 A few more safety cleanup raised by scan by Daniel Veillard · 15 years ago
  7. 76d3645 Fixing assorted potential problems raised by scan by Daniel Veillard · 15 years ago
  8. 1549561 Potential uninitialized arguments raised by scan by Daniel Veillard · 15 years ago
  9. 13cee4e Fix a bunch of scan 'dead increments' and cleanup by Daniel Veillard · 15 years ago
  10. 74eaec1 502960 provide namespace stack when parsing entity by Daniel Veillard · 15 years ago
  11. a6c76a2 566012 part 2 fix regresion tests and push mode by Daniel Veillard · 15 years ago
  12. 7e385bd 566012 autodetected encoding and encoding conflict by Daniel Veillard · 15 years ago
  13. 283d502 587663 Incorrect Attribute-Value Normalization by Daniel Veillard · 15 years ago
  14. 852505b 583439 missing line numbers in push mode by Daniel Veillard · 15 years ago
  15. 53c32ed Rebuilt the API and regenerated docs by Daniel Veillard · 15 years ago
  16. 8ed1072 Add symbol versioning to libxml2 shared libs by Daniel Veillard · 15 years ago
  17. f39eafa Make xmlRecoverDoc const (Martin Trappel) by Daniel Veillard · 15 years ago
  18. 489f967 Fix a couple of problems in the parser by Daniel Veillard · 15 years ago
  19. 48247b4 Fix a regression in streaming entities support by Daniel Veillard · 15 years ago
  20. 44af232 Fix ChangeLog merge conflict by Daniel Veillard · 15 years ago
  21. ab2a763 A bit of cleanups by Daniel Veillard · 15 years ago
  22. 798743a * parser.c: use options from current parser context when creating by Rob Richards · 15 years ago
  23. bccae2d * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.c by Daniel Veillard · 15 years ago
  24. 7dd7080 * parser.c threads.c: change the threading initialization sequence by Daniel Veillard · 15 years ago
  25. 2c8c772 * parser.c: do not set error code in xmlNsWarn by Rob Richards · 15 years ago
  26. 9c0aa47 use options from current parser context when creating an entity parser by Rob Richards · 15 years ago
  27. c656146 hide the nbParse* variables used for debugging as pointed by Mike Hommey by Daniel Veillard · 15 years ago
  28. 0110120 more warnings about xmlCleanupThreads and xmlCleanupParser to avoid by Daniel Veillard · 15 years ago
  29. b9ed017 add XML_PARSE_OLDSAX parser option to enable pre 2.7 SAX behavior. by Rob Richards · 16 years ago
  30. 1dc9feb fix for CVE-2008-4226, a memory overflow when building gigantic text by Daniel Veillard · 16 years ago
  31. 7f4547c preparing the release of 2.7.2 fix the Solaris portability issue by Daniel Veillard · 16 years ago
  32. 34a7fc3 fix a nasty bug introduced when cleaning up entities processing in 2.7.x , 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. cba6839 a couple more fixes patch from Andreas Färber to compile on Haiku by Daniel Veillard · 16 years ago
  36. 0161e63 completely different fix for the recursion detection based on entity by Daniel Veillard · 16 years ago
  37. 49d4405 a bit of cleanup and added checks based on the regression tests of the by Daniel Veillard · 16 years ago
  38. a8f09ce cleanup entity pushing error handling based on a patch from Ashwin daniel by Daniel Veillard · 16 years ago
  39. 8915c15 strengthen some of the internal parser limits, add an XML_PARSE_HUGE by Daniel Veillard · 16 years ago
  40. f4f4e48 rework the patch to avoid some ABI issue with people allocating entities by Daniel Veillard · 16 years ago
  41. 4bf899b fix for CVE-2008-3281 Daniel by Daniel Veillard · 16 years ago
  42. ae0765b more progresses against the official regression tests small cleanup for by Daniel Veillard · 16 years ago
  43. 3733457 added a skipped list, insert rmt-ns10-035 improve 'make check' clean up by Daniel Veillard · 16 years ago
  44. 40ec29a an XML-1.0 document can't load an 1.1 entity when using entities make sure by Daniel Veillard · 16 years ago
  45. 051d52c fix a bug not detecting cross entity comments probably when comment by Daniel Veillard · 16 years ago
  46. 7e5c3f4 add a C program to run the W3C test suite, work in progress add a new by Daniel Veillard · 16 years ago
  47. 34e3f64 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10 to stick by Daniel Veillard · 16 years ago
  48. 2135fc2 improve the *Recover* functions documentation Daniel by Daniel Veillard · 16 years ago
  49. 6ccc56d patch from Mark Rowe fixing BOM or encoding detection in external parsed by Daniel Veillard · 16 years ago
  50. a4ba09d more realloc problems pointed out by Ashwin Daniel by Daniel Veillard · 16 years ago
  51. 68b6e02 lot of out of memory handling fixes from Ashwin work around a problem with by Daniel Veillard · 16 years ago
  52. 05b37c6 trying to clarify even more the xmlCleanupParser() use and the memory by Daniel Veillard · 16 years ago
  53. dc17160 changes based on Alex Khesin patch where xmlParseCharRef seems to not be by Daniel Veillard · 16 years ago
  54. 6a31b83 patch from Ashwin to avoid a problem of attribute redefinition in the DTD. by Daniel Veillard · 16 years ago
  55. 97c9ce2 fix various attribute normalisation problems reported by Ashwin this by Daniel Veillard · 16 years ago
  56. 8bf64ae fix a problem reported by Ashwin for system parameter entities referenced by Daniel Veillard · 16 years ago
  57. 37d2d16 patch from Vasily Chekalkin fixes memory leaks, should fix 512647 Daniel by Daniel Veillard · 16 years ago
  58. d0d2f09 fix handling of empty CDATA nodes as reported and discussed around #514181 by Daniel Veillard · 16 years ago
  59. ccc476f patch from Alex Khesin fixing CDATA output after a text node. fixed the by Daniel Veillard · 16 years ago
  60. c707d0b fix a memeory leak in internal subset parsing with a fix from Ashwin add by Daniel Veillard · 17 years ago
  61. b3edafd avoid a warning on 64bits introduced earlier make more checking on the by Daniel Veillard · 17 years ago
  62. 9e264ad applied patch from Christian Schmidt fixing a column counter update by Daniel Veillard · 17 years ago
  63. ac4118d handle a erroneous parsing of attributes in case said attribute has been by Daniel Veillard · 17 years ago
  64. 3dcd319 aligned xmlSAXUserParseMemory() to match xmlSAXUserParseFile() logic based by Daniel Veillard · 17 years ago
  65. da62934 fixed a parser bug where invalid char in comment may not be detected, by Daniel Veillard · 17 years ago
  66. 40e4b21 Probably needed too to avoid the same problem on PIs, Daniel by Daniel Veillard · 17 years ago
  67. dfac946 fixed the push mode when a big comment occurs before an internal subset, by Daniel Veillard · 17 years ago
  68. b9e5acc fix bug #414846 where invalid characters in attributes would sometimes not by Daniel Veillard · 17 years ago
  69. 2e62086 fixed bug #366161, trivially added the check in xmlCtxtReset() Daniel by Daniel Veillard · 17 years ago
  70. 1ca1be2 tried to fix an error problem on entity content failure reported by by Daniel Veillard · 17 years ago
  71. fde5b0b small cleanup to avoid packaging .svn applied patch to avoid a problem in by Daniel Veillard · 17 years ago
  72. bf9a73d fixed mistake in previous commit (ChangeLog is correct) by William M. Brack · 17 years ago
  73. d46c1ca added a GROW when parsing complex comments (bug #405666) added a hack to by William M. Brack · 17 years ago
  74. 602f2bd patch from Michael Day on standalone and XML declaration detection, and by Daniel Veillard · 18 years ago
  75. dcec672 fix the patch for unreproductable #343000 but also fix a line/column by Daniel Veillard · 18 years ago
  76. 02a4963 fix a problem in xmlSplitQName resulting in bug #334669 Daniel by Daniel Veillard · 18 years ago
  77. 402b344 fixed xmlIOParseDTD handling of @input in error case, Should fix #335085 by Daniel Veillard · 18 years ago
  78. 1114d00 fixed the heuristic used when trying to detect mixed-content elememts if by Daniel Veillard · 18 years ago
  79. a955795 fix a first arg error in SAX callback pointed out by Mike Hommey, and by Daniel Veillard · 18 years ago
  80. a37a6ad trying to fix entities behaviour when using SAX, had to extend entities by Daniel Veillard · 18 years ago
  81. 2937b3a applied and slightly modified a patch from Michael Day to keep _private in by Daniel Veillard · 18 years ago
  82. 4a9fe38 applied patch from Ben Darnell on #321545, I could not reproduce the by Daniel Veillard · 18 years ago
  83. a02f199 xmlTextConcat works with comments and PI nodes (bug #355962). fix by Rob Richards · 18 years ago
  84. 75acfee applied patch from Andrew W. Nosenko to expose if zlib support was by Daniel Veillard · 18 years ago
  85. dbcbbd2 try to fix the crash raised by the parser in recover mode as pointed by by Daniel Veillard · 18 years ago
  86. 3b1478b fix the error message for invalid code point in content c.f. bug #339311 by Daniel Veillard · 18 years ago
  87. 30e7607 a bunch of small cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  88. 9b528c7 bill pointed out a missing block in xmlParseComment trying to fill with a by Daniel Veillard · 18 years ago
  89. 6974feb fixed the comment streaming bug raised by Graham Bennett added to the by Daniel Veillard · 18 years ago
  90. 499cc92 try to fix xmlParseInNodeContext when operating on an HTML document. by Daniel Veillard · 19 years ago
  91. a617e24 reverted first patches for #319279 which led to #326295 and fixed the by Daniel Veillard · 19 years ago
  92. b20c63a tiny refactoring patch from Bjorn Reese Daniel by Daniel Veillard · 19 years ago
  93. ae487ba use ctxt->standalone = -2 to indicate that the XMLDecl was parsed but no by Daniel Veillard · 19 years ago
  94. dc904f1 fixed second spot where CRLF split between chunks could cause trouble (bug by William M. Brack · 19 years ago
  95. f4caa5e fixed problem in xmlTextWriterVSprintf caused by misuse of vsnprintf added by William M. Brack · 19 years ago
  96. bedc977 applied patch from Massimo Morara fixing bug #317447 about risk of invalid by Daniel Veillard · 19 years ago
  97. 602434d damn XML_FEATURE_UNICODE clashes with Expat headers rename to XML_WITH_ to by Daniel Veillard · 19 years ago
  98. eca59a2 fixes bug #315617 when using push CDATA in some cases. Daniel by Daniel Veillard · 19 years ago
  99. 0bcc7f6 updated the docs and rebuild releasing 2.6.21 removed by Daniel Veillard · 19 years ago
  100. 8874b94 added a parser XML_PARSE_COMPACT option to allocate small text nodes (less by Daniel Veillard · 19 years ago