1. 82cdfc4 Expose xmlBufShrink in the public tree API by Daniel Veillard · 12 years ago
  2. 3b66622 Fix const qualifyer to definition of xmlBufferDetach by Daniel Veillard · 12 years ago
  3. 28cc42d Regenerating docs and API files by Daniel Veillard · 12 years ago
  4. 18e1f1f Improvements for old buffer compatibility by Daniel Veillard · 12 years ago
  5. dddeede Provide new xmlBuf based saving functions by Daniel Veillard · 12 years ago
  6. bca22f4 Adding a new buf module for buffers by Daniel Veillard · 12 years ago
  7. 7d0d2a5 Use a hybrid allocation scheme in xmlNodeSetContent by Conrad Irwin · 12 years ago
  8. 7d553f8 Use buffers when constructing string node lists. by Conrad Irwin · 12 years ago
  9. be2bd6a adds element traversal support avoid a warning regenerated daniel by Daniel Veillard · 16 years ago
  10. e83e93e make a new kind of buffer where shrinking and adding in head can avoid by Daniel Veillard · 16 years ago
  11. ae0765b more progresses against the official regression tests small cleanup for by Daniel Veillard · 16 years ago
  12. 602f2bd patch from Michael Day on standalone and XML declaration detection, and by Daniel Veillard · 18 years ago
  13. c8338f1 preparing release of libxml2-2.6.27 fix a small problem with preproc flags by Daniel Veillard · 18 years ago
  14. f1a27c6 added --html --memory to test htmlReadMemory to test #321632 added various by Daniel Veillard · 18 years ago
  15. 978039b Fixed a bug in xmlDOMWrapAdoptNode(); the tree traversal stopped if the by Kasimier T. Buchcik · 18 years ago
  16. b2f8f1d preparing 2.6.24 release, fixed Python paths at the last moment fix some by Daniel Veillard · 18 years ago
  17. a81d919 Added the xmlDOMWrapCloneNode() to the header file. by Kasimier T. Buchcik · 19 years ago
  18. 465a000 fixed an uninitialized variable extended the API to add the parser, by Daniel Veillard · 19 years ago
  19. 1f33c4d preparing to make testsuite releases along with code source releases fixed by Daniel Veillard · 19 years ago
  20. 4d9c948 Added allocation/deallocation functions for the DOM-wrapper context. by Kasimier T. Buchcik · 19 years ago
  21. bc0e3c6 Added xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and by Kasimier T. Buchcik · 19 years ago
  22. 21e4ef2 Re-examined the problems of configuring a "minimal" library. by William M. Brack · 20 years ago
  23. 03a53c3 added checking for names values and dictionnaries generates a tons of by Daniel Veillard · 20 years ago
  24. a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
  25. 67f8b1c adding xml:id draft support adding 4 first regression tests Daniel by Daniel Veillard · 20 years ago
  26. a9c612c moved serialization of attribute text data (xmlSerializeContent) into a by William M. Brack · 21 years ago
  27. a2e844a moved string and UTF8 routines out of parser.c and encoding.c into a new by William M. Brack · 21 years ago
  28. a0e7e93 tree.c fix misc. typos in doc comments include/libxml/tree.h elaborate on by MST 2003 John Fleck · 21 years ago
  29. c76440f stefan on IRC pointed out that XML_GET_LINE is broken on 2.6.x Daniel by Daniel Veillard · 21 years ago
  30. be58697 modified the file header to add more informations, painful... updated to by Daniel Veillard · 21 years ago
  31. 8d7b5c7 fixed some wording make sure doc/examples is packaged fixed the really by Daniel Veillard · 21 years ago
  32. 1d211e2 added the xmlWriter module contributed by Alfred Mickautsch added room for by Daniel Veillard · 21 years ago
  33. 7869729 adding xmlNodeBufGetContent() allowing to grab the content without forcing by Daniel Veillard · 21 years ago
  34. d885040 make room in Doc, Element, Attributes for PSVI type informations. Daniel by Daniel Veillard · 21 years ago
  35. 652327a Adding a configure option to remove tree manipulation code which is not by Daniel Veillard · 21 years ago
  36. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  37. f85ce8e the uri arg to xmlNodeSetBase is really a const xmlChar* addin the by Daniel Veillard · 21 years ago
  38. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  39. 40412cd when creating a DOCTYPE use "html" lowercase by default instead of "HTML" by Daniel Veillard · 21 years ago
  40. aa3cfbd realigned parameters after taint by Igor Zlatkovic · 21 years ago
  41. 76874e4 Exportability taint of the headers by Igor Zlatkovic · 21 years ago
  42. 6155d8a optimization when freeing hash tables. some tuning of buffer allocations by Daniel Veillard · 21 years ago
  43. 8d73bcb added a new API to split a QName without generating any memory allocation by Daniel Veillard · 21 years ago
  44. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  45. c00cda8 fixing bug #107129, removing excessive allocation and calls to *printf in by Daniel Veillard · 21 years ago
  46. d431074 float/double check bugfix exported a function for NMTOKEN validation add a by Daniel Veillard · 21 years ago
  47. d229879 more testing on the Relax-NG front, cleaning up the regression tests by Daniel Veillard · 21 years ago
  48. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 22 years ago
  49. ea7751d working on DTD validation on top of xml reader interfaces. Allows to 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. ebc4ca9 refactored the XML dump of a node to a buffer API to reuse the generic by Daniel Veillard · 22 years ago
  52. d5c2f92 modified the existing APIs to handle XHTML1 serialization rules by Daniel Veillard · 22 years ago
  53. 7ae91bc retired xmlwin32version.h by Igor Zlatkovic · 22 years ago
  54. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  55. aeb258a cosmetic cleanup started integrating a DTD validation layer based on the by Daniel Veillard · 22 years ago
  56. 8e8a703 added _private member to xmlNs struct by PDT 2002 Aleksey Sanin · 22 years ago
  57. 9e41230 patch from Richard Jinks for XPath substring() function new set of tests by Daniel Veillard · 22 years ago
  58. 46de64e performance patch from Peter Jacobi Daniel by Daniel Veillard · 22 years ago
  59. 648b8e9 *** empty log message *** by Igor Zlatkovic · 22 years ago
  60. a6f2d90 *** empty log message *** by Igor Zlatkovic · 22 years ago
  61. 561b7f8 dohh I really didn't intended to commit this test version :-( Daniel by Daniel Veillard · 22 years ago
  62. e50f3b5 I wanted to see the real speed at the SAX interface after a little too by Daniel Veillard · 22 years ago
  63. 61f2617 Heiko W. Rupp fixed a lot of comments to generate better API descriptions by Daniel Veillard · 22 years ago
  64. 9ff8817 Fixing #74186, made sure all boolean expressions get fully parenthesized, by Daniel Veillard · 22 years ago
  65. 6c4ffaf trying to fix the include mess Daniel by Daniel Veillard · 22 years ago
  66. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 23 years ago
  67. d2897fd commited early version of a python binding for private use only ATM Daniel by Daniel Veillard · 23 years ago
  68. 9d06d30 Build a new version hopefully near complete and fully documented of the by Daniel Veillard · 23 years ago
  69. 963d2ae cleanup patch from Anthony Jones fix the headers to avoid in make scan by Daniel Veillard · 23 years ago
  70. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  71. d164092 applied documentation patches from Charlie Bozeman Daniel by Daniel Veillard · 23 years ago
  72. 8faa783 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module, they by Daniel Veillard · 23 years ago
  73. 566d4df Fixed a couple of macro errors pointed out by Denis Beurive, closes #65111 by Daniel Veillard · 23 years ago
  74. 0ec9863 better comments for _private fields removed a problem when copying an by Daniel Veillard · 23 years ago
  75. be480fb trying to fix namespaces + validation problems for good, closing #63619 in by Daniel Veillard · 23 years ago
  76. 5a37bde more include cleanups, export cleanly one html output + format function. by CET 2001 Daniel Veillard · 23 years ago
  77. 8bdb91d cleanup cleanup too added xmlNoNetExternalEntityLoader() from xsltproc by Daniel Veillard · 23 years ago
  78. d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
  79. 2ebd7a7 added fix to the header Daniel by Daniel Veillard · 23 years ago
  80. f012a64 get rid of the readline and libhistory dependancies by default, release by Daniel Veillard · 23 years ago
  81. 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
  82. 7db3773 store the line numbder in element->content, may break some software, need by Daniel Veillard · 23 years ago
  83. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  84. 017b108 - Makefile.am: cleanup when --without-debug is specified by Daniel Veillard · 23 years ago
  85. ca2366a grrr ... namespace is a C++ reserved keyword Daniel by Daniel Veillard · 23 years ago
  86. 9cc6dc6 - xmlversion.h.in libxml.h: Cygwin patches by Daniel Veillard · 23 years ago
  87. e95e239 - DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?> by Daniel Veillard · 23 years ago
  88. 9403a04 - TODO: updated - nanohttp.[ch] : started adding APIs to get the by Daniel Veillard · 23 years ago
  89. bed7b05 - HTMLtree.h debugXML.h parserInternals.h tree.h valid.c by Daniel Veillard · 23 years ago
  90. f69bb4b - HTMLparser.c: Closed bug #54891 by Daniel Veillard · 23 years ago
  91. 75bea54 - tree.[ch]: fixing bug #54446, by cleaning some bugs in the by Daniel Veillard · 23 years ago
  92. eefd449 - tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add by Daniel Veillard · 23 years ago
  93. 67fee94 - tree.[ch]: added xmlSaveFormatFile interface for saving by Daniel Veillard · 23 years ago
  94. eae522a Time to work on helping the Gnome Doc project, first step is reintegrating by Daniel Veillard · 23 years ago
  95. dab4cb3 Geez, this one was painful ! I still need to handle entities references by Daniel Veillard · 23 years ago
  96. a10efa8 - debugXML.c hash.c tree.h valid.c : some changes related to by Daniel Veillard · 23 years ago
  97. 82daa81 - tree.[ch] : added xmlDocCopyNode for gdome2 support Daniel by Daniel Veillard · 23 years ago
  98. 67a2130 - tree.h: include xmlmemory.h this seems to havoid a nasty glibc by Daniel Veillard · 23 years ago
  99. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  100. 9e7160d Completely changed the way the XPath evaluation is done, likely to break by Daniel Veillard · 23 years ago