1. d37c139 added few casts to shut the compiler warnings by Igor Zlatkovic · 21 years ago
  2. 1af9a41 Adding new version of the SAX interface, it's not there yet, currently by Daniel Veillard · 21 years ago
  3. 6155d8a optimization when freeing hash tables. some tuning of buffer allocations by Daniel Veillard · 21 years ago
  4. 2fdbd32 new dictionary module to keep a single instance of the names used by the by Daniel Veillard · 21 years ago
  5. 7fb801f applied patch to xmlCleanupParser from Dave Beckett Daniel by Daniel Veillard · 21 years ago
  6. bf1e3d8 fixing the xmlSAXParseDTD bug #119536 raised by Malcolm Tredinnick with by Daniel Veillard · 21 years ago
  7. ab1ae3a applied UTF-16 encoding handling patch provided by Mark Itzcovitz more by Daniel Veillard · 21 years ago
  8. b19ba83 fixed the serious CPU usage problem reported by Grant Goodale applied by Daniel Veillard · 21 years ago
  9. 6b621b8 cleaning up a problem when parsing UTF-16 and libiconv is not used. Daniel by Daniel Veillard · 21 years ago
  10. 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
  11. 78637da fixing bug 118559 by William M. Brack · 21 years ago
  12. a6874ca applied Peter Jacobi encoding cleanup patch, and also avoided a possible by Daniel Veillard · 21 years ago
  13. 597bc48 fixing a bug about a special case of namespace handling, this closes bug by Daniel Veillard · 21 years ago
  14. 34ba387 removed some warnings by casting xmlChar to unsigned int and a couple of by Daniel Veillard · 21 years ago
  15. d9d32ae use the character() SAX callback if the cdataBlock ain't defined. fix bug by Daniel Veillard · 21 years ago
  16. 4e9b1bc trying to fix #114277 about when file remapping and escaping should really by Daniel Veillard · 21 years ago
  17. 781ac8b patch from Stéphane Bidoul for setting up threads global defaults. this by Daniel Veillard · 21 years ago
  18. c3ca5ba removed multiple warning, this fixed a bug and should close #111574 Daniel by Daniel Veillard · 21 years ago
  19. 329456a fix for xmlIOParseDTD same as previous and reported by Petr Pajas Daniel by Daniel Veillard · 21 years ago
  20. c6abc3d applied fix to xmlSAXParseDTD from Malcolm Tredinnick closing #111638 by Daniel Veillard · 21 years ago
  21. c557346 fixing an xmlParseDTD bug raised by Petr Pajas Daniel by Daniel Veillard · 21 years ago
  22. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  23. 85095e2 try to find more places where xmlCanonicPath() must be used to convert by Daniel Veillard · 21 years ago
  24. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  25. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  26. 3e59fc5 added support for large file, tested with a 3+GB instance, and some by Daniel Veillard · 21 years ago
  27. 33300b4 augnemting the APIs, cleanups. cleanup bug #111005 added some missing by Daniel Veillard · 21 years ago
  28. adba5f1 fixed a possible problem with xmlRecoverMemory() Daniel by Daniel Veillard · 22 years ago
  29. 6c5b2d3 fixing #109227 providing more context in case of start/end tag mismatch by Daniel Veillard · 22 years ago
  30. 642104e Norm suggested a nicer error message for xml:space values errors Daniel by Daniel Veillard · 22 years ago
  31. 5f8d1a3 validity status was not passed back when validating in entities, but by Daniel Veillard · 22 years ago
  32. ef8dd7b fixing bug #108976 get the ID/REFs to reference the ID in the document by Daniel Veillard · 22 years ago
  33. 77a90a7 patch from johan@evenhuis.nl for #107937 fixing some line counting by Daniel Veillard · 22 years ago
  34. 39eb88b fix some recursion problems introduced in the last release. more debugging by Daniel Veillard · 22 years ago
  35. 02111c1 fixes bug #105998 about false detection of attribute consumption loop. by Daniel Veillard · 22 years ago
  36. c64b8e9 some warning removal on Igor's patch seems I messed up with #106788 fix by Daniel Veillard · 22 years ago
  37. 0046c0f another fix for nodeinfo in entities problem fixed bug #106788 from James by Daniel Veillard · 22 years ago
  38. ce07616 path handling bug introduced by my recent machinations fixed by Igor Zlatkovic · 22 years ago
  39. 44e1dd0 fixing some nodeinfo in entities problem raised by Glenn W. Bach by Daniel Veillard · 22 years ago
  40. 5f9fada obsoleted xmlNormalizeWindowsPath by Igor Zlatkovic · 22 years ago
  41. 8d58904 fixing bug 105049 for validity checking of content within recursive by Daniel Veillard · 22 years ago
  42. 3b2e4e1 removed an unprotedted debug message Aleksi Suhonen put a guard against by Daniel Veillard · 22 years ago
  43. 7424eb6 applied a documentation patch from Stefan Kost Daniel by Daniel Veillard · 22 years ago
  44. 8f87244 one more IsEmptyElement crazyness, that time in external parsed entities by Daniel Veillard · 22 years ago
  45. e2830f1 preparing 2.5.1 release fixing XmlTextReader bug Daniel by Daniel Veillard · 22 years ago
  46. 2d84a89 Fixed a really nasty problem raised by a DocBook XSLT transform provided by Daniel Veillard · 22 years ago
  47. 3772de3 the parseStartTag bug fix wasn't complete. Daniel by Daniel Veillard · 22 years ago
  48. 67df809 Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. by Daniel Veillard · 22 years ago
  49. 0eb38c7 added the close and getattribute methods of XmlTextReader. added the by Daniel Veillard · 22 years ago
  50. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  51. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  52. e1ca503 Adding a new set of APIs based on the C# TextXmlReader API but converted by Daniel Veillard · 22 years ago
  53. 1c732d2 code cleanup Daniel by Daniel Veillard · 22 years ago
  54. 9bc5310 patch from Marcus Clarke fixing a problem in entities parsing that was by Daniel Veillard · 22 years ago
  55. a7e05b4 Martin Stoilov pointed out a potential leak in xmlCreateMemoryParserCtxt by Daniel Veillard · 22 years ago
  56. dad3f68 preparing release 2.4.27 updated and rebuilt the docs try to make sure the by Daniel Veillard · 22 years ago
  57. 68e9e74 fixing #96925 wich was also dependant on the processing of parsed by Daniel Veillard · 22 years ago
  58. 328f48c fixed #96594, which was totally dependant on the processing of internal by Daniel Veillard · 22 years ago
  59. 8606bbb fixed the initialization of the SAX structure which was breaking xsltproc by Daniel Veillard · 22 years ago
  60. b39bc39 Christian Glahn found a problem with a recent patch to by Daniel Veillard · 22 years ago
  61. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  62. 935494a tried to fix bug #91500 where doc->children may be overriden by a call to by Daniel Veillard · 22 years ago
  63. bb284f4 fixed a XML Namespace compliance bug reported by Alexander Grimalovsky by Daniel Veillard · 22 years ago
  64. 819d5cb Christian Glahn found a small bug in the push parser. cleaned up and made by Daniel Veillard · 22 years ago
  65. f4862f0 messing around with support for Windows path, cleanups, trying to identify by Daniel Veillard · 22 years ago
  66. 3487c8d get rid of all the perror() calls made in the library execution paths. by Daniel Veillard · 22 years ago
  67. 42766c0 possible mem leak patch from Jason Adams integrated xf:escape-uri() from by Daniel Veillard · 22 years ago
  68. 9e92351 xmlSAXUserParseMemory() really ought to fail if the caller don't pass a by Daniel Veillard · 22 years ago
  69. 58e44c9 adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecover by Daniel Veillard · 22 years ago
  70. 176d99f fixing bug #84169 by fixing the comment of xmlCreatePushParserCtxt to by Daniel Veillard · 22 years ago
  71. fdc9156 applied patch from Richard Jinks for the namespace axis + fixed a memory by Daniel Veillard · 22 years ago
  72. 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
  73. e059b89 removed an uninitialized data error popped by valgrind on PE references by Daniel Veillard · 22 years ago
  74. f5582f1 applied a couple of patches from Peter Jacobi to start to get rid of by Daniel Veillard · 22 years ago
  75. 38d80e2 Babak Vahedipour-Kunze reported that openTag in xmlParseElement was likely by Daniel Veillard · 22 years ago
  76. e72c756 another peroformance patch from Peter Jacobi, that time on parsing by Daniel Veillard · 22 years ago
  77. 46de64e performance patch from Peter Jacobi Daniel by Daniel Veillard · 22 years ago
  78. e48a318 fixed bug #81159 (memory growth in SAX) by Aleksey Sanin · 22 years ago
  79. e19fc23 updated a bit made a comment more specific more work on the Schemas by Daniel Veillard · 22 years ago
  80. 46d6c44 patch from Markus Henke when an encoding ain't recognized Daniel by Daniel Veillard · 23 years ago
  81. 561b7f8 dohh I really didn't intended to commit this test version :-( Daniel by Daniel Veillard · 23 years ago
  82. e50f3b5 I wanted to see the real speed at the SAX interface after a little too by Daniel Veillard · 23 years ago
  83. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 23 years ago
  84. 5997aca humm, changed the way the SAX parser work when by Daniel Veillard · 23 years ago
  85. b5a60ec Wilfried Teiken provided a hackish but working way to get context reported by Daniel Veillard · 23 years ago
  86. 8d24cc1 make sure SAX endDocument is always called as this could result in a by Daniel Veillard · 23 years ago
  87. 158a4d2 fixed a push/encoding bug reported by Michael on librsvg Daniel by Daniel Veillard · 23 years ago
  88. d54fa3e found and fixed a couple of allocation bugs Daniel by Daniel Veillard · 23 years ago
  89. 8dc16a6 had to change 2 internal parsing API when processing document content to by Daniel Veillard · 23 years ago
  90. 878eab0 more validation test fixups added duration info for the tests Daniel by Daniel Veillard · 23 years ago
  91. d01fd3e a couple of errors were reported but not saved back as such in the parsing by Daniel Veillard · 23 years ago
  92. 4a7ae50 isExtender was missing a char % are acceptable in the internal subset if by Daniel Veillard · 23 years ago
  93. 82ac6b0 fixed #71741 supid typo an a bug about encoding parsing stayed there for by Daniel Veillard · 23 years ago
  94. c761299 improved the behaviour a bit as well as the logs fixed a few more bugs by Daniel Veillard · 23 years ago
  95. bb7ddb3 python script to run regression tests against the XML Test suite of by Daniel Veillard · 23 years ago
  96. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 23 years ago
  97. 9d06d30 Build a new version hopefully near complete and fully documented of the by Daniel Veillard · 23 years ago
  98. db5850a Keith Isdale complained rightly that xmlInitParser() did not preserve by Daniel Veillard · 23 years ago
  99. 8107a22 integrated a couple of fixes and a new API function by Daniel Veillard · 23 years ago
  100. 3c5ed91 Applied following patches from Robert Collins and make sure IN_LIBXML is by Daniel Veillard · 23 years ago