1. 07cb822 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  2. 40412cd when creating a DOCTYPE use "html" lowercase by default instead of "HTML" by Daniel Veillard · 21 years ago
  3. c193956 small changes to syntax to get rid of compiler warnings. No changes to by William M. Brack · 21 years ago
  4. 779af00 =Bug 118559 (continued) by William M. Brack · 21 years ago
  5. d6038e0 applying cleanup patch from Bjorn Reese for xmlTextReaderNodeType() and by Daniel Veillard · 21 years ago
  6. c127adc fixed an out of bound error #118052 , the good part if that base64 code by Daniel Veillard · 21 years ago
  7. 409a814 adding Get interface for the error callback and parameters of parsing and by Daniel Veillard · 21 years ago
  8. a37aab8 applied a patch from Gman for building docs applied a patch from Gary by Daniel Veillard · 21 years ago
  9. 37fc84d fixing bug #104081 with xs:all with an element holding minOccurs="0" added by Daniel Veillard · 21 years ago
  10. 61c5220 try to fix Red hat bug #89957, do not output -L/usr/lib64 fixed a typo in by Daniel Veillard · 21 years ago
  11. a76fe5c integrated the Out Of Memory test from Havoc Pennington #109368 a lot of by Daniel Veillard · 21 years ago
  12. a880b12 a lot of performance work especially the speed of streaming through the by Daniel Veillard · 21 years ago
  13. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  14. 33300b4 augnemting the APIs, cleanups. cleanup bug #111005 added some missing by Daniel Veillard · 21 years ago
  15. f4e5576 implemented streaming of RelaxNG (when possible) on top of the xmlReader by Daniel Veillard · 21 years ago
  16. f6bad79 make sure xmllint --stream and xmllint --stream --valid returns errors by Daniel Veillard · 21 years ago
  17. c6cae7b Added the Expand() and Next() operation to work on subtrees within the by Daniel Veillard · 21 years ago
  18. 9e07710 fixing HasValue for namespace as raised by Denys Duchier Daniel by Daniel Veillard · 21 years ago
  19. ef8dd7b fixing bug #108976 get the ID/REFs to reference the ID in the document by Daniel Veillard · 21 years ago
  20. 2cfd9df fixed #107043 removing 2 warnings with Sun One compiler. Daniel by Daniel Veillard · 21 years ago
  21. 48ef4c9 fixed bug #108801 reported by Malcolm Tredinnick about the DocType node by Daniel Veillard · 21 years ago
  22. 120e8eb fixed bug #108546 on long CDATA (or text nodes) reported by Edd Dumbill by Daniel Veillard · 21 years ago
  23. 580ced8 fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed by Daniel Veillard · 21 years ago
  24. 952379b fixed the last core RelaxNG bug known #107083, shemas datatype ID/IDREF by Daniel Veillard · 21 years ago
  25. d431074 float/double check bugfix exported a function for NMTOKEN validation add a by Daniel Veillard · 21 years ago
  26. 0e298ad fixing #104096 to compile without regexps Daniel by Daniel Veillard · 21 years ago
  27. 540a31a applied a new patch from Stéphane Bidoul for cleanups rebuilt the API by Daniel Veillard · 22 years ago
  28. 417be3a patch from Stéphane Bidoul for better per context error message APIs by Daniel Veillard · 22 years ago
  29. 26f7026 applied a patch from Stéphane Bidoul to allow per XMLtextReader error and by Daniel Veillard · 22 years ago
  30. 4dbe77a fixed the streaming property of the reader, it was generating tree faster by Daniel Veillard · 22 years ago
  31. 067bae5 seriously changed the way data are pushed to the underlying parser, go by by Daniel Veillard · 22 years ago
  32. e59494f a bit of cleanup small fix more work on the XmlTextReader tutorial a few by Daniel Veillard · 22 years ago
  33. 7704fb1 added the --stream flag to use the TextReader API small performance tweak by Daniel Veillard · 22 years ago
  34. a80ff6e okay the DTD validation code on top of the XMLTextParser API should be by Daniel Veillard · 22 years ago
  35. 1fdfd11 Fixing some more mess with validation and recursive entities while using by Daniel Veillard · 22 years ago
  36. dab8ea9 another couple of problem related to IsEmptyElement reported by Stéphane by Daniel Veillard · 22 years ago
  37. e3c036e fixed another couple of xmlreader bugs reported by Stéphane Bidoul and by Daniel Veillard · 22 years ago
  38. 9e395c2 fixed another validity checking in external parsed entities raised by by Daniel Veillard · 22 years ago
  39. d589614 fixed a problem with validation within entities pointed by Stéphane by Daniel Veillard · 22 years ago
  40. 4d8db8a fixed another pair of problem pointed by Stéphane Bidoul: depth start at 0 by Daniel Veillard · 22 years ago
  41. 571b889 fixed another problem pointed by Stéphane Bidoul Daniel by Daniel Veillard · 22 years ago
  42. aaa105b fixed a limit case problem with "<a/>" Daniel by Daniel Veillard · 22 years ago
  43. ecaba49 warn on xmlns:prefix="foo" fixed a couple of problem for namespace by Daniel Veillard · 22 years ago
  44. 29b3e28 fixed a bug pointed out by Stéphane Bidoul and integrated it into the by Daniel Veillard · 22 years ago
  45. e18fc18 extended the XmlTextReader API a bit, addding accessors for the current by Daniel Veillard · 22 years ago
  46. 336fc7d final touch running DTD validation on the XmlTextReader added a specific by Daniel Veillard · 22 years ago
  47. df512f4 Fixed the empty node detection to avoid reporting an inexistant close tag. 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. 9b4bb4d preparing release of 2.4.29 rebuilt the docs and API a few more fixes for by Daniel Veillard · 22 years ago
  54. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  55. 01c13b5 code cleanup, especially the function comments. fixed a small bug when 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