1. fb27e2c Fix spelling of "length". by Michael Wood · 12 years ago
  2. 6a36fbe Fix potential out of bound access by Daniel Veillard · 12 years ago
  3. 153cf15 Fix large parse of file from memory by Daniel Veillard · 12 years ago
  4. 711b15d Fix a bug in the nsclean option of the parser by Daniel Veillard · 12 years ago
  5. 6c91aa3 Fix a regression in 2.9.0 breaking validation while streaming by Daniel Veillard · 12 years ago
  6. 81d7a82 Fix typos in parser comments by Jan Pokorný · 12 years ago
  7. f8e3db0 Big space and tab cleanup by Daniel Veillard · 12 years ago
  8. 28f5e1a Fix potential crash on entities errors by Daniel Veillard · 12 years ago
  9. 1f972e9 Cleanup some of the parser code by Daniel Veillard · 12 years ago
  10. 968a03a Add support for big line numbers in error reporting by Daniel Veillard · 12 years ago
  11. 5353bbf More fixups on the push parser behaviour by Daniel Veillard · 12 years ago
  12. 2b52aa0 Strengthen behaviour of the push parser in problematic situations by Daniel Veillard · 12 years ago
  13. e7bf892 Improve error reporting on parser errors by Daniel Veillard · 12 years ago
  14. 48b4cdd Enforce XML_PARSER_EOF state handling through the parser by Daniel Veillard · 12 years ago
  15. 0df83ca Fixup limits parser by Daniel Veillard · 12 years ago
  16. 52d8ade Introduce some default parser limits by Daniel Veillard · 12 years ago
  17. f572a78 More avoid quadratic behaviour by Daniel Veillard · 12 years ago
  18. 5130481 Impose a reasonable limit on PI size by Daniel Veillard · 12 years ago
  19. 6568645 Avoid quadratic behaviour in some push parsing cases by Daniel Veillard · 12 years ago
  20. 58f73ac Impose a reasonable limit on comment size by Daniel Veillard · 12 years ago
  21. e17db99 Impose a reasonable limit on attribute size by Daniel Veillard · 12 years ago
  22. 00ac0d3 More cleanups for input/buffers code by Daniel Veillard · 12 years ago
  23. 61551a1 Cleanup function xmlBufResetInput() to set input from Buffer by Daniel Veillard · 12 years ago
  24. 768eb3b Convert XML parser to the new input buffers by Daniel Veillard · 12 years ago
  25. 4629ee0 Do not fetch external parsed entities by Daniel Veillard · 12 years ago
  26. 459eeb9 Fix parser local buffers size problems by Daniel Veillard · 12 years ago
  27. 379ebc1 Cleanup on randomization by Daniel Veillard · 12 years ago
  28. ed35d3d Fix an uninitialized variable use by Daniel Veillard · 12 years ago
  29. 24464be Avoid memory leak if xmlParserInputBufferCreateIO fails by Lin Yi-Li · 12 years ago
  30. 8658d27 wrong message for double hyphen in comment XML error by Bryan Henderson · 12 years ago
  31. 288bb62 Fix an error in comment by Daniel Veillard · 12 years ago
  32. 4aa68ab Try to fix a problem with entities in SAX mode by Daniel Veillard · 12 years ago
  33. eae5261 add lzma compression support by Anders F Bjorklund · 13 years ago
  34. 5bd3c06 Fix an allocation error when copying entities by Daniel Veillard · 13 years ago
  35. 77404b8 Make sure the parser returns when getting a Stop order by Chris Evans · 13 years ago
  36. 5825ebb Fix some potential problems on reallocation failures(parser.c) by Xia Xinfeng · 13 years ago
  37. 4c4653e Add exception for new W3C PI xml-model by Daniel Veillard · 13 years ago
  38. c62efc8 Add options to ignore the internal encoding by Daniel Veillard · 13 years ago
  39. c794eb5 Fix memory corruption by Rob Richards · 14 years ago
  40. 48f7dcb 480323 add code to plug in ICU converters by default by Giuseppe Iuculano · 14 years ago
  41. 60587d6 606592 update language ID parser to RFC 5646 by Daniel Veillard · 14 years ago
  42. e6ad10a Cleanup encoding pointer comparison by Nikolay Sivov · 14 years ago
  43. e6f0509 Fix a potential segfault due to weak symbols on pthreads by Mike Hommey · 14 years ago
  44. ba9716a ChunkParser: Incorrect decoding of small xml files by Raul Hudea · 14 years ago
  45. 47cd14e Fix encoding selection for xmlParseInNodeContext by Daniel Veillard · 15 years ago
  46. 59df783 608773 add a missing check in xmlGROW by Daniel Veillard · 15 years ago
  47. e20fb5a Fix xmlParseInNodeContext for HTML content by Daniel Veillard · 15 years ago
  48. 7304683 Correct variable type to unsigned by Nikolay Sivov · 15 years ago
  49. 9d3d141 Fix a parsing problem with little data at startup by Daniel Veillard · 15 years ago
  50. 594e5df Chasing dead assignments reported by clang-scan by Daniel Veillard · 15 years ago
  51. d44b936 A few more safety cleanup raised by scan by Daniel Veillard · 15 years ago
  52. 76d3645 Fixing assorted potential problems raised by scan by Daniel Veillard · 15 years ago
  53. 1549561 Potential uninitialized arguments raised by scan by Daniel Veillard · 15 years ago
  54. 13cee4e Fix a bunch of scan 'dead increments' and cleanup by Daniel Veillard · 15 years ago
  55. 74eaec1 502960 provide namespace stack when parsing entity by Daniel Veillard · 15 years ago
  56. a6c76a2 566012 part 2 fix regresion tests and push mode by Daniel Veillard · 15 years ago
  57. 7e385bd 566012 autodetected encoding and encoding conflict by Daniel Veillard · 15 years ago
  58. 283d502 587663 Incorrect Attribute-Value Normalization by Daniel Veillard · 15 years ago
  59. 852505b 583439 missing line numbers in push mode by Daniel Veillard · 15 years ago
  60. 53c32ed Rebuilt the API and regenerated docs by Daniel Veillard · 15 years ago
  61. 8ed1072 Add symbol versioning to libxml2 shared libs by Daniel Veillard · 15 years ago
  62. f39eafa Make xmlRecoverDoc const (Martin Trappel) by Daniel Veillard · 15 years ago
  63. 489f967 Fix a couple of problems in the parser by Daniel Veillard · 15 years ago
  64. 48247b4 Fix a regression in streaming entities support by Daniel Veillard · 15 years ago
  65. 44af232 Fix ChangeLog merge conflict by Daniel Veillard · 15 years ago
  66. ab2a763 A bit of cleanups by Daniel Veillard · 15 years ago
  67. 798743a * parser.c: use options from current parser context when creating by Rob Richards · 15 years ago
  68. bccae2d * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.c by Daniel Veillard · 15 years ago
  69. 7dd7080 * parser.c threads.c: change the threading initialization sequence by Daniel Veillard · 15 years ago
  70. 2c8c772 * parser.c: do not set error code in xmlNsWarn by Rob Richards · 15 years ago
  71. 9c0aa47 use options from current parser context when creating an entity parser by Rob Richards · 15 years ago
  72. c656146 hide the nbParse* variables used for debugging as pointed by Mike Hommey by Daniel Veillard · 15 years ago
  73. 0110120 more warnings about xmlCleanupThreads and xmlCleanupParser to avoid by Daniel Veillard · 16 years ago
  74. b9ed017 add XML_PARSE_OLDSAX parser option to enable pre 2.7 SAX behavior. by Rob Richards · 16 years ago
  75. 1dc9feb fix for CVE-2008-4226, a memory overflow when building gigantic text by Daniel Veillard · 16 years ago
  76. 7f4547c preparing the release of 2.7.2 fix the Solaris portability issue by Daniel Veillard · 16 years ago
  77. 34a7fc3 fix a nasty bug introduced when cleaning up entities processing in 2.7.x , by Daniel Veillard · 16 years ago
  78. da3fee4 Borland C fix from Moritz Both regenerate, workaround a problem for buffer by Daniel Veillard · 16 years ago
  79. 1572425 preparing 2.7.0 release remove some testing traces remove some warnings by Daniel Veillard · 16 years ago
  80. cba6839 a couple more fixes patch from Andreas Färber to compile on Haiku by Daniel Veillard · 16 years ago
  81. 0161e63 completely different fix for the recursion detection based on entity by Daniel Veillard · 16 years ago
  82. 49d4405 a bit of cleanup and added checks based on the regression tests of the by Daniel Veillard · 16 years ago
  83. a8f09ce cleanup entity pushing error handling based on a patch from Ashwin daniel by Daniel Veillard · 16 years ago
  84. 8915c15 strengthen some of the internal parser limits, add an XML_PARSE_HUGE by Daniel Veillard · 16 years ago
  85. f4f4e48 rework the patch to avoid some ABI issue with people allocating entities by Daniel Veillard · 16 years ago
  86. 4bf899b fix for CVE-2008-3281 Daniel by Daniel Veillard · 16 years ago
  87. ae0765b more progresses against the official regression tests small cleanup for by Daniel Veillard · 16 years ago
  88. 3733457 added a skipped list, insert rmt-ns10-035 improve 'make check' clean up by Daniel Veillard · 16 years ago
  89. 40ec29a an XML-1.0 document can't load an 1.1 entity when using entities make sure by Daniel Veillard · 16 years ago
  90. 051d52c fix a bug not detecting cross entity comments probably when comment by Daniel Veillard · 16 years ago
  91. 7e5c3f4 add a C program to run the W3C test suite, work in progress add a new by Daniel Veillard · 16 years ago
  92. 34e3f64 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10 to stick by Daniel Veillard · 16 years ago
  93. 2135fc2 improve the *Recover* functions documentation Daniel by Daniel Veillard · 16 years ago
  94. 6ccc56d patch from Mark Rowe fixing BOM or encoding detection in external parsed by Daniel Veillard · 16 years ago
  95. a4ba09d more realloc problems pointed out by Ashwin Daniel by Daniel Veillard · 16 years ago
  96. 68b6e02 lot of out of memory handling fixes from Ashwin work around a problem with by Daniel Veillard · 16 years ago
  97. 05b37c6 trying to clarify even more the xmlCleanupParser() use and the memory by Daniel Veillard · 16 years ago
  98. dc17160 changes based on Alex Khesin patch where xmlParseCharRef seems to not be by Daniel Veillard · 16 years ago
  99. 6a31b83 patch from Ashwin to avoid a problem of attribute redefinition in the DTD. by Daniel Veillard · 16 years ago
  100. 97c9ce2 fix various attribute normalisation problems reported by Ashwin this by Daniel Veillard · 16 years ago