1. 2afca4a Preserve attributes of include start on tree copy by Petr Pajas · 15 years ago
  2. ab2a763 A bit of cleanups by Daniel Veillard · 15 years ago
  3. 43bc89c add a missing check in xmlAddSibling, patch by Kris Breuker avoid by Daniel Veillard · 15 years ago
  4. 810a78b set doc on last child tree in xmlAddChildList for bug #546772. Fix problem by Rob Richards · 16 years ago
  5. be2bd6a adds element traversal support avoid a warning regenerated daniel by Daniel Veillard · 16 years ago
  6. 1dc9feb fix for CVE-2008-4226, a memory overflow when building gigantic text by Daniel Veillard · 16 years ago
  7. da3fee4 Borland C fix from Moritz Both regenerate, workaround a problem for buffer by Daniel Veillard · 16 years ago
  8. 1572425 preparing 2.7.0 release remove some testing traces remove some warnings by Daniel Veillard · 16 years ago
  9. e83e93e make a new kind of buffer where shrinking and adding in head can avoid by Daniel Veillard · 16 years ago
  10. 2cba415 fix a small initialization problem raised by Ashwin increase testing by Daniel Veillard · 16 years ago
  11. aa6de47 applied patch from Aswin to fix tree skipping fixed a comment and added a by Daniel Veillard · 16 years ago
  12. ae0765b more progresses against the official regression tests small cleanup for by Daniel Veillard · 16 years ago
  13. ed939f8 fix a bug introduced when fixing #438208 and reported by Ashwin fix an by Daniel Veillard · 16 years ago
  14. 8f6c2b1 fix some problems with the *EatName functions when running out of memory by Daniel Veillard · 16 years ago
  15. 6f8611f patch from Julien Charbon to simplify the processing of xmlSetProp() by Daniel Veillard · 16 years ago
  16. 38d452a Fixed typo in xmlCharEncFirstLine pointed out by Mark Rowe (bug #440159) by William M. Brack · 17 years ago
  17. c992332 Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it Daniel by Daniel Veillard · 17 years ago
  18. 0e05f4c applied documentation patches from Markus Keim fixed one bug and added a by Daniel Veillard · 18 years ago
  19. 26a45c8 fix comment for xmlDocSetRootElement c.f. #351981 order XPath elements by Daniel Veillard · 18 years ago
  20. b5f1197 fixing bug #344390 with xmlReconciliateNs Daniel by Daniel Veillard · 18 years ago
  21. f1a27c6 added --html --memory to test htmlReadMemory to test #321632 added various by Daniel Veillard · 18 years ago
  22. b8efdda add a new function xmlPathToUri() to provide a clean conversion when by Daniel Veillard · 18 years ago
  23. a02f199 xmlTextConcat works with comments and PI nodes (bug #355962). fix by Rob Richards · 18 years ago
  24. 978039b Fixed a bug in xmlDOMWrapAdoptNode(); the tree traversal stopped if the by Kasimier T. Buchcik · 18 years ago
  25. 43ceb1e Got rid of a compiler warning in xmlGetNodePath(). by Kasimier T. Buchcik · 18 years ago
  26. d38c63f Fixed xmlGetNodePath() to generate the node test "*" for elements in the by Kasimier T. Buchcik · 18 years ago
  27. a512d76 Revert behavior change in xmlSetProp to handle attributes with colons in by Rob Richards · 18 years ago
  28. b2f8f1d preparing 2.6.24 release, fixed Python paths at the last moment fix some by Daniel Veillard · 18 years ago
  29. 973dceb fix compilation without tree Daniel by Daniel Veillard · 18 years ago
  30. 11ce400 end of first pass on coverity reports. Daniel by Daniel Veillard · 18 years ago
  31. 4435341 Simplified usage of the internal xmlNsMap. Added a "strict" lookup for by Kasimier T. Buchcik · 18 years ago
  32. 30f874d Bundled lookup of attr-nodes and retrieving their values into the by Kasimier T. Buchcik · 18 years ago
  33. 6581512 Fix the add sibling functions when passing attributes. Modify testing for by Rob Richards · 18 years ago
  34. eb46870 Fixed bug #328896 reported by Liron. The path for text- and by Kasimier T. Buchcik · 18 years ago
  35. cab801b Added an initial version of xmlDOMWrapCloneNode() to the API. It will be by Kasimier T. Buchcik · 18 years ago
  36. e8f8d75 Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt the previous addition by Kasimier T. Buchcik · 18 years ago
  37. e01b2fd Enhanced xmlDOMWrapReconcileNamespaces() to remove redundant ns-decls if by Kasimier T. Buchcik · 18 years ago
  38. 77b92ff fix bug #322136 in xmlNodeBufGetContent when entity ref is a child of an by Rob Richards · 19 years ago
  39. 19dc961 add additional checks to prevent tree corruption. fix problem copying by Rob Richards · 19 years ago
  40. c342ec6 fix issue adding non-namespaced attributes in xmlAddChild(), by Rob Richards · 19 years ago
  41. 65c2f1d Silenced intel compiler warnings (reported by Kjartan Maraas, bug by Kasimier T. Buchcik · 19 years ago
  42. 54f9a4f fixing a number of issues raised by xml:id but more generally related to by Daniel Veillard · 19 years ago
  43. 8874b94 added a parser XML_PARSE_COMPACT option to allocate small text nodes (less by Daniel Veillard · 19 years ago
  44. 73da77e line numbers are now carried by most nodes, fixing xmlGetLineNo() c.f. bug by Daniel Veillard · 19 years ago
  45. bca3ad2 fixed compilation when configured --without-sax1 and other cleanups fixes by Daniel Veillard · 19 years ago
  46. 365c806 applied patch from Alexander Pohoyda fixing xmlGetNodePath on namespaced by Daniel Veillard · 19 years ago
  47. 39e5c89 fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing by Daniel Veillard · 19 years ago
  48. 7e21fd1 fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing by Daniel Veillard · 19 years ago
  49. 6b6d680 fixing compilations when disabling parts of the library at configure time. by Daniel Veillard · 19 years ago
  50. 304e78c fix bug raised by zamez on IRC regenerated, seems to pop-up leaks in new by Daniel Veillard · 19 years ago
  51. 4d9c948 Added allocation/deallocation functions for the DOM-wrapper context. by Kasimier T. Buchcik · 19 years ago
  52. 017264f Commented the new functions to be experimental. by Kasimier T. Buchcik · 19 years ago
  53. bc0e3c6 Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and by Kasimier T. Buchcik · 19 years ago
  54. da6f4af applied patch from Rob Richards for removal of ID (and xml:id) applied by Daniel Veillard · 19 years ago
  55. 64d7d12 applied patch for replaceNode from Brent Hendricks Daniel by Daniel Veillard · 19 years ago
  56. c587bce fixed bug #303682 of a leak reported by Malcolm Rowe Daniel by Daniel Veillard · 19 years ago
  57. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  58. 5cd3e8c cleanup of the Prop related functions and xmlNewNodeEatName by Rob by Daniel Veillard · 19 years ago
  59. ba70cc0 Changed xmlSearchNsByHref to call xmlNsInScope with the prefix instead of by Kasimier T. Buchcik · 19 years ago
  60. b6b36d3 applied patch to xmlSetNsProp from Mike Hommey Daniel by Daniel Veillard · 19 years ago
  61. 0996a16 fixed the namespaces support fixed xmlGetNodePath when namespaces are used by Daniel Veillard · 19 years ago
  62. f59507d fixed xmlCopyDoc to also copy the doc->URL as pointed by Martijn Faassen by Daniel Veillard · 19 years ago
  63. 21e4ef2 Re-examined the problems of configuring a "minimal" library. by William M. Brack · 20 years ago
  64. 1d8c9b2 fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes the by William M. Brack · 20 years ago
  65. d5cc0f7 augmented types supported a number of new bug fixes and documentation by Daniel Veillard · 20 years ago
  66. 27f2010 more coverage more fixes Daniel by Daniel Veillard · 20 years ago
  67. ce244ad fixed the way the generator works, extended the testing, especially with by Daniel Veillard · 20 years ago
  68. 3d97e66 extending the tests coverage more fixes and cleanups Daniel by Daniel Veillard · 20 years ago
  69. d005b9e more fixes and extending the tests coverage more fixes and hardening by Daniel Veillard · 20 years ago
  70. a03e365 more developments on the API testing more cleanups rebuilt Daniel by Daniel Veillard · 20 years ago
  71. 36e5cd5 adding xmlMemBlocks() work on generator of an automatic API regression by Daniel Veillard · 20 years ago
  72. 95ddcd3 applied fixes for a couple of potential security problems more fixes on by Daniel Veillard · 20 years ago
  73. 03a53c3 added checking for names values and dictionnaries generates a tons of by Daniel Veillard · 20 years ago
  74. 370ba3d fixed the leak reported by Volker Roth on the list added a specific test by Daniel Veillard · 20 years ago
  75. 8de5c0b adding the tree debug mode fixing various problems reported by the debug by Daniel Veillard · 20 years ago
  76. 2c22844 changed xmlHasNsProp to properly handle a request for the default by William M. Brack · 20 years ago
  77. 13dfa87 added the routine xmlNanoHTTPContentLength to the external API by William M. Brack · 20 years ago
  78. 1f8658a Dodji pointed out a bug in xmlGetNodePath() applied patch from Albert Chin by Daniel Veillard · 20 years ago
  79. 18a04f2 fixed problem with memory leak on text nodes in DTD (bug 148965) with by William M. Brack · 20 years ago
  80. a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
  81. ac996a1 applied a couple of patch one from Oliver Stoeneberg and another one from by Daniel Veillard · 20 years ago
  82. 42331a9 further fixes for out of memory condition, mostly from Olivier Andrieu. by William M. Brack · 20 years ago
  83. 9f797ab implemented patches supplied by Olivier Andrieu (bug 148588), plus made by William M. Brack · 20 years ago
  84. 30fe43f put in patch for Windows buffer re-allocation submitted by Steve Hay (bug by William M. Brack · 20 years ago
  85. 62040be avoid returning default namespace when searching from an attribute reverse by Daniel Veillard · 20 years ago
  86. bf62949 small buffer resizing improvement from Morten Welinder closes #140629 by Daniel Veillard · 20 years ago
  87. 57e9e91 Changed the flag to xmlDocCopyNode (and similar routines), previously used by William M. Brack · 20 years ago
  88. 2156d43 fixing compilation bug with some options disabled as well as by Daniel Veillard · 20 years ago
  89. 1a8741c commiting the new xmlsave module before the actuall big code change. by Daniel Veillard · 20 years ago
  90. 06d2524 applied a cleanup patch from Peter Breitenlohner removed a doc build by Daniel Veillard · 20 years ago
  91. cb35f01 xmlAttrSerializeTxtContent don't segfault if NULL is passed. adding an old by Daniel Veillard · 20 years ago
  92. 49138f1 some clarification in xmlDocDumpMemory() documentation fixed xmllint by Daniel Veillard · 20 years ago
  93. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 20 years ago
  94. 6f108a1 fixed missing output of internal DTD param entities when nothing else by William M. Brack · 20 years ago
  95. a9c612c moved serialization of attribute text data (xmlSerializeContent) into a by William M. Brack · 20 years ago
  96. 7762bb1 added a routine xmlStrncatNew to create a new string from 2 frags. added by William M. Brack · 21 years ago
  97. 84d83e3 inhibited production of "(null):" in xmlGetNodePath when node has default by William M. Brack · 21 years ago
  98. e1f7049 tree.c - add explanation of namespace inheritance when ns is NULL to by MST 2003 John Fleck · 21 years ago
  99. a0e7e93 tree.c fix misc. typos in doc comments include/libxml/tree.h elaborate on by MST 2003 John Fleck · 21 years ago
  100. 8b03bc5 tree.c doc/* Elaborate in documentation discussion of xmlNewChild and by MST 2003 John Fleck · 21 years ago