1. 62040be avoid returning default namespace when searching from an attribute reverse by Daniel Veillard · 20 years ago
  2. bf62949 small buffer resizing improvement from Morten Welinder closes #140629 by Daniel Veillard · 20 years ago
  3. 57e9e91 Changed the flag to xmlDocCopyNode (and similar routines), previously used by William M. Brack · 20 years ago
  4. 2156d43 fixing compilation bug with some options disabled as well as by Daniel Veillard · 20 years ago
  5. 1a8741c commiting the new xmlsave module before the actuall big code change. by Daniel Veillard · 20 years ago
  6. 06d2524 applied a cleanup patch from Peter Breitenlohner removed a doc build by Daniel Veillard · 20 years ago
  7. cb35f01 xmlAttrSerializeTxtContent don't segfault if NULL is passed. adding an old by Daniel Veillard · 20 years ago
  8. 49138f1 some clarification in xmlDocDumpMemory() documentation fixed xmllint by Daniel Veillard · 20 years ago
  9. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 20 years ago
  10. 6f108a1 fixed missing output of internal DTD param entities when nothing else by William M. Brack · 20 years ago
  11. a9c612c moved serialization of attribute text data (xmlSerializeContent) into a by William M. Brack · 20 years ago
  12. 7762bb1 added a routine xmlStrncatNew to create a new string from 2 frags. added by William M. Brack · 21 years ago
  13. 84d83e3 inhibited production of "(null):" in xmlGetNodePath when node has default by William M. Brack · 21 years ago
  14. e1f7049 tree.c - add explanation of namespace inheritance when ns is NULL to by MST 2003 John Fleck · 21 years ago
  15. a0e7e93 tree.c fix misc. typos in doc comments include/libxml/tree.h elaborate on by MST 2003 John Fleck · 21 years ago
  16. 8b03bc5 tree.c doc/* Elaborate in documentation discussion of xmlNewChild and by MST 2003 John Fleck · 21 years ago
  17. 2f6ff81 tentative fix for #126117 character reference in attributes output problem by Daniel Veillard · 21 years ago
  18. d7cf7f8 minor changes to some comments rebuilt the generated HTML pages for by William M. Brack · 21 years ago
  19. 254b126 second BeOS patch from Marcin 'Shard' Konicki Daniel by Daniel Veillard · 21 years ago
  20. e22dd5c applied a couple of patches from Mark Lilback about text nodes coalescing by Daniel Veillard · 21 years ago
  21. f4e5629 applied patch from Kasimier Buchcik which fixes a problem in xmlSearchNs by Daniel Veillard · 21 years ago
  22. cec50a6 fix bug #125047 about serializing when finding a document fragment node. by Daniel Veillard · 21 years ago
  23. 2189b59 last minute patch from Eric Zurcher making it into 2.6.0 Daniel by Daniel Veillard · 21 years ago
  24. 3e35f8e preparing libxml2-2.6.0 updated and regenerated the docs and API moved the by Daniel Veillard · 21 years ago
  25. c469692 cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(), tested it by Daniel Veillard · 21 years ago
  26. 7869729 adding xmlNodeBufGetContent() allowing to grab the content without forcing by Daniel Veillard · 21 years ago
  27. 9ca682f fixed segfault when input file not present changed output formatting of by William M. Brack · 21 years ago
  28. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  29. 871611b enhanced macros to avoid breaking ABI from previous versions. modified to by William M. Brack · 21 years ago
  30. e2238d5 converted too small cleanup Daniel by Daniel Veillard · 21 years ago
  31. 828ce83 more cleanup through the I/O error path Daniel by Daniel Veillard · 21 years ago
  32. 18ec16e converting the tree module too created a simpler internal error reporting by Daniel Veillard · 21 years ago
  33. 652327a Adding a configure option to remove tree manipulation code which is not by Daniel Veillard · 21 years ago
  34. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  35. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  36. 9475a35 added the same htmlRead APIs than their XML counterparts new parser by Daniel Veillard · 21 years ago
  37. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  38. 16fa96c adding a new set of API for parsing xmlReadDoc() xmlReadFile() ... by Daniel Veillard · 21 years ago
  39. f85ce8e the uri arg to xmlNodeSetBase is really a const xmlChar* addin the by Daniel Veillard · 21 years ago
  40. e72c508 preparing a 2.6.0-beta2 release avoid a warning avoid duplicate code in by Daniel Veillard · 21 years ago
  41. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  42. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  43. 2a3fea3 applied speedup to xmlSearchNs() as suggested by Luca Padovani. Cleaned up by Daniel Veillard · 21 years ago
  44. 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago
  45. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  46. e598408 fixes a small bug introduced in last commit and detected by valgrind. by Daniel Veillard · 21 years ago
  47. 6155d8a optimization when freeing hash tables. some tuning of buffer allocations by Daniel Veillard · 21 years ago
  48. 70bcb0e hum try to avoid some troubles when the library is not initialized and one by Daniel Veillard · 21 years ago
  49. 20aa0fb fixed a small problem in the patch for #118763 this reverts back to the by Daniel Veillard · 21 years ago
  50. 39057f4 fixing HTML attribute serialization bug #118763 applying a modified by Daniel Veillard · 21 years ago
  51. 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
  52. a6874ca applied Peter Jacobi encoding cleanup patch, and also avoided a possible by Daniel Veillard · 21 years ago
  53. 75eb1ad regenerated might fix includes problems with the Ipv6 support on solaris by Daniel Veillard · 21 years ago
  54. e132611 applied a couple of patches from Mark Itzcovitz to handle saving back by Daniel Veillard · 21 years ago
  55. d72c7e3 PI nodes in external subset were not freed :-\ fixes bug #112842 Daniel by Daniel Veillard · 21 years ago
  56. a067e65 fixed a problem with xmlUnlinkNode() for DTDs. Daniel by Daniel Veillard · 21 years ago
  57. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  58. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  59. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  60. c00cda8 fixing bug #107129, removing excessive allocation and calls to *printf in by Daniel Veillard · 21 years ago
  61. 6560a42 two patches from James Bursa on the HTML parser and a typo reindenting, by Daniel Veillard · 21 years ago
  62. 9adc046 some changes related to the new way of handling Result Value Tree, before by Daniel Veillard · 21 years ago
  63. a1a9d04 removed a warning more cleanup, added ENTITY and ENTITIES support by Daniel Veillard · 21 years ago
  64. 7b72ee5 fixed a node dump crash on attributes fixed an URI test bug and get better by Daniel Veillard · 21 years ago
  65. 3ebc7d4 fixed xmlSetProp and al. when the node passed is not an element. fixed by Daniel Veillard · 21 years ago
  66. c64b8e9 some warning removal on Igor's patch seems I messed up with #106788 fix by Daniel Veillard · 21 years ago
  67. 0046c0f another fix for nodeinfo in entities problem fixed bug #106788 from James by Daniel Veillard · 21 years ago
  68. d431074 float/double check bugfix exported a function for NMTOKEN validation add a by Daniel Veillard · 21 years ago
  69. 784b935 applied a patch from Kjartan Maraas to fix some typos Daniel by Daniel Veillard · 21 years ago
  70. d229879 more testing on the Relax-NG front, cleaning up the regression tests by Daniel Veillard · 21 years ago
  71. fd7ce5f trying to fix #104934 about some XHTML1 serialization issues. Daniel by Daniel Veillard · 21 years ago
  72. 6aa2f60 fixing #105678 problem when dumping a namespace node. Daniel by Daniel Veillard · 21 years ago
  73. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 21 years ago
  74. e5b110b try to fix # 105049 a couple of changes and extensions updated a function by Daniel Veillard · 21 years ago
  75. 7424eb6 applied a documentation patch from Stefan Kost Daniel by Daniel Veillard · 21 years ago
  76. 814a76d minimized the memory allocated for GetContent and a bit of cleanup. Daniel by Daniel Veillard · 21 years ago
  77. 4dbe77a fixed the streaming property of the reader, it was generating tree faster by Daniel Veillard · 22 years ago
  78. 5ecaf7f fixes #102920 about namespace handling in HTML output and section 16.2 by Daniel Veillard · 22 years ago
  79. 8a1b185 applied patch from Lukas Schroeder for register callbacks modified patch by Daniel Veillard · 22 years ago
  80. 3c265e4 backing out one change in the last patch which broke the regression tests by Daniel Veillard · 22 years ago
  81. 5335dc5 applied an old patch from Lukas Schroeder to track node creation and by Daniel Veillard · 22 years ago
  82. 2d84a89 Fixed a really nasty problem raised by a DocBook XSLT transform provided by Daniel Veillard · 22 years ago
  83. beb70bd more work on the xml reader interfaces. updated Igor's mail and the Web by Daniel Veillard · 22 years ago
  84. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  85. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  86. e1ca503 Adding a new set of APIs based on the C# TextXmlReader API but converted by Daniel Veillard · 22 years ago
  87. 64b3528 Chip turner indicated that XHTML1 serialization rule for style actually by Daniel Veillard · 22 years ago
  88. ebc4ca9 refactored the XML dump of a node to a buffer API to reuse the generic by Daniel Veillard · 22 years ago
  89. d5c2f92 modified the existing APIs to handle XHTML1 serialization rules by Daniel Veillard · 22 years ago
  90. 8606bbb fixed the initialization of the SAX structure which was breaking xsltproc by Daniel Veillard · 22 years ago
  91. a70d62f make xmlFreeNode() handle attributes correctly. Daniel by Daniel Veillard · 22 years ago
  92. ce66ce1 applied patch from Brian Stafford to fix a bug in xmlReconciliateNs() by Daniel Veillard · 22 years ago
  93. 7e3f140 applied patch from Christian Glahn to allow xmlNewChild() on document by Daniel Veillard · 22 years ago
  94. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  95. 96c3a3b investigating xmlNodeGetContent() on namespace nodes and removed a few by Daniel Veillard · 22 years ago
  96. 9dc1cf1 patch from Mark Vakoc to fix xmlNodeGetPath() Daniel by Daniel Veillard · 22 years ago
  97. bd9afb5 improving some documentation comments found and fixed a mem leak with by Daniel Veillard · 22 years ago
  98. 0f04f8e fixed another stupid bug in xmlGetNodePath() --version now report the by Daniel Veillard · 22 years ago
  99. ec6725e try to make the copy function work for node of type by Daniel Veillard · 22 years ago
  100. c1a0da3 applied the same fix for the XML-1.0 namespace to xmlSearchNsByHref() as by Daniel Veillard · 22 years ago