1. 5335dc5 applied an old patch from Lukas Schroeder to track node creation and by Daniel Veillard · 22 years ago
  2. 2d84a89 Fixed a really nasty problem raised by a DocBook XSLT transform provided by Daniel Veillard · 22 years ago
  3. e18fc18 extended the XmlTextReader API a bit, addding accessors for the current by Daniel Veillard · 22 years ago
  4. ea7751d working on DTD validation on top of xml reader interfaces. Allows to by Daniel Veillard · 22 years ago
  5. beb70bd more work on the xml reader interfaces. updated Igor's mail and the Web by Daniel Veillard · 22 years ago
  6. 67df809 Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. by Daniel Veillard · 22 years ago
  7. da46d2d added more methods of XmlTextReader. this increased the methods in the by Daniel Veillard · 22 years ago
  8. 0eb38c7 added the close and getattribute methods of XmlTextReader. added the by Daniel Veillard · 22 years ago
  9. 024b570 patch from Mark Vadok about htmlNodeDumpOutput location. removed an by Daniel Veillard · 22 years ago
  10. 1932b6c applied patch from Magnus Henoch by Igor Zlatkovic · 22 years ago
  11. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  12. e1ca503 Adding a new set of APIs based on the C# TextXmlReader API but converted by Daniel Veillard · 22 years ago
  13. 8db67d2 applied the same kind of refactoring to the HTML saving code. slight API by Daniel Veillard · 22 years ago
  14. ebc4ca9 refactored the XML dump of a node to a buffer API to reuse the generic by Daniel Veillard · 22 years ago
  15. d5c2f92 modified the existing APIs to handle XHTML1 serialization rules by Daniel Veillard · 22 years ago
  16. dad3f68 preparing release 2.4.27 updated and rebuilt the docs try to make sure the by Daniel Veillard · 22 years ago
  17. b2f6163 cleanup by Igor Zlatkovic · 22 years ago
  18. 0821b15 fixed bug #98338 , fatalError SAX callback is never used. Daniel by Daniel Veillard · 22 years ago
  19. 8606bbb fixed the initialization of the SAX structure which was breaking xsltproc by Daniel Veillard · 22 years ago
  20. 7ae91bc retired xmlwin32version.h by Igor Zlatkovic · 22 years ago
  21. 2103b05 thread macros follow the new scheme by Igor Zlatkovic · 22 years ago
  22. 1d69651 removed xmlwin32version.h by Igor Zlatkovic · 22 years ago
  23. d033d02 added winsockcompat.h to EXTRA_DIST to fix bug #96586 Daniel by Daniel Veillard · 22 years ago
  24. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  25. f000f07 made xmlGetUTF8Char public Daniel by Daniel Veillard · 22 years ago
  26. 4826743 preparing the release of 2.4.26 updated and rebuilt the documentation by Daniel Veillard · 22 years ago
  27. 819d5cb Christian Glahn found a small bug in the push parser. cleaned up and made by Daniel Veillard · 22 years ago
  28. 6045c90 added xmlSchemaNewMemParserCtxt to parse a schemas from a memory area by Daniel Veillard · 22 years ago
  29. 9524c23 outsourced WinSock compatibility macros by Igor Zlatkovic · 22 years ago
  30. ddce442 applied WinCE patch, cleaned up by Igor Zlatkovic · 22 years ago
  31. e16b574 preparing release of 2.4.25 updated and regenerated teh docs and web by Daniel Veillard · 22 years ago
  32. 90d68fb fixed bug #92518 validation error were not covering namespace by Daniel Veillard · 22 years ago
  33. 3ad7729 added HAVE_ERRNO_H definition by Igor Zlatkovic · 22 years ago
  34. 23e7357 made configuring with regexps/automata/unicode the default but without by Daniel Veillard · 22 years ago
  35. 84d70a4 incomplete steps for real/double support avoiding a compilation problem by Daniel Veillard · 22 years ago
  36. aeb258a cosmetic cleanup started integrating a DTD validation layer based on the by Daniel Veillard · 22 years ago
  37. f4862f0 messing around with support for Windows path, cleanups, trying to identify by Daniel Veillard · 22 years ago
  38. 42766c0 possible mem leak patch from Jason Adams integrated xf:escape-uri() from by Daniel Veillard · 22 years ago
  39. c084e47 integrated a cleaned up version of Marc Liyanage' patch for boolean by Daniel Veillard · 22 years ago
  40. 58e44c9 adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecover by Daniel Veillard · 22 years ago
  41. 6f46f6c Opening the interface xmlNewCharEncodingHandler as requested in #89415 by Daniel Veillard · 22 years ago
  42. 2c135a1 fixed one more c14n + namespaces corner case from new Merlin's test suite by Aleksey Sanin · 22 years ago
  43. 8e8a703 added _private member to xmlNs struct by PDT 2002 Aleksey Sanin · 22 years ago
  44. 0c022ad xpath.c fix bug 85256 by William M. Brack · 22 years ago
  45. 539638b preparing 2.4.23 rebuilt the docs Daniel by Daniel Veillard · 22 years ago
  46. 5f7f991 applied patch from Sander Vesik improving the quality of the hash by Daniel Veillard · 22 years ago
  47. 9e41230 patch from Richard Jinks for XPath substring() function new set of tests by Daniel Veillard · 22 years ago
  48. f8cb6dd added merlin-c14n-two.tar.gz tests for c14n/exc-c14n and slightly modified by Aleksey Sanin · 22 years ago
  49. 46de64e performance patch from Peter Jacobi Daniel by Daniel Veillard · 22 years ago
  50. d5e22ef preparing 2.4.22 Daniel by Daniel Veillard · 22 years ago
  51. 1b31e4a fixing #79334 making htmlParseDocument a public entry point. rebuilt the by Daniel Veillard · 22 years ago
  52. 2300256 changed default value for global parameter xmlIndentTreeOutput to 1 and by Aleksey Sanin · 22 years ago
  53. 10b6da4 apply a couple of patches from Christian Cornelssen fixing the man pages by Daniel Veillard · 22 years ago
  54. 79376ba maked xmlXPathNodeSetAddNs() function public for XMLSec performance by Aleksey Sanin · 22 years ago
  55. 5aac8b8 exported default 'file:', 'http:' and 'ftp:' protocols input handlers and by Aleksey Sanin · 22 years ago
  56. fc57b41 preparing 2.4.21 raised a too low limit rebuilt the docs Daniel by Daniel Veillard · 22 years ago
  57. 13e04c6 fixed validation of attribute groups. added an example from the primer by Daniel Veillard · 22 years ago
  58. 88c5891 more work on Schemas updated the test list Daniel by Daniel Veillard · 22 years ago
  59. e19fc23 updated a bit made a comment more specific more work on the Schemas by Daniel Veillard · 22 years ago
  60. 441bc32 implementing xs:all with minOccurs = 0 added more tests covering xs:all by Daniel Veillard · 22 years ago
  61. 7646b18 another entity processing update from Markus Henke Daniel by Daniel Veillard · 22 years ago
  62. 648b8e9 *** empty log message *** by Igor Zlatkovic · 22 years ago
  63. b509f15 more work on the automata interfaces and debug of counted choices added a by Daniel Veillard · 22 years ago
  64. 8651f53 a bit of work on Schemas try to make it more useful changed the Schemas by Daniel Veillard · 22 years ago
  65. a6f2d90 *** empty log message *** by Igor Zlatkovic · 22 years ago
  66. 4255d50 merged the current state of XML Schemas implementation, it is not by Daniel Veillard · 22 years ago
  67. a7084cd release of 2.4.20 updated and rebuilt the docs Daniel by Daniel Veillard · 22 years ago
  68. 9b731d7 trying to fix #77441 Daniel by Daniel Veillard · 22 years ago
  69. a8a89fe Hallski complained it could not be included by itself. Daniel by Daniel Veillard · 22 years ago
  70. da423da Silvan Minghetti pointed erroneous use of LIBXML_THREADS_ENABLED instead by Daniel Veillard · 22 years ago
  71. 1927409 preparing 2.4.19 rebuilt the docs Daniel by Daniel Veillard · 22 years ago
  72. 9e53793 applied 2 fixups from Igor Daniel by Daniel Veillard · 22 years ago
  73. 561b7f8 dohh I really didn't intended to commit this test version :-( Daniel by Daniel Veillard · 22 years ago
  74. e50f3b5 I wanted to see the real speed at the SAX interface after a little too by Daniel Veillard · 22 years ago
  75. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  76. 61f2617 Heiko W. Rupp fixed a lot of comments to generate better API descriptions by Daniel Veillard · 22 years ago
  77. 9ff8817 Fixing #74186, made sure all boolean expressions get fully parenthesized, by Daniel Veillard · 22 years ago
  78. af43f63 preparing 2.4.17 release updated and rebuilt the docs fixed a comment by Daniel Veillard · 22 years ago
  79. bcf64c0 Oops forgot to add c14n.h to the makefile.am, Daniel by Daniel Veillard · 22 years ago
  80. 044fc6b fixing #61290 "namespace nodes have no parent" long standing divergence by Daniel Veillard · 22 years ago
  81. 7839e16 fixes a misplaced #endif Daniel by Daniel Veillard · 22 years ago
  82. 5f4b599 preparing 2.4.16 updated and rebuilt the docs, rebuilt the API and web by Daniel Veillard · 22 years ago
  83. 8dc16a6 had to change 2 internal parsing API when processing document content to by Daniel Veillard · 22 years ago
  84. 4a7ae50 isExtender was missing a char % are acceptable in the internal subset if by Daniel Veillard · 22 years ago
  85. e4301c8 fixing a comment fixing some troubles with validity check on namespaces by Daniel Veillard · 22 years ago
  86. 397ff11 preparing 2.4.15 rebuilt some docs Daniel by Daniel Veillard · 22 years ago
  87. 6c4ffaf trying to fix the include mess Daniel by Daniel Veillard · 22 years ago
  88. 1a612ed reverted part of the previous attempt to provide #69655, this was breaking by Daniel Veillard · 22 years ago
  89. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  90. f216d46 fixing #68748 Daniel by Daniel Veillard · 22 years ago
  91. c575b99 Changed to the MIT Licence updated the doc accordingly preparing 2.4.14 by Daniel Veillard · 22 years ago
  92. 70cab35 cleanup the extension function lookup always compile the list Daniel by Daniel Veillard · 22 years ago
  93. d2897fd commited early version of a python binding for private use only ATM Daniel by Daniel Veillard · 22 years ago
  94. 8ee9c8f applied patch from Anthony Jones to implement copy of DTD subtree too. Had by Daniel Veillard · 22 years ago
  95. 9d06d30 Build a new version hopefully near complete and fully documented of the by Daniel Veillard · 22 years ago
  96. 99e55eb the change made to xmlXPathFuncLookupFunc was incompatible roll it back by Daniel Veillard · 22 years ago
  97. 963d2ae cleanup patch from Anthony Jones fix the headers to avoid in make scan by Daniel Veillard · 22 years ago
  98. 744683d updated to 2.4.13 update of the documentation daniel by Daniel Veillard · 23 years ago
  99. 8107a22 integrated a couple of fixes and a new API function by Daniel Veillard · 23 years ago
  100. db0eb8d applied Serguei Narojnyi's patch to add native thread support on the Win32 by Daniel Veillard · 23 years ago