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