1. 40e4b21 Probably needed too to avoid the same problem on PIs, Daniel by Daniel Veillard · 17 years ago
  2. dfac946 fixed the push mode when a big comment occurs before an internal subset, by Daniel Veillard · 17 years ago
  3. b9e5acc fix bug #414846 where invalid characters in attributes would sometimes not by Daniel Veillard · 17 years ago
  4. 2e62086 fixed bug #366161, trivially added the check in xmlCtxtReset() Daniel by Daniel Veillard · 17 years ago
  5. 1ca1be2 tried to fix an error problem on entity content failure reported by by Daniel Veillard · 17 years ago
  6. fde5b0b small cleanup to avoid packaging .svn applied patch to avoid a problem in by Daniel Veillard · 17 years ago
  7. bf9a73d fixed mistake in previous commit (ChangeLog is correct) by William M. Brack · 17 years ago
  8. d46c1ca added a GROW when parsing complex comments (bug #405666) added a hack to by William M. Brack · 17 years ago
  9. 602f2bd patch from Michael Day on standalone and XML declaration detection, and by Daniel Veillard · 18 years ago
  10. dcec672 fix the patch for unreproductable #343000 but also fix a line/column by Daniel Veillard · 18 years ago
  11. 02a4963 fix a problem in xmlSplitQName resulting in bug #334669 Daniel by Daniel Veillard · 18 years ago
  12. 402b344 fixed xmlIOParseDTD handling of @input in error case, Should fix #335085 by Daniel Veillard · 18 years ago
  13. 1114d00 fixed the heuristic used when trying to detect mixed-content elememts if by Daniel Veillard · 18 years ago
  14. a955795 fix a first arg error in SAX callback pointed out by Mike Hommey, and by Daniel Veillard · 18 years ago
  15. a37a6ad trying to fix entities behaviour when using SAX, had to extend entities by Daniel Veillard · 18 years ago
  16. 2937b3a applied and slightly modified a patch from Michael Day to keep _private in by Daniel Veillard · 18 years ago
  17. 4a9fe38 applied patch from Ben Darnell on #321545, I could not reproduce the by Daniel Veillard · 18 years ago
  18. a02f199 xmlTextConcat works with comments and PI nodes (bug #355962). fix by Rob Richards · 18 years ago
  19. 75acfee applied patch from Andrew W. Nosenko to expose if zlib support was by Daniel Veillard · 18 years ago
  20. dbcbbd2 try to fix the crash raised by the parser in recover mode as pointed by by Daniel Veillard · 18 years ago
  21. 3b1478b fix the error message for invalid code point in content c.f. bug #339311 by Daniel Veillard · 18 years ago
  22. 30e7607 a bunch of small cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  23. 9b528c7 bill pointed out a missing block in xmlParseComment trying to fill with a by Daniel Veillard · 18 years ago
  24. 6974feb fixed the comment streaming bug raised by Graham Bennett added to the by Daniel Veillard · 18 years ago
  25. 499cc92 try to fix xmlParseInNodeContext when operating on an HTML document. by Daniel Veillard · 18 years ago
  26. a617e24 reverted first patches for #319279 which led to #326295 and fixed the by Daniel Veillard · 19 years ago
  27. b20c63a tiny refactoring patch from Bjorn Reese Daniel by Daniel Veillard · 19 years ago
  28. ae487ba use ctxt->standalone = -2 to indicate that the XMLDecl was parsed but no by Daniel Veillard · 19 years ago
  29. dc904f1 fixed second spot where CRLF split between chunks could cause trouble (bug by William M. Brack · 19 years ago
  30. f4caa5e fixed problem in xmlTextWriterVSprintf caused by misuse of vsnprintf added by William M. Brack · 19 years ago
  31. bedc977 applied patch from Massimo Morara fixing bug #317447 about risk of invalid by Daniel Veillard · 19 years ago
  32. 602434d damn XML_FEATURE_UNICODE clashes with Expat headers rename to XML_WITH_ to by Daniel Veillard · 19 years ago
  33. eca59a2 fixes bug #315617 when using push CDATA in some cases. Daniel by Daniel Veillard · 19 years ago
  34. 0bcc7f6 updated the docs and rebuild releasing 2.6.21 removed by Daniel Veillard · 19 years ago
  35. 8874b94 added a parser XML_PARSE_COMPACT option to allocate small text nodes (less by Daniel Veillard · 19 years ago
  36. 53bd1f3 found another bug while looking at #309616 on missing entities. this by Daniel Veillard · 19 years ago
  37. 9668826 fixed bug #170489 reported by Jirka Kosek added the test to the regression by Daniel Veillard · 19 years ago
  38. 24505b0 a lot of small cleanups based on Linus' sparse check output. Daniel by Daniel Veillard · 19 years ago
  39. ffa3c74 applied a patch from Marcus Boerger to fix problems with calling by Daniel Veillard · 19 years ago
  40. 0a119eb an optimization of the char data inner loop, can gain up to 10% in pure by Daniel Veillard · 19 years ago
  41. 971771e fix for #309761 from Dylan Shell added xmlSchemaSAXPlug and by Daniel Veillard · 19 years ago
  42. f0af8ec fix some potential leaks in error cases. added --sax, to allow testing of by Daniel Veillard · 19 years ago
  43. abac41e fixing bug #166777 (and #169838), it was an heuristic in areBlanks which by Daniel Veillard · 19 years ago
  44. 3fa5e7e fixed a bug failing to detect UTF-8 violations in CData in push mode. by Daniel Veillard · 19 years ago
  45. 39e5c89 fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing by Daniel Veillard · 19 years ago
  46. 365cf67 applied patch from Malcolm Rowe to avoid namespace troubles on rollback by Daniel Veillard · 19 years ago
  47. d892557 applied patch from Rob Richards for xml:space and xml:lang handling with by Daniel Veillard · 19 years ago
  48. 455472f Fixed a test for duplicate attributes: Non-prefixed attributes were by Kasimier T. Buchcik · 19 years ago
  49. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  50. 7331e5c fixed #172260 redundant assignment. fixed xmlSAXParseDoc() and by Daniel Veillard · 19 years ago
  51. 32acf0c fix potential crash if ctxt->sax->ignorableWhitespace is NULL as reported by Daniel Veillard · 19 years ago
  52. 3a1cd21 fixed problem when no initial "chunk" was given to xmlCreatePushParser by William M. Brack · 19 years ago
  53. 4e1c2db fixed compilation warning changed xmlWarningMsg so ctxt->errNo is not set by William M. Brack · 19 years ago
  54. 8f8a9dd found and fixed 2 problems in the internal subset scanning code affecting by Daniel Veillard · 19 years ago
  55. cee2b3a warning patches from Peter Breitenlohner serious DTD parsing speedups, by Daniel Veillard · 19 years ago
  56. 316a5c3 added xmlHashCreateDict where the hash reuses the dictionnary for internal by Daniel Veillard · 19 years ago
  57. 7da9270 small speedup in skipping blanks characters interning the entities strings by Daniel Veillard · 19 years ago
  58. 4c778d8 boosting common commnent parsing code, it was really slow. added sprecific by Daniel Veillard · 19 years ago
  59. 0714c5b small optimization back. Daniel by Daniel Veillard · 19 years ago
  60. 1441251 a single lock version mostly avoid the cost penalty of the lock in case of by Daniel Veillard · 19 years ago
  61. b8590d4 fixed bug #164556 where non-fatal errors stopped push parsing and by Daniel Veillard · 19 years ago
  62. df292f7 better fix for #151694 not killing c14n regression tests fixing bug by Daniel Veillard · 19 years ago
  63. e3740ed fixing bug #151694, line should always be set in the elements. Daniel by Daniel Veillard · 19 years ago
  64. 8fdc32a fixing col information in xmlParserInput and propagating column into xmlError by Aleksey Sanin · 20 years ago
  65. 48df961 fixed namespace bug in push mode reported by Rob Richards added it to the by Daniel Veillard · 20 years ago
  66. 1d8c9b2 fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes the by William M. Brack · 20 years ago
  67. 230c550 reset input->base within xmlStopParser removed call to xmlUTF8Strlen from by William M. Brack · 20 years ago
  68. 29614c7 make sure xmlCtxtReadFile and htmlCtxtReadFile go through the catalog by Daniel Veillard · 20 years ago
  69. d0cf7f6 integrated in "make tests" added -q option, and more conditional features by Daniel Veillard · 20 years ago
  70. a82b182 more coverage more fixes Daniel by Daniel Veillard · 20 years ago
  71. 2a4fb5a more coverage more fixes Daniel by Daniel Veillard · 20 years ago
  72. 5ea30d7 more fixes. Daniel by Daniel Veillard · 20 years ago
  73. 4259532 more types, more coverage more problems fixed Daniel by Daniel Veillard · 20 years ago
  74. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  75. 3893606 dohh ... stupid change killing xmlParseDoc() Daniel by Daniel Veillard · 20 years ago
  76. 34099b4 changing the way the .c is generated, extending the tests coverage fixing by Daniel Veillard · 20 years ago
  77. dd6d300 more fixes and extending the tests coverage adding a type init interface by Daniel Veillard · 20 years ago
  78. 36e5cd5 adding xmlMemBlocks() work on generator of an automatic API regression by Daniel Veillard · 20 years ago
  79. acbe6cf fixed a bug reported by Petr Pajas on the list and affecting XML::Libxml by Daniel Veillard · 20 years ago
  80. 03a53c3 added checking for names values and dictionnaries generates a tons of by Daniel Veillard · 20 years ago
  81. 1227fb3 modified the handling of _private for entity expansion (bug 155816) by William M. Brack · 20 years ago
  82. 370ba3d fixed the leak reported by Volker Roth on the list added a specific test by Daniel Veillard · 20 years ago
  83. 8de5c0b adding the tree debug mode fixing various problems reported by the debug by Daniel Veillard · 20 years ago
  84. b7b54de added code to handle <group>, including dumping to output (bug 151924). by William M. Brack · 20 years ago
  85. c93a19f applied patch from Malcolm Tredinnick fixing bug #152426 Daniel by Daniel Veillard · 20 years ago
  86. c3f8134 fixed problem with dictionary handling within xmlParseInNodeContext (bug by William M. Brack · 20 years ago
  87. 807b4de applied patch from Malcolm Tredinnick fixing errata E20 concerning by Daniel Veillard · 20 years ago
  88. 079f6a7 more memory related code cleanups. Daniel by Daniel Veillard · 20 years ago
  89. 2248ff1 fixed a bunch of errors when realloc failed. Daniel by Daniel Veillard · 20 years ago
  90. 13dfa87 added the routine xmlNanoHTTPContentLength to the external API by William M. Brack · 20 years ago
  91. 7a5e0dd removed some extern before function code reported by Kjartan Maraas on IRC by Daniel Veillard · 20 years ago
  92. eebd633 remove a warning on Solaris fix a crashing bug #151111 Daniel by Daniel Veillard · 20 years ago
  93. 07d5976 fixed DTD loading problem reported by Abhinkar, Sameer by Igor Zlatkovic · 20 years ago
  94. 503b610 fixed missing line numbers on entity as reported on the list by Steve by William M. Brack · 20 years ago
  95. 29b1748 small typo pointed out by Mike Hommey slightly improved the --c14n by Daniel Veillard · 20 years ago
  96. a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
  97. 9f797ab implemented patches supplied by Olivier Andrieu (bug 148588), plus made by William M. Brack · 20 years ago
  98. eb70f93 make the push interfaces synchronous added a specific test added the new by Daniel Veillard · 20 years ago
  99. a235132 hack based on Arjan van de Ven suggestion to reduce ELF footprint and by Daniel Veillard · 20 years ago
  100. 0df3bc3 fixed a serious problem when substituing entities using the Reader, the by Daniel Veillard · 20 years ago