1. 7b68df9 fixed bug #118712 about mixed content, and namespaced element names. added by Daniel Veillard · 21 years ago
  2. 78637da fixing bug 118559 by William M. Brack · 21 years ago
  3. a37aab8 applied a patch from Gman for building docs applied a patch from Gary by Daniel Veillard · 21 years ago
  4. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  5. f4e5576 implemented streaming of RelaxNG (when possible) on top of the xmlReader by Daniel Veillard · 21 years ago
  6. c00cda8 fixing bug #107129, removing excessive allocation and calls to *printf in by Daniel Veillard · 21 years ago
  7. e637c4a more work on XML Schemas datatypes and facets support. Currently only by Daniel Veillard · 21 years ago
  8. ef8dd7b fixing bug #108976 get the ID/REFs to reference the ID in the document by Daniel Veillard · 21 years ago
  9. 580ced8 fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed by Daniel Veillard · 21 years ago
  10. 249d7bb attempt to cope with ID/IDREF(S) declared both in the DTD and in the by Daniel Veillard · 21 years ago
  11. c3da18a added Datatype ID and IDREF, usable from RelaxNG now need to add a new by Daniel Veillard · 21 years ago
  12. 8339128 fix bug #107764 , possibility of buffer overflow in xmlValidDebug() Daniel by Daniel Veillard · 21 years ago
  13. f4be018 fixes a DTD regexp generation problem. Daniel by Daniel Veillard · 21 years ago
  14. ec498e1 do not run content model validation if the content is not determinist by Daniel Veillard · 21 years ago
  15. 0e298ad fixing #104096 to compile without regexps Daniel by Daniel Veillard · 21 years ago
  16. 57e79b3 fixing bug #103969 forgot to add an epsilon transition when building the by Daniel Veillard · 21 years ago
  17. 336fc7d final touch running DTD validation on the XmlTextReader added a specific by Daniel Veillard · 22 years ago
  18. ea7751d working on DTD validation on top of xml reader interfaces. Allows to by Daniel Veillard · 22 years ago
  19. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  20. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  21. 1c732d2 code cleanup Daniel by Daniel Veillard · 22 years ago
  22. 366a915 serious cleanup of the spec file and associated changes in the Makefiles. by Daniel Veillard · 22 years ago
  23. 2fd8542 make xmlValidateDocument emit a warning msg if there is no DTD, pointed by by Daniel Veillard · 22 years ago
  24. 01992e0 Joe Marcus Clarke reported a segfault on FBsd this was due to by Daniel Veillard · 22 years ago
  25. 9dc1cf1 patch from Mark Vakoc to fix xmlNodeGetPath() Daniel by Daniel Veillard · 22 years ago
  26. ceb09b9 typo/bug found by Christian Glahn Daniel by Daniel Veillard · 22 years ago
  27. 90d68fb fixed bug #92518 validation error were not covering namespace by Daniel Veillard · 22 years ago
  28. 118aed7 fixed the data callback on transition functionality which was broken when by Daniel Veillard · 22 years ago
  29. 23e7357 made configuring with regexps/automata/unicode the default but without by Daniel Veillard · 22 years ago
  30. 5acfd6b determinism is debugged, new DTD checking code now works but by Daniel Veillard · 22 years ago
  31. a646cfd small cleanup switched DTD validation to use only regexp when configured by Daniel Veillard · 22 years ago
  32. 84d70a4 incomplete steps for real/double support avoiding a compilation problem by Daniel Veillard · 22 years ago
  33. aeb258a cosmetic cleanup started integrating a DTD validation layer based on the by Daniel Veillard · 22 years ago
  34. 7657576 working on better error reporting of validity errors, especially providing by Daniel Veillard · 22 years ago
  35. b9cd8b4 try to provide file and line informations, not all messages are covered, by Daniel Veillard · 22 years ago
  36. 58e44c9 adding a new API for Christian Glahn: xmlParseBalancedChunkMemoryRecover by Daniel Veillard · 22 years ago
  37. 37f961d fixing bug #79331 in one path the lookup for ID attributes on a namespaced by Daniel Veillard · 22 years ago
  38. fc57b41 preparing 2.4.21 raised a too low limit rebuilt the docs Daniel by Daniel Veillard · 22 years ago
  39. 940492d first part of fixing #78729 Daniel by Daniel Veillard · 22 years ago
  40. 9b731d7 trying to fix #77441 Daniel by Daniel Veillard · 22 years ago
  41. 6f4561a Never commit without running "make tests" :-( fix a couple of stupidities by Daniel Veillard · 22 years ago
  42. d85f4f4 fixed bug #76168, attribute redeclared in the internal subset should not by Daniel Veillard · 22 years ago
  43. 4b3a84f adding "make valgrind" running the full regression tests (except python by Daniel Veillard · 22 years ago
  44. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  45. bb4e46d applied patch from Dodji Seketeli fixing an uninitailized variable in by Daniel Veillard · 22 years ago
  46. d54fa3e found and fixed a couple of allocation bugs Daniel by Daniel Veillard · 22 years ago
  47. 8dc16a6 had to change 2 internal parsing API when processing document content to by Daniel Veillard · 22 years ago
  48. d6dc4cb implemented E59 spaces in CDATA does not match the nonterminal S Daniel by Daniel Veillard · 22 years ago
  49. 878eab0 more validation test fixups added duration info for the tests Daniel by Daniel Veillard · 22 years ago
  50. d01fd3e a couple of errors were reported but not saved back as such in the parsing by Daniel Veillard · 22 years ago
  51. 8ab0f58 more work on the conformance suite. Took the step to finally block by Daniel Veillard · 22 years ago
  52. 7aea52d fixed #71740 NotationDecl with a required field missing Daniel by Daniel Veillard · 22 years ago
  53. c761299 improved the behaviour a bit as well as the logs fixed a few more bugs by Daniel Veillard · 22 years ago
  54. e4301c8 fixing a comment fixing some troubles with validity check on namespaces by Daniel Veillard · 22 years ago
  55. 0ba5923 Tentatively fixed #69655 , make compiling with -Wredundant-decls clean. by Daniel Veillard · 22 years ago
  56. c5f05ad fix #68882, cleanup the XInclude copying of node, merge back IDs in the by Daniel Veillard · 22 years ago
  57. 5e5c2d0 Justin Fletcher found some parts of the code needing cleanup Fixed the by Daniel Veillard · 22 years ago
  58. d455d79 fixing #70166 Daniel by Daniel Veillard · 22 years ago
  59. 3606581 another set of patches from Anthony Jones for copy operations cleanup and by Daniel Veillard · 23 years ago
  60. d8224e0 fixed validation of attributes content of type NAME NAMES NMTOKEN and by Daniel Veillard · 23 years ago
  61. 5344c60 Fixed a few other problems raised by Charlie Bozeman. fixed the output by Daniel Veillard · 23 years ago
  62. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 23 years ago
  63. 86fd5a7 cleanup some static declarations Daniel by Daniel Veillard · 23 years ago
  64. ed472f3 fix bug #66816 when validating. don't use sys/time.h if configure did not by Daniel Veillard · 23 years ago
  65. b4545fd in case of content model validity error, don't print it if validity by Daniel Veillard · 23 years ago
  66. be480fb trying to fix namespaces + validation problems for good, closing #63619 in by Daniel Veillard · 23 years ago
  67. ce2c2f0 fixed a very serious (looping) validation bug Daniel by Daniel Veillard · 23 years ago
  68. 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
  69. b44025c started integrating the non-controversial parts of Gary Pennington by Daniel Veillard · 23 years ago
  70. f4309d7 close bug #61550 when xml: wasn't considered a namespace daniel by Daniel Veillard · 23 years ago
  71. 268fd1b fixed a Windows compiler warning (Chris Poblete) fix for mod when dividend by Daniel Veillard · 23 years ago
  72. d3d0672 deprecate the non-boundchecking Sprintf functions, add Snprintf this by Daniel Veillard · 23 years ago
  73. 48da910 allow to inherit attributes from the DTD directly in the tree, this is by Daniel Veillard · 23 years ago
  74. 04e2dae fixed "Internal: MIXED struct bad" when #CDATA elements validation occured by Daniel Veillard · 23 years ago
  75. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  76. 10ea86c - valid.c: fixed a bug found when post validating an entity ref by Daniel Veillard · 23 years ago
  77. a9142e7 - valid.c tree.c parserInternals.c parser.c: Stephan Kulow by Daniel Veillard · 23 years ago
  78. 64b98c0 Stephan Kulow pointed out a problem when validating and using an empty by Daniel Veillard · 23 years ago
  79. 8bdd220 - valid.c: fixed bug #56049, forgot one check in the validation routine Daniel by Daniel Veillard · 23 years ago
  80. 1d04767 - valid.c: (a? , b? , c? , ... , z?) was storing/restauring by Daniel Veillard · 23 years ago
  81. bed7b05 - HTMLtree.h debugXML.h parserInternals.h tree.h valid.c by Daniel Veillard · 23 years ago
  82. f69bb4b - HTMLparser.c: Closed bug #54891 by Daniel Veillard · 23 years ago
  83. e62d36c - valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test by Daniel Veillard · 23 years ago
  84. 4de4d3b - valid.c: warn when indeterminist content model is detected by Daniel Veillard · 23 years ago
  85. 3772192 - valid.c: applied small patch from Gary Pennington, reindented by Daniel Veillard · 23 years ago
  86. 7533cc8 Good old cycle: new release, new bug reports, new fixes ... by Daniel Veillard · 23 years ago
  87. 61b33d5 - SAX.c testDocbook.c DOCBparser.c: more work on the support by Daniel Veillard · 23 years ago
  88. eae522a Time to work on helping the Gnome Doc project, first step is reintegrating by Daniel Veillard · 23 years ago
  89. 0680399 - valid.c: Bjorn detected an invalid memory access. Fixed vstateVPush() Daniel by Daniel Veillard · 23 years ago
  90. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  91. 34b1b3a Cleanup and testing with the KDE help center files: by Daniel Veillard · 23 years ago
  92. 1c14b8d The last main work left on non-determinist validation: by Daniel Veillard · 23 years ago
  93. ca1f172 The lesson of the day is by Daniel Veillard · 23 years ago
  94. 8534905 - valid.c: removed a state explosion exhibited by RSS 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. 92ad210 Spring cleanup ...: - configure.in Makefile.am config.h.in by Daniel Veillard · 23 years ago
  98. c86a4fa - HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c by Daniel Veillard · 23 years ago
  99. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  100. e356c28 Preparing for 2.3.4 release: by Daniel Veillard · 23 years ago