1. 2d84a89 Fixed a really nasty problem raised by a DocBook XSLT transform provided by Daniel Veillard · 22 years ago
  2. 3772de3 the parseStartTag bug fix wasn't complete. Daniel by Daniel Veillard · 22 years ago
  3. 67df809 Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. by Daniel Veillard · 22 years ago
  4. 0eb38c7 added the close and getattribute methods of XmlTextReader. added the by Daniel Veillard · 22 years ago
  5. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  6. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  7. e1ca503 Adding a new set of APIs based on the C# TextXmlReader API but converted by Daniel Veillard · 22 years ago
  8. 1c732d2 code cleanup Daniel by Daniel Veillard · 22 years ago
  9. 9bc5310 patch from Marcus Clarke fixing a problem in entities parsing that was by Daniel Veillard · 22 years ago
  10. a7e05b4 Martin Stoilov pointed out a potential leak in xmlCreateMemoryParserCtxt by Daniel Veillard · 22 years ago
  11. dad3f68 preparing release 2.4.27 updated and rebuilt the docs try to make sure the by Daniel Veillard · 22 years ago
  12. 68e9e74 fixing #96925 wich was also dependant on the processing of parsed by Daniel Veillard · 22 years ago
  13. 328f48c fixed #96594, which was totally dependant on the processing of internal by Daniel Veillard · 22 years ago
  14. 8606bbb fixed the initialization of the SAX structure which was breaking xsltproc by Daniel Veillard · 22 years ago
  15. b39bc39 Christian Glahn found a problem with a recent patch to by Daniel Veillard · 22 years ago
  16. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  17. 935494a tried to fix bug #91500 where doc->children may be overriden by a call to by Daniel Veillard · 22 years ago
  18. bb284f4 fixed a XML Namespace compliance bug reported by Alexander Grimalovsky by Daniel Veillard · 22 years ago
  19. 819d5cb Christian Glahn found a small bug in the push parser. cleaned up and made by Daniel Veillard · 22 years ago
  20. f4862f0 messing around with support for Windows path, cleanups, trying to identify by Daniel Veillard · 22 years ago
  21. 3487c8d get rid of all the perror() calls made in the library execution paths. by Daniel Veillard · 22 years ago
  22. 42766c0 possible mem leak patch from Jason Adams integrated xf:escape-uri() from by Daniel Veillard · 22 years ago
  23. 9e92351 xmlSAXUserParseMemory() really ought to fail if the caller don't pass a by Daniel Veillard · 22 years ago
  24. 58e44c9 adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecover by Daniel Veillard · 22 years ago
  25. 176d99f fixing bug #84169 by fixing the comment of xmlCreatePushParserCtxt to by Daniel Veillard · 22 years ago
  26. fdc9156 applied patch from Richard Jinks for the namespace axis + fixed a memory by Daniel Veillard · 22 years ago
  27. 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
  28. e059b89 removed an uninitialized data error popped by valgrind on PE references by Daniel Veillard · 22 years ago
  29. f5582f1 applied a couple of patches from Peter Jacobi to start to get rid of by Daniel Veillard · 22 years ago
  30. 38d80e2 Babak Vahedipour-Kunze reported that openTag in xmlParseElement was likely by Daniel Veillard · 22 years ago
  31. e72c756 another peroformance patch from Peter Jacobi, that time on parsing by Daniel Veillard · 22 years ago
  32. 46de64e performance patch from Peter Jacobi Daniel by Daniel Veillard · 22 years ago
  33. e48a318 fixed bug #81159 (memory growth in SAX) by Aleksey Sanin · 22 years ago
  34. e19fc23 updated a bit made a comment more specific more work on the Schemas by Daniel Veillard · 22 years ago
  35. 46d6c44 patch from Markus Henke when an encoding ain't recognized Daniel by Daniel Veillard · 22 years ago
  36. 561b7f8 dohh I really didn't intended to commit this test version :-( Daniel by Daniel Veillard · 22 years ago
  37. e50f3b5 I wanted to see the real speed at the SAX interface after a little too by Daniel Veillard · 22 years ago
  38. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  39. 5997aca humm, changed the way the SAX parser work when by Daniel Veillard · 22 years ago
  40. b5a60ec Wilfried Teiken provided a hackish but working way to get context reported by Daniel Veillard · 22 years ago
  41. 8d24cc1 make sure SAX endDocument is always called as this could result in a by Daniel Veillard · 22 years ago
  42. 158a4d2 fixed a push/encoding bug reported by Michael on librsvg Daniel by Daniel Veillard · 22 years ago
  43. d54fa3e found and fixed a couple of allocation bugs Daniel by Daniel Veillard · 22 years ago
  44. 8dc16a6 had to change 2 internal parsing API when processing document content to by Daniel Veillard · 22 years ago
  45. 878eab0 more validation test fixups added duration info for the tests Daniel by Daniel Veillard · 22 years ago
  46. d01fd3e a couple of errors were reported but not saved back as such in the parsing by Daniel Veillard · 22 years ago
  47. 4a7ae50 isExtender was missing a char % are acceptable in the internal subset if by Daniel Veillard · 22 years ago
  48. 82ac6b0 fixed #71741 supid typo an a bug about encoding parsing stayed there for by Daniel Veillard · 22 years ago
  49. c761299 improved the behaviour a bit as well as the logs fixed a few more bugs by Daniel Veillard · 22 years ago
  50. bb7ddb3 python script to run regression tests against the XML Test suite of by Daniel Veillard · 22 years ago
  51. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  52. 9d06d30 Build a new version hopefully near complete and fully documented of the by Daniel Veillard · 22 years ago
  53. db5850a Keith Isdale complained rightly that xmlInitParser() did not preserve by Daniel Veillard · 22 years ago
  54. 8107a22 integrated a couple of fixes and a new API function by Daniel Veillard · 23 years ago
  55. 3c5ed91 Applied following patches from Robert Collins and make sure IN_LIBXML is by Daniel Veillard · 23 years ago
  56. 401c211 Jirka Kosek pointer out a bug in xmlParseTextDecl() when the version info by Daniel Veillard · 23 years ago
  57. aa39a0f patch from Jack J Franklin to remove a bug in xmlCreatePushParserCtxt() by Daniel Veillard · 23 years ago
  58. 5344c60 Fixed a few other problems raised by Charlie Bozeman. fixed the output by Daniel Veillard · 23 years ago
  59. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  60. d3b0882 integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOS by Daniel Veillard · 23 years ago
  61. 1984094 Robin Berjon <robin@knowscape.com> found a case where non-wellformed XML by Daniel Veillard · 23 years ago
  62. 5a37bde more include cleanups, export cleanly one html output + format function. by CET 2001 Daniel Veillard · 23 years ago
  63. 635ef72 apply fixes to close #63271 and avoid segfaults when the error routine by Daniel Veillard · 23 years ago
  64. 5151c06 fixed an erroneous validation bug when PE refs occurs in external parsed by Daniel Veillard · 23 years ago
  65. ce2c2f0 fixed a very serious (looping) validation bug Daniel by Daniel Veillard · 23 years ago
  66. 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
  67. 6f35029 debugged and fixed initialization problems which were giving troubles on by Daniel Veillard · 23 years ago
  68. d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
  69. b44025c started integrating the non-controversial parts of Gary Pennington by Daniel Veillard · 23 years ago
  70. a293c32 adding xmlSAXParseFileWithData following Marco Stipek suggestion Daniel by Daniel Veillard · 23 years ago
  71. f6ed8bc Igor Zlatkovic patches fixed typos Daniel by Daniel Veillard · 23 years ago
  72. 319a742 fixed bug #59981 related to handling of '&' in attributes when entities by Daniel Veillard · 23 years ago
  73. 05c13a2 John Fleck fixed typos in the options output fix ignorable white space SAX by Daniel Veillard · 23 years ago
  74. a050d23 warn if version is not 1.0 but it's not strictly speaking an error after by Daniel Veillard · 23 years ago
  75. 5d96fff doc updates from Heiko Rupp 2 sanity checks from Heiko Rupp Daniel by Daniel Veillard · 23 years ago
  76. 9f7b84b preparing for a 2.4.3 release even if it may not be ready yet redirected by Daniel Veillard · 23 years ago
  77. 5d90b6c added support and APIs needed for the catalog PI cleanup Daniel by Daniel Veillard · 23 years ago
  78. e2940dd starts to look okay, really plugged the new framework, cleaned a lot of by Daniel Veillard · 23 years ago
  79. cda9692 more work on the XML catalog support. small cleanup seems using list as a by Daniel Veillard · 23 years ago
  80. f300b7e small fix fixing bug #58539 reported by coolo, in entity substitution mode by Daniel Veillard · 23 years ago
  81. 50f3437 applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC by Daniel Veillard · 23 years ago
  82. 5e3eecb when the internal subset uses a PE, then the included entity can use by Daniel Veillard · 23 years ago
  83. 4aafa79 don't override existing encoding specified before starting by Daniel Veillard · 23 years ago
  84. 50822cb applied const patches from Tom Moog #58002 Daniel by Daniel Veillard · 23 years ago
  85. 6dd398f fixed bugs #58073 reported by Greg Shtilman Daniel by Daniel Veillard · 23 years ago
  86. 2454ab9 fixes bug #57652 reported by Morus Walter Daniel by Daniel Veillard · 23 years ago
  87. a53c688 fixed the xmlLineNumbersDefault() errors, lesson don't add new functions by Daniel Veillard · 23 years ago
  88. d9bad13 removing history/readline changed this slightly make element content line by Daniel Veillard · 23 years ago
  89. 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
  90. 7db3773 store the line numbder in element->content, may break some software, need by Daniel Veillard · 23 years ago
  91. 7583a59 trying to fix #56948, this led to an XPath fix, improvements of SAX by Daniel Veillard · 23 years ago
  92. 62f313b - SAX.c entities.c parser.c: changed completely the way entities by Daniel Veillard · 23 years ago
  93. 7704473 xmlStrstr args are both const small cleanup reformated, fixed problems if by Daniel Veillard · 23 years ago
  94. 0e4cd17 - parser.c: fixed UTF8 BOM support in push mode by Daniel Veillard · 23 years ago
  95. 1164810 - configure.in doc/xml.html include/libxml/xmlwin32version.h: by Daniel Veillard · 23 years ago
  96. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  97. 87a764e - parser.c parserInternals.c encoding.c: Since Notepad on Win2k by Daniel Veillard · 23 years ago
  98. a9142e7 - valid.c tree.c parserInternals.c parser.c: Stephan Kulow by Daniel Veillard · 23 years ago
  99. 3ed27bd - parser.c: Stephan Kulow also raised the fact that line number by Daniel Veillard · 23 years ago
  100. a97a19b - parser.c: fixed propagation context info when parsing an by Daniel Veillard · 23 years ago