1. 365cf67 applied patch from Malcolm Rowe to avoid namespace troubles on rollback by Daniel Veillard · 19 years ago
  2. d892557 applied patch from Rob Richards for xml:space and xml:lang handling with by Daniel Veillard · 19 years ago
  3. 455472f Fixed a test for duplicate attributes: Non-prefixed attributes were by Kasimier T. Buchcik · 19 years ago
  4. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  5. 7331e5c fixed #172260 redundant assignment. fixed xmlSAXParseDoc() and by Daniel Veillard · 19 years ago
  6. 32acf0c fix potential crash if ctxt->sax->ignorableWhitespace is NULL as reported by Daniel Veillard · 19 years ago
  7. 3a1cd21 fixed problem when no initial "chunk" was given to xmlCreatePushParser by William M. Brack · 19 years ago
  8. 4e1c2db fixed compilation warning changed xmlWarningMsg so ctxt->errNo is not set by William M. Brack · 19 years ago
  9. 8f8a9dd found and fixed 2 problems in the internal subset scanning code affecting by Daniel Veillard · 19 years ago
  10. cee2b3a warning patches from Peter Breitenlohner serious DTD parsing speedups, by Daniel Veillard · 19 years ago
  11. 316a5c3 added xmlHashCreateDict where the hash reuses the dictionnary for internal by Daniel Veillard · 19 years ago
  12. 7da9270 small speedup in skipping blanks characters interning the entities strings by Daniel Veillard · 19 years ago
  13. 4c778d8 boosting common commnent parsing code, it was really slow. added sprecific by Daniel Veillard · 19 years ago
  14. 0714c5b small optimization back. Daniel by Daniel Veillard · 19 years ago
  15. 1441251 a single lock version mostly avoid the cost penalty of the lock in case of by Daniel Veillard · 19 years ago
  16. b8590d4 fixed bug #164556 where non-fatal errors stopped push parsing and by Daniel Veillard · 19 years ago
  17. df292f7 better fix for #151694 not killing c14n regression tests fixing bug by Daniel Veillard · 19 years ago
  18. e3740ed fixing bug #151694, line should always be set in the elements. Daniel by Daniel Veillard · 19 years ago
  19. 8fdc32a fixing col information in xmlParserInput and propagating column into xmlError by Aleksey Sanin · 20 years ago
  20. 48df961 fixed namespace bug in push mode reported by Rob Richards added it to the by Daniel Veillard · 20 years ago
  21. 1d8c9b2 fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes the by William M. Brack · 20 years ago
  22. 230c550 reset input->base within xmlStopParser removed call to xmlUTF8Strlen from by William M. Brack · 20 years ago
  23. 29614c7 make sure xmlCtxtReadFile and htmlCtxtReadFile go through the catalog by Daniel Veillard · 20 years ago
  24. d0cf7f6 integrated in "make tests" added -q option, and more conditional features by Daniel Veillard · 20 years ago
  25. a82b182 more coverage more fixes Daniel by Daniel Veillard · 20 years ago
  26. 2a4fb5a more coverage more fixes Daniel by Daniel Veillard · 20 years ago
  27. 5ea30d7 more fixes. Daniel by Daniel Veillard · 20 years ago
  28. 4259532 more types, more coverage more problems fixed Daniel by Daniel Veillard · 20 years ago
  29. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  30. 3893606 dohh ... stupid change killing xmlParseDoc() Daniel by Daniel Veillard · 20 years ago
  31. 34099b4 changing the way the .c is generated, extending the tests coverage fixing by Daniel Veillard · 20 years ago
  32. dd6d300 more fixes and extending the tests coverage adding a type init interface by Daniel Veillard · 20 years ago
  33. 36e5cd5 adding xmlMemBlocks() work on generator of an automatic API regression by Daniel Veillard · 20 years ago
  34. acbe6cf fixed a bug reported by Petr Pajas on the list and affecting XML::Libxml by Daniel Veillard · 20 years ago
  35. 03a53c3 added checking for names values and dictionnaries generates a tons of by Daniel Veillard · 20 years ago
  36. 1227fb3 modified the handling of _private for entity expansion (bug 155816) by William M. Brack · 20 years ago
  37. 370ba3d fixed the leak reported by Volker Roth on the list added a specific test by Daniel Veillard · 20 years ago
  38. 8de5c0b adding the tree debug mode fixing various problems reported by the debug by Daniel Veillard · 20 years ago
  39. b7b54de added code to handle <group>, including dumping to output (bug 151924). by William M. Brack · 20 years ago
  40. c93a19f applied patch from Malcolm Tredinnick fixing bug #152426 Daniel by Daniel Veillard · 20 years ago
  41. c3f8134 fixed problem with dictionary handling within xmlParseInNodeContext (bug by William M. Brack · 20 years ago
  42. 807b4de applied patch from Malcolm Tredinnick fixing errata E20 concerning by Daniel Veillard · 20 years ago
  43. 079f6a7 more memory related code cleanups. Daniel by Daniel Veillard · 20 years ago
  44. 2248ff1 fixed a bunch of errors when realloc failed. Daniel by Daniel Veillard · 20 years ago
  45. 13dfa87 added the routine xmlNanoHTTPContentLength to the external API by William M. Brack · 20 years ago
  46. 7a5e0dd removed some extern before function code reported by Kjartan Maraas on IRC by Daniel Veillard · 20 years ago
  47. eebd633 remove a warning on Solaris fix a crashing bug #151111 Daniel by Daniel Veillard · 20 years ago
  48. 07d5976 fixed DTD loading problem reported by Abhinkar, Sameer by Igor Zlatkovic · 20 years ago
  49. 503b610 fixed missing line numbers on entity as reported on the list by Steve by William M. Brack · 20 years ago
  50. 29b1748 small typo pointed out by Mike Hommey slightly improved the --c14n by Daniel Veillard · 20 years ago
  51. a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
  52. 9f797ab implemented patches supplied by Olivier Andrieu (bug 148588), plus made by William M. Brack · 20 years ago
  53. eb70f93 make the push interfaces synchronous added a specific test added the new by Daniel Veillard · 20 years ago
  54. a235132 hack based on Arjan van de Ven suggestion to reduce ELF footprint and by Daniel Veillard · 20 years ago
  55. 0df3bc3 fixed a serious problem when substituing entities using the Reader, the by Daniel Veillard · 20 years ago
  56. 37fd307 fixed a bug where invalid charrefs may not be detected sometimes as by Daniel Veillard · 20 years ago
  57. f8f2e8f enhanced the enhancement, fixed another couple of special cases. by William M. Brack · 20 years ago
  58. eb8509c small enhancement to dtd handling of (a?)+ (bug 142487) by William M. Brack · 20 years ago
  59. 453e71b killing the strncmp vs. memcmp controversy and #140593 Daniel by Daniel Veillard · 20 years ago
  60. a0c48ad fixed problem with detecting external dtd encoding (bug 135229). minor by William M. Brack · 20 years ago
  61. 0b787f3 applied patch from Dave Beckett to correct line number errors when using by Daniel Veillard · 20 years ago
  62. 766c4f9 apply fix for #136693 Daniel by Daniel Veillard · 20 years ago
  63. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  64. d3999c7 fix bug reported by Holger Rauch added the test to th regression suite by Daniel Veillard · 20 years ago
  65. 770075b fixed the main issues reported by Peter Breitenlohner cleanup speedup by Daniel Veillard · 20 years ago
  66. b374400 fixed a problem in push mode when attribute contains unescaped '>' by Daniel Veillard · 20 years ago
  67. 036143b fixed bug #132575 about finding the end of the internal subset in push by Daniel Veillard · 20 years ago
  68. 5bb9ccd remove the warning on the 2001 namespace remove some warnings when by Daniel Veillard · 20 years ago
  69. ae28918 fixed bug #131745 raised by Shaun McCance with the suggested patch Daniel by Daniel Veillard · 20 years ago
  70. c82c57e some parser optimizations, xmllint --memory --timing --repeat --stream by Daniel Veillard · 21 years ago
  71. a2e844a moved string and UTF8 routines out of parser.c and encoding.c into a new by William M. Brack · 21 years ago
  72. 7762bb1 added a routine xmlStrncatNew to create a new string from 2 frags. added by William M. Brack · 21 years ago
  73. 72ee48d Fixed memory leak reported by Dave Beckett Removed spurious comment by William M. Brack · 21 years ago
  74. 4bc5f43 change xmlReadFd() xmlCtxtReadFd() xmlReaderNewFd() xmlReaderForFd(), by Daniel Veillard · 21 years ago
  75. 87ab1c1 fixed bug #129489, propagation of parsing flags in entities. improved the by Daniel Veillard · 21 years ago
  76. f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 21 years ago
  77. 43caefb attempt to fix #126211 ... Daniel by Daniel Veillard · 21 years ago
  78. e70c877 swapped the attribute defaulting and attribute checking parts of parsing a by Daniel Veillard · 21 years ago
  79. 74c0e59 moved xmlCleanupThreads() to the end of xmlCleanupParser() to avoid bug by Daniel Veillard · 21 years ago
  80. d8cf906 less verbose on difference cleanup fixed xmlCleanupParser() doc work on by Daniel Veillard · 21 years ago
  81. 61b9338 implemented the XML_PARSE_NONET parser option. converted xmllint.c to use by Daniel Veillard · 21 years ago
  82. 7ec2997 always generate line numbers Daniel by Daniel Veillard · 21 years ago
  83. fd343dc fixed another regression introduced in fixing #125823 Daniel by Daniel Veillard · 21 years ago
  84. 157fee0 previous fix for #124044 was broken, correct fix provided. fix by Daniel Veillard · 21 years ago
  85. 8a0a633 side effect of #123105 patch, namespace resolution would fail when defined by Daniel Veillard · 21 years ago
  86. b5a46da added xmlStrVPrintf function by Aleksey Sanin · 21 years ago
  87. e4e3f5d preparing release 2.6.1, updated and regenerated docs and APIs cleanup and by Daniel Veillard · 21 years ago
  88. 9ba8e38 included a new function to reuse a Push parser context, based on Graham by Daniel Veillard · 21 years ago
  89. f5cb3cd fixed #123263, the encoding is mandatory in a textdecl. Daniel by Daniel Veillard · 21 years ago
  90. 95d2d5b applied patch from #123105 about defaulted attributes from element coming by Daniel Veillard · 21 years ago
  91. cc199e0 applied patch from Patrick Welche provided in bug #125432 , future by Daniel Veillard · 21 years ago
  92. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  93. a07050d applied patch from Chris Anderson to change back memcmp with CMPx() Daniel by Daniel Veillard · 21 years ago
  94. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  95. 871611b enhanced macros to avoid breaking ABI from previous versions. modified to by William M. Brack · 21 years ago
  96. 4aede2e remove the warning for startDocument(), as it is used by glade (or by Daniel Veillard · 21 years ago
  97. 04054be Marc Liyanage pointed out that xmlCleanupParser() was missing by Daniel Veillard · 21 years ago
  98. 9bcc7c5 Dohhh ! Daniel by Daniel Veillard · 21 years ago
  99. c790bf4 patch from Mike Hommey applied Windows patch from Jesse Pelton and by Daniel Veillard · 21 years ago
  100. 2b0f879 fixed a nasty bug with interning some text strings prepare for beta5 of by Daniel Veillard · 21 years ago