1. 8edf1c5 added a new API xmlXIncludeProcessTree() to process XInclude only on a by Daniel Veillard · 21 years ago
  2. 409a814 adding Get interface for the error callback and parameters of parsing and by Daniel Veillard · 21 years ago
  3. 72f92a8 applied the BCB patch by Eric Zurcher by Igor Zlatkovic · 21 years ago
  4. a37aab8 applied a patch from Gman for building docs applied a patch from Gary by Daniel Veillard · 21 years ago
  5. a84c0b3 commiting some work done while in the Maldives (hence the timezone on the by Daniel Veillard · 21 years ago
  6. 781ac8b patch from Stéphane Bidoul for setting up threads global defaults. this by Daniel Veillard · 21 years ago
  7. 75bb3bb added --schema option to run WXS schema validation tried to improve error by Daniel Veillard · 21 years ago
  8. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  9. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 22 years ago
  10. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 22 years ago
  11. 3e59fc5 added support for large file, tested with a 3+GB instance, and some by Daniel Veillard · 22 years ago
  12. 33300b4 augnemting the APIs, cleanups. cleanup bug #111005 added some missing by Daniel Veillard · 22 years ago
  13. f4e5576 implemented streaming of RelaxNG (when possible) on top of the xmlReader by Daniel Veillard · 22 years ago
  14. c58f4ef integrated the regexp based validity checking of fragments of the document by Daniel Veillard · 22 years ago
  15. 52b48c7 Starting work precompiling parts of RelaxNG schemas. Not plugged onto by Daniel Veillard · 22 years ago
  16. f6bad79 make sure xmllint --stream and xmllint --stream --valid returns errors by Daniel Veillard · 22 years ago
  17. c6cae7b Added the Expand() and Next() operation to work on subtrees within the by Daniel Veillard · 22 years ago
  18. 02ea141 exported htmlCreateMemoryParserCtxt() it was static Daniel by Daniel Veillard · 22 years ago
  19. d3b9cd8 update from Charles Bozeman for date and duration types updated too Daniel by Daniel Veillard · 22 years ago
  20. c00cda8 fixing bug #107129, removing excessive allocation and calls to *printf in by Daniel Veillard · 22 years ago
  21. 80b1909 implemented comparisons for Schemas values. fixed some bugs in duration by Daniel Veillard · 22 years ago
  22. 91a1325 fixed bugs and memory leaks in the W3C XML Schemas code implemented by Daniel Veillard · 22 years ago
  23. e4fa293 first part of the fix to performance bug #108905, adds by Daniel Veillard · 22 years ago
  24. ef0b450 fixed some problems related to #75813 about handling of Result Value Trees by Daniel Veillard · 22 years ago
  25. ef8dd7b fixing bug #108976 get the ID/REFs to reference the ID in the document by Daniel Veillard · 22 years ago
  26. c3da18a added Datatype ID and IDREF, usable from RelaxNG now need to add a new by Daniel Veillard · 22 years ago
  27. 952379b fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREF by Daniel Veillard · 22 years ago
  28. fd573f1 switched back to the previous Relax-NG code base, the derivation algorithm by Daniel Veillard · 22 years ago
  29. 1564e6e After coming to the conclusion that the original RelaxNG validation code by Daniel Veillard · 22 years ago
  30. 42f12e9 after and exchange with James Clark it appeared I had bug in URI parsing by Daniel Veillard · 22 years ago
  31. 6c73cb8 adding xmlNanoFTPDele() from Philipp Dunkel Daniel by Daniel Veillard · 22 years ago
  32. 8bc6cf9 added param support for relaxng type checking, started to increment the by Daniel Veillard · 22 years ago
  33. 5f9fada obsoleted xmlNormalizeWindowsPath by Igor Zlatkovic · 22 years ago
  34. f2238e6 introduced xmlCanonicPath by Igor Zlatkovic · 22 years ago
  35. d431074 float/double check bugfix exported a function for NMTOKEN validation add a by Daniel Veillard · 22 years ago
  36. febcca4 more bug-hunting added --tree to dump the intermediate rng tree patch from by Daniel Veillard · 22 years ago
  37. d229879 more testing on the Relax-NG front, cleaning up the regression tests by Daniel Veillard · 22 years ago
  38. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 22 years ago
  39. 930dfb6 applied HTML improvements from Nick Kew, allowing to do more checking to by Daniel Veillard · 22 years ago
  40. bb4c817 oops forgot a new header, daniel by Daniel Veillard · 22 years ago
  41. 6eadf63 First commit of the new Relax-NG validation code, not generally useful by Daniel Veillard · 22 years ago
  42. 417be3a patch from Stéphane Bidoul for better per context error message APIs by Daniel Veillard · 22 years ago
  43. 26f7026 applied a patch from Stéphane Bidoul to allow per XMLtextReader error and by Daniel Veillard · 22 years ago
  44. 8326e73 fixed --with-threads compile fixed --without-debug compile cleanup add a by Daniel Veillard · 22 years ago
  45. 5335dc5 applied an old patch from Lukas Schroeder to track node creation and by Daniel Veillard · 22 years ago
  46. 2d84a89 Fixed a really nasty problem raised by a DocBook XSLT transform provided by Daniel Veillard · 22 years ago
  47. e18fc18 extended the XmlTextReader API a bit, addding accessors for the current by Daniel Veillard · 22 years ago
  48. ea7751d working on DTD validation on top of xml reader interfaces. Allows to by Daniel Veillard · 22 years ago
  49. beb70bd more work on the xml reader interfaces. updated Igor's mail and the Web by Daniel Veillard · 22 years ago
  50. 67df809 Vyacheslav Pindyura managed to trigger a bug in parseStartTag, fixing it. by Daniel Veillard · 22 years ago
  51. da46d2d added more methods of XmlTextReader. this increased the methods in the by Daniel Veillard · 22 years ago
  52. 0eb38c7 added the close and getattribute methods of XmlTextReader. added the by Daniel Veillard · 22 years ago
  53. 024b570 patch from Mark Vadok about htmlNodeDumpOutput location. removed an by Daniel Veillard · 22 years ago
  54. 1932b6c applied patch from Magnus Henoch by Igor Zlatkovic · 22 years ago
  55. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  56. e1ca503 Adding a new set of APIs based on the C# TextXmlReader API but converted by Daniel Veillard · 22 years ago
  57. 8db67d2 applied the same kind of refactoring to the HTML saving code. slight API by Daniel Veillard · 22 years ago
  58. ebc4ca9 refactored the XML dump of a node to a buffer API to reuse the generic by Daniel Veillard · 22 years ago
  59. d5c2f92 modified the existing APIs to handle XHTML1 serialization rules by Daniel Veillard · 22 years ago
  60. dad3f68 preparing release 2.4.27 updated and rebuilt the docs try to make sure the by Daniel Veillard · 22 years ago
  61. b2f6163 cleanup by Igor Zlatkovic · 22 years ago
  62. 0821b15 fixed bug #98338 , fatalError SAX callback is never used. Daniel by Daniel Veillard · 22 years ago
  63. 8606bbb fixed the initialization of the SAX structure which was breaking xsltproc by Daniel Veillard · 22 years ago
  64. 7ae91bc retired xmlwin32version.h by Igor Zlatkovic · 22 years ago
  65. 2103b05 thread macros follow the new scheme by Igor Zlatkovic · 22 years ago
  66. 1d69651 removed xmlwin32version.h by Igor Zlatkovic · 22 years ago
  67. d033d02 added winsockcompat.h to EXTRA_DIST to fix bug #96586 Daniel by Daniel Veillard · 22 years ago
  68. e645e8c Applied the VMS update patch from Craig A. Berry update Daniel by Daniel Veillard · 22 years ago
  69. f000f07 made xmlGetUTF8Char public Daniel by Daniel Veillard · 22 years ago
  70. 4826743 preparing the release of 2.4.26 updated and rebuilt the documentation by Daniel Veillard · 22 years ago
  71. 819d5cb Christian Glahn found a small bug in the push parser. cleaned up and made by Daniel Veillard · 22 years ago
  72. 6045c90 added xmlSchemaNewMemParserCtxt to parse a schemas from a memory area by Daniel Veillard · 22 years ago
  73. 9524c23 outsourced WinSock compatibility macros by Igor Zlatkovic · 22 years ago
  74. ddce442 applied WinCE patch, cleaned up by Igor Zlatkovic · 22 years ago
  75. e16b574 preparing release of 2.4.25 updated and regenerated teh docs and web by Daniel Veillard · 22 years ago
  76. 90d68fb fixed bug #92518 validation error were not covering namespace by Daniel Veillard · 22 years ago
  77. 3ad7729 added HAVE_ERRNO_H definition by Igor Zlatkovic · 22 years ago
  78. 23e7357 made configuring with regexps/automata/unicode the default but without by Daniel Veillard · 22 years ago
  79. 84d70a4 incomplete steps for real/double support avoiding a compilation problem by Daniel Veillard · 22 years ago
  80. aeb258a cosmetic cleanup started integrating a DTD validation layer based on the by Daniel Veillard · 22 years ago
  81. f4862f0 messing around with support for Windows path, cleanups, trying to identify by Daniel Veillard · 22 years ago
  82. 42766c0 possible mem leak patch from Jason Adams integrated xf:escape-uri() from by Daniel Veillard · 22 years ago
  83. c084e47 integrated a cleaned up version of Marc Liyanage' patch for boolean by Daniel Veillard · 22 years ago
  84. 58e44c9 adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecover by Daniel Veillard · 22 years ago
  85. 6f46f6c Opening the interface xmlNewCharEncodingHandler as requested in #89415 by Daniel Veillard · 22 years ago
  86. 2c135a1 fixed one more c14n + namespaces corner case from new Merlin's test suite by Aleksey Sanin · 22 years ago
  87. 8e8a703 added _private member to xmlNs struct by PDT 2002 Aleksey Sanin · 22 years ago
  88. 0c022ad xpath.c fix bug 85256 by William M. Brack · 22 years ago
  89. 539638b preparing 2.4.23 rebuilt the docs Daniel by Daniel Veillard · 22 years ago
  90. 5f7f991 applied patch from Sander Vesik improving the quality of the hash by Daniel Veillard · 22 years ago
  91. 9e41230 patch from Richard Jinks for XPath substring() function new set of tests by Daniel Veillard · 22 years ago
  92. f8cb6dd added merlin-c14n-two.tar.gz tests for c14n/exc-c14n and slightly modified by Aleksey Sanin · 22 years ago
  93. 46de64e performance patch from Peter Jacobi Daniel by Daniel Veillard · 22 years ago
  94. d5e22ef preparing 2.4.22 Daniel by Daniel Veillard · 22 years ago
  95. 1b31e4a fixing #79334 making htmlParseDocument a public entry point. rebuilt the by Daniel Veillard · 22 years ago
  96. 2300256 changed default value for global parameter xmlIndentTreeOutput to 1 and by Aleksey Sanin · 22 years ago
  97. 10b6da4 apply a couple of patches from Christian Cornelssen fixing the man pages by Daniel Veillard · 22 years ago
  98. 79376ba maked xmlXPathNodeSetAddNs() function public for XMLSec performance by Aleksey Sanin · 22 years ago
  99. 5aac8b8 exported default 'file:', 'http:' and 'ftp:' protocols input handlers and by Aleksey Sanin · 22 years ago
  100. fc57b41 preparing 2.4.21 raised a too low limit rebuilt the docs Daniel by Daniel Veillard · 22 years ago