1. 4773df2 added io1.c an example ox xmlIO usage and io1.res test result, fixed a by Daniel Veillard · 21 years ago
  2. a2e844a moved string and UTF8 routines out of parser.c and encoding.c into a new by William M. Brack · 21 years ago
  3. 6984e6d another patch from Kenneth Haley for Mingw, c.f. #128787 Daniel by Daniel Veillard · 21 years ago
  4. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  5. b3de70c adding the pattern node selection code. Inheried in part from libxslt but by Daniel Veillard · 21 years ago
  6. 1a79241 do not package cvs versioning temp files. more cleanup, slightly improved by Daniel Veillard · 21 years ago
  7. fe9fc79 apply fix from Karl Eichwalder for script path Daniel by Daniel Veillard · 21 years ago
  8. 7899c5c adding XInclude support to the reader interface. Lot of testing of the by Daniel Veillard · 21 years ago
  9. 72b9e29 cleanup fixing bug #125653 sometimes the error handlers can get a parser by Daniel Veillard · 21 years ago
  10. 1d211e2 added the xmlWriter module contributed by Alfred Mickautsch added room for by Daniel Veillard · 21 years ago
  11. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  12. 903cd38 small fix from Bjorn Reese Daniel by Daniel Veillard · 21 years ago
  13. 68aca05 new files for a different method for doing range validation of character by William M. Brack · 21 years ago
  14. d0c9c32 cleanup fix a funny typo converted the Schemas code to the new error by Daniel Veillard · 21 years ago
  15. f403d29 more code cleanup, especially around error messages, the HTML parser has by Daniel Veillard · 21 years ago
  16. 1ae42d6 integrated the xmlDocWalker API given by Alfred Mickautsch, and providing by Daniel Veillard · 21 years ago
  17. bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
  18. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  19. 73b013f added a new configure option --with-push, some cleanups, chased code size by Daniel Veillard · 21 years ago
  20. 0643112 New file for building against uninstalled libxml2 builds. Support the by AEST 2003 Malcolm Tredinnick · 21 years ago
  21. 8127390 added 2 new configure option: --with-reader --with-sax1 to allow removing by Daniel Veillard · 21 years ago
  22. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  23. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  24. d9e9c9d fixing namespace DTD validations the output of defaulted namespaces is by Daniel Veillard · 21 years ago
  25. 5335055 add streaming on memory regression tests, found bad bugs in the reader by Daniel Veillard · 21 years ago
  26. f6bc7c2 add a Timingtests target to check bad behaviour from the streaming engine by Daniel Veillard · 21 years ago
  27. 81514ba do string allocations in large pools, allowing to find if a string pertain by Daniel Veillard · 21 years ago
  28. 8a44e59 starting work on reusing the parser dictionary for the element and by Daniel Veillard · 21 years ago
  29. 877a7bd removing the broken pseudo SGML DocBook parser code. Daniel by Daniel Veillard · 21 years ago
  30. 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago
  31. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  32. 4b1577f removing the SAXresults tree, keeping result in the same tree, added by Daniel Veillard · 21 years ago
  33. 1af9a41 Adding new version of the SAX interface, it's not there yet, currently by Daniel Veillard · 21 years ago
  34. 2fdbd32 new dictionary module to keep a single instance of the names used by the by Daniel Veillard · 21 years ago
  35. 1638a47 Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. by Daniel Veillard · 21 years ago
  36. de0a0a5 make sure the OOM code don't get in the way of the builds automatic update by Daniel Veillard · 21 years ago
  37. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  38. 3e59fc5 added support for large file, tested with a 3+GB instance, and some by Daniel Veillard · 21 years ago
  39. f4e5576 implemented streaming of RelaxNG (when possible) on top of the xmlReader by Daniel Veillard · 21 years ago
  40. 580ced8 fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed by Daniel Veillard · 21 years ago
  41. 5add868 stop generating wrong result file with * in name fixing the include bug by Daniel Veillard · 21 years ago
  42. 2e9b165 patched to have shared libraries for Python regression tests and static by Daniel Veillard · 21 years ago
  43. 869fb32 Adding the 2 check python scripts for RelaxNG and XInclude, Daniel by Daniel Veillard · 21 years ago
  44. 231d791 fixes a libtool problem on AMD 64bits builds found the validation problem by Daniel Veillard · 21 years ago
  45. 71531f3 comments cleanups use xmllint for doing the RelaxNG tests preparing 2.5.2 by Daniel Veillard · 21 years ago
  46. d41f4f4 more work on Relax-NG, implementing externalRef augmented/updated the by Daniel Veillard · 21 years ago
  47. 6eadf63 First commit of the new Relax-NG validation code, not generally useful by Daniel Veillard · 22 years ago
  48. e1ca503 Adding a new set of APIs based on the C# TextXmlReader API but converted by Daniel Veillard · 22 years ago
  49. 66651aa trying to fix bug #98517 about building outside the source tree fixed the by Daniel Veillard · 22 years ago
  50. 91ad879 switched the order of a couple of includes to fix bugs #97100 Daniel by Daniel Veillard · 22 years ago
  51. 366a915 serious cleanup of the spec file and associated changes in the Makefiles. by Daniel Veillard · 22 years ago
  52. 6318673 use test -f instead of test -e since Solaris /bin/sh misses it, reported by Daniel Veillard · 22 years ago
  53. 7233615 fixed a breakage raised by Jacob Daniel by Daniel Veillard · 22 years ago
  54. 40b1134 trying to fix #88412 by bypassing all the python subdir if python ain't by Daniel Veillard · 22 years ago
  55. 23e7357 made configuring with regexps/automata/unicode the default but without by Daniel Veillard · 22 years ago
  56. e3b7d9a quick but apparently working implementation of xi:fallback, should close by Daniel Veillard · 22 years ago
  57. fdc9156 applied patch from Richard Jinks for the namespace axis + fixed a memory by Daniel Veillard · 22 years ago
  58. f8cb6dd added merlin-c14n-two.tar.gz tests for c14n/exc-c14n and slightly modified by Aleksey Sanin · 22 years ago
  59. c57f9c1 Makefile.am: updated c14n tests suite by Aleksey Sanin · 22 years ago
  60. 508a101 C14N tests integrated into LibXML2 test suite by Aleksey Sanin · 22 years ago
  61. 49d5af8 Merijn Broeren pointed out a problem when compiling with trio and schemas. by Daniel Veillard · 22 years ago
  62. 88c5891 more work on Schemas updated the test list Daniel by Daniel Veillard · 22 years ago
  63. decd64d more Schemas work added more tests coming from the spec. Daniel by Daniel Veillard · 22 years ago
  64. 6231e84 fixed & serialization bug introduced in 2.4.20 this changes a few things by Daniel Veillard · 22 years ago
  65. 8651f53 a bit of work on Schemas try to make it more useful changed the Schemas by Daniel Veillard · 22 years ago
  66. 4255d50 merged the current state of XML Schemas implementation, it is not by Daniel Veillard · 22 years ago
  67. 4b3a84f adding "make valgrind" running the full regression tests (except python by Daniel Veillard · 22 years ago
  68. e915b2d Fixed bug #72570 moved the libxml man page to section 3 Daniel by Daniel Veillard · 22 years ago
  69. 044fc6b fixing #61290 "namespace nodes have no parent" long standing divergence by Daniel Veillard · 22 years ago
  70. 55253e2 fixed the test script after some discussion on the semantic of by Daniel Veillard · 22 years ago
  71. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  72. 07be19b applied patch from Andris Pavenis for binary name suffixes Daniel by Daniel Veillard · 22 years ago
  73. c575b99 Changed to the MIT Licence updated the doc accordingly preparing 2.4.14 by Daniel Veillard · 22 years ago
  74. 7db3871 cleanup always use stdout if output is NULL don't close filedescriptors by Daniel Veillard · 22 years ago
  75. c3e3944 Jacob sent a patch to allow building from tarfile. Daniel by Daniel Veillard · 22 years ago
  76. f1d0e6b inserted the python wrappers build, I hope this won't be too unportable by Daniel Veillard · 22 years ago
  77. 3606581 another set of patches from Anthony Jones for copy operations cleanup and by Daniel Veillard · 23 years ago
  78. 6100647 added an XML description of the API, moved the script generating it here. by Daniel Veillard · 23 years ago
  79. 026d29f Upgraded to trio baseline 1.6 by Bjorn Reese · 23 years ago
  80. 314cfa0 patch from Anthony Jones for hash.c allocation size trying to work around by Daniel Veillard · 23 years ago
  81. db0eb8d applied Serguei Narojnyi's patch to add native thread support on the Win32 by Daniel Veillard · 23 years ago
  82. d3b0882 integrated Eric Lavigne (sp???) contribution to build libxml2 on MacOS by Daniel Veillard · 23 years ago
  83. 8e3943c update from Igor for Windows Daniel by Daniel Veillard · 23 years ago
  84. 0135a39 2.4.10 release, Daniel. by Daniel Veillard · 23 years ago
  85. 03f848d Weiqi Gao pointed out that xmlcatalog migh need the history libraries by Daniel Veillard · 23 years ago
  86. c853b32 releasing 2.4.9 fixing catalog breakages fixed more problems in catalog by Daniel Veillard · 23 years ago
  87. ad661b9 confexecdir and confexec_DATA were defined twice pointed out by Karl by Daniel Veillard · 23 years ago
  88. 8bdb91d cleanup cleanup too added xmlNoNetExternalEntityLoader() from xsltproc by Daniel Veillard · 23 years ago
  89. 52dcab3 preparing 2.4.7 switched to the latest xmllint manual page from John by Daniel Veillard · 23 years ago
  90. 89cad53 added entities testing to the Thread test make the test reasonable fix the by Daniel Veillard · 23 years ago
  91. ab7488e fixed some bugs in CFLAGS passing. added a specific threaded test case by Daniel Veillard · 23 years ago
  92. d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
  93. b847864 started integrating the core of the thread support not activated yet but by Daniel Veillard · 23 years ago
  94. 1a12361 PISSED !!! DO NOT COMMIT DIRECTLY IF NOT ALLOWED PERSONALLY by Daniel Veillard · 23 years ago
  95. de8c8af Don't copy libxml.spec, it's already included due to listing in by CEST 2001 Jens Finke · 23 years ago
  96. 5eb9dea Need $(ICONV_LIBS) in libxml2_la_LIBADD Daniel by Daniel Veillard · 23 years ago
  97. 9f7b84b preparing for a 2.4.3 release even if it may not be ready yet redirected by Daniel Veillard · 23 years ago
  98. cda9692 more work on the XML catalog support. small cleanup seems using list as a by Daniel Veillard · 23 years ago
  99. 4502960 Re-worked NaN and Inf support by Bjorn Reese · 23 years ago
  100. 344cee7 renaming testCatalog as xmlcatalog, making it an installed app adding a by Daniel Veillard · 23 years ago