1. 39e5c89 fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing by Daniel Veillard · 19 years ago
  2. 7e21fd1 fixing a leak detected by testapi in xmlDOMWrapAdoptNode, and fixing by Daniel Veillard · 19 years ago
  3. 6b6d680 fixing compilations when disabling parts of the library at configure time. by Daniel Veillard · 19 years ago
  4. 304e78c fix bug raised by zamez on IRC regenerated, seems to pop-up leaks in new by Daniel Veillard · 19 years ago
  5. 4d9c948 Added allocation/deallocation functions for the DOM-wrapper context. by Kasimier T. Buchcik · 19 years ago
  6. 017264f Commented the new functions to be experimental. by Kasimier T. Buchcik · 19 years ago
  7. bc0e3c6 Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and by Kasimier T. Buchcik · 19 years ago
  8. da6f4af applied patch from Rob Richards for removal of ID (and xml:id) applied by Daniel Veillard · 19 years ago
  9. 64d7d12 applied patch for replaceNode from Brent Hendricks Daniel by Daniel Veillard · 19 years ago
  10. c587bce fixed bug #303682 of a leak reported by Malcolm Rowe Daniel by Daniel Veillard · 19 years ago
  11. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  12. 5cd3e8c cleanup of the Prop related functions and xmlNewNodeEatName by Rob by Daniel Veillard · 19 years ago
  13. ba70cc0 Changed xmlSearchNsByHref to call xmlNsInScope with the prefix instead of by Kasimier T. Buchcik · 19 years ago
  14. b6b36d3 applied patch to xmlSetNsProp from Mike Hommey Daniel by Daniel Veillard · 19 years ago
  15. 0996a16 fixed the namespaces support fixed xmlGetNodePath when namespaces are used by Daniel Veillard · 19 years ago
  16. f59507d fixed xmlCopyDoc to also copy the doc->URL as pointed by Martijn Faassen by Daniel Veillard · 19 years ago
  17. 21e4ef2 Re-examined the problems of configuring a "minimal" library. by William M. Brack · 20 years ago
  18. 1d8c9b2 fixed to skip (if necessary) the BOM for encoding 'utf-16'. Completes the by William M. Brack · 20 years ago
  19. d5cc0f7 augmented types supported a number of new bug fixes and documentation by Daniel Veillard · 20 years ago
  20. 27f2010 more coverage more fixes Daniel by Daniel Veillard · 20 years ago
  21. ce244ad fixed the way the generator works, extended the testing, especially with by Daniel Veillard · 20 years ago
  22. 3d97e66 extending the tests coverage more fixes and cleanups Daniel by Daniel Veillard · 20 years ago
  23. d005b9e more fixes and extending the tests coverage more fixes and hardening by Daniel Veillard · 20 years ago
  24. a03e365 more developments on the API testing more cleanups rebuilt Daniel by Daniel Veillard · 20 years ago
  25. 36e5cd5 adding xmlMemBlocks() work on generator of an automatic API regression by Daniel Veillard · 20 years ago
  26. 95ddcd3 applied fixes for a couple of potential security problems more fixes on by Daniel Veillard · 20 years ago
  27. 03a53c3 added checking for names values and dictionnaries generates a tons of by Daniel Veillard · 20 years ago
  28. 370ba3d fixed the leak reported by Volker Roth on the list added a specific test by Daniel Veillard · 20 years ago
  29. 8de5c0b adding the tree debug mode fixing various problems reported by the debug by Daniel Veillard · 20 years ago
  30. 2c22844 changed xmlHasNsProp to properly handle a request for the default by William M. Brack · 20 years ago
  31. 13dfa87 added the routine xmlNanoHTTPContentLength to the external API by William M. Brack · 20 years ago
  32. 1f8658a Dodji pointed out a bug in xmlGetNodePath() applied patch from Albert Chin by Daniel Veillard · 20 years ago
  33. 18a04f2 fixed problem with memory leak on text nodes in DTD (bug 148965) with by William M. Brack · 20 years ago
  34. a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
  35. ac996a1 applied a couple of patch one from Oliver Stoeneberg and another one from by Daniel Veillard · 20 years ago
  36. 42331a9 further fixes for out of memory condition, mostly from Olivier Andrieu. by William M. Brack · 20 years ago
  37. 9f797ab implemented patches supplied by Olivier Andrieu (bug 148588), plus made by William M. Brack · 20 years ago
  38. 30fe43f put in patch for Windows buffer re-allocation submitted by Steve Hay (bug by William M. Brack · 20 years ago
  39. 62040be avoid returning default namespace when searching from an attribute reverse by Daniel Veillard · 20 years ago
  40. bf62949 small buffer resizing improvement from Morten Welinder closes #140629 by Daniel Veillard · 20 years ago
  41. 57e9e91 Changed the flag to xmlDocCopyNode (and similar routines), previously used by William M. Brack · 20 years ago
  42. 2156d43 fixing compilation bug with some options disabled as well as by Daniel Veillard · 20 years ago
  43. 1a8741c commiting the new xmlsave module before the actuall big code change. by Daniel Veillard · 20 years ago
  44. 06d2524 applied a cleanup patch from Peter Breitenlohner removed a doc build by Daniel Veillard · 20 years ago
  45. cb35f01 xmlAttrSerializeTxtContent don't segfault if NULL is passed. adding an old by Daniel Veillard · 20 years ago
  46. 49138f1 some clarification in xmlDocDumpMemory() documentation fixed xmllint by Daniel Veillard · 20 years ago
  47. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 20 years ago
  48. 6f108a1 fixed missing output of internal DTD param entities when nothing else by William M. Brack · 20 years ago
  49. a9c612c moved serialization of attribute text data (xmlSerializeContent) into a by William M. Brack · 20 years ago
  50. 7762bb1 added a routine xmlStrncatNew to create a new string from 2 frags. added by William M. Brack · 21 years ago
  51. 84d83e3 inhibited production of "(null):" in xmlGetNodePath when node has default by William M. Brack · 21 years ago
  52. e1f7049 tree.c - add explanation of namespace inheritance when ns is NULL to by MST 2003 John Fleck · 21 years ago
  53. a0e7e93 tree.c fix misc. typos in doc comments include/libxml/tree.h elaborate on by MST 2003 John Fleck · 21 years ago
  54. 8b03bc5 tree.c doc/* Elaborate in documentation discussion of xmlNewChild and by MST 2003 John Fleck · 21 years ago
  55. 2f6ff81 tentative fix for #126117 character reference in attributes output problem by Daniel Veillard · 21 years ago
  56. d7cf7f8 minor changes to some comments rebuilt the generated HTML pages for by William M. Brack · 21 years ago
  57. 254b126 second BeOS patch from Marcin 'Shard' Konicki Daniel by Daniel Veillard · 21 years ago
  58. e22dd5c applied a couple of patches from Mark Lilback about text nodes coalescing by Daniel Veillard · 21 years ago
  59. f4e5629 applied patch from Kasimier Buchcik which fixes a problem in xmlSearchNs by Daniel Veillard · 21 years ago
  60. cec50a6 fix bug #125047 about serializing when finding a document fragment node. by Daniel Veillard · 21 years ago
  61. 2189b59 last minute patch from Eric Zurcher making it into 2.6.0 Daniel by Daniel Veillard · 21 years ago
  62. 3e35f8e preparing libxml2-2.6.0 updated and regenerated the docs and API moved the by Daniel Veillard · 21 years ago
  63. c469692 cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(), tested it by Daniel Veillard · 21 years ago
  64. 7869729 adding xmlNodeBufGetContent() allowing to grab the content without forcing by Daniel Veillard · 21 years ago
  65. 9ca682f fixed segfault when input file not present changed output formatting of by William M. Brack · 21 years ago
  66. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  67. 871611b enhanced macros to avoid breaking ABI from previous versions. modified to by William M. Brack · 21 years ago
  68. e2238d5 converted too small cleanup Daniel by Daniel Veillard · 21 years ago
  69. 828ce83 more cleanup through the I/O error path Daniel by Daniel Veillard · 21 years ago
  70. 18ec16e converting the tree module too created a simpler internal error reporting by Daniel Veillard · 21 years ago
  71. 652327a Adding a configure option to remove tree manipulation code which is not by Daniel Veillard · 21 years ago
  72. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  73. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  74. 9475a35 added the same htmlRead APIs than their XML counterparts new parser by Daniel Veillard · 21 years ago
  75. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  76. 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
  77. f85ce8e the uri arg to xmlNodeSetBase is really a const xmlChar* addin the by Daniel Veillard · 21 years ago
  78. e72c508 preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code in by Daniel Veillard · 21 years ago
  79. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  80. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  81. 2a3fea3 applied speedup to xmlSearchNs() as suggested by Luca Padovani. Cleaned up by Daniel Veillard · 21 years ago
  82. 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago
  83. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  84. e598408 fixes a small bug introduced in last commit and detected by valgrind. by Daniel Veillard · 21 years ago
  85. 6155d8a optimization when freeing hash tables. some tuning of buffer allocations by Daniel Veillard · 21 years ago
  86. 70bcb0e hum try to avoid some troubles when the library is not initialized and one by Daniel Veillard · 21 years ago
  87. 20aa0fb fixed a small problem in the patch for #118763 this reverts back to the by Daniel Veillard · 21 years ago
  88. 39057f4 fixing HTML attribute serialization bug #118763 applying a modified by Daniel Veillard · 21 years ago
  89. 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
  90. a6874ca applied Peter Jacobi encoding cleanup patch, and also avoided a possible by Daniel Veillard · 21 years ago
  91. 75eb1ad regenerated might fix includes problems with the Ipv6 support on solaris by Daniel Veillard · 21 years ago
  92. e132611 applied a couple of patches from Mark Itzcovitz to handle saving back by Daniel Veillard · 21 years ago
  93. d72c7e3 PI nodes in external subset were not freed :-\ fixes bug #112842 Daniel by Daniel Veillard · 21 years ago
  94. a067e65 fixed a problem with xmlUnlinkNode() for DTDs. Daniel by Daniel Veillard · 21 years ago
  95. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  96. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  97. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  98. c00cda8 fixing bug #107129, removing excessive allocation and calls to *printf in by Daniel Veillard · 21 years ago
  99. 6560a42 two patches from James Bursa on the HTML parser and a typo reindenting, by Daniel Veillard · 21 years ago
  100. 9adc046 some changes related to the new way of handling Result Value Tree, before by Daniel Veillard · 21 years ago