1. 256401b Committing again, since the CVS server aborted. by Kasimier T. Buchcik · 19 years ago
  2. 7331e5c fixed #172260 redundant assignment. fixed xmlSAXParseDoc() and by Daniel Veillard · 19 years ago
  3. 9e75e9f special case "DAV:" namespace in c14n relative namespaces check and add by Aleksey Sanin · 19 years ago
  4. 478d693 Hopefully finished validation against facets to use the normalized value by Kasimier T. Buchcik · 19 years ago
  5. 6c81d0e In preparation to use normalized values of facets during validation: by Kasimier T. Buchcik · 19 years ago
  6. c0c6ce2 some gcc4 portability patches, including a serious aliasing bug exposed in by Daniel Veillard · 19 years ago
  7. 285ebab Enabled IDC parsing and validation. Added xmlSchemaCopyValue to the API; by Kasimier T. Buchcik · 19 years ago
  8. 5e09414 applied patch from Aron Stansvik to add xmlTextReaderByteConsumed() added by Daniel Veillard · 19 years ago
  9. 2a0fdd9 Some experimental addition for parsing of expressions and streamable by Kasimier T. Buchcik · 19 years ago
  10. b06b4de Added validation for the attribute "id" in the schemata; doing this needed by Kasimier T. Buchcik · 19 years ago
  11. 6e224f1 Fixed comparison for default/fixed attribute values, if the type was by Kasimier T. Buchcik · 19 years ago
  12. 56de87e fix the comment to describe the real return values lot of work on the by Daniel Veillard · 19 years ago
  13. 25799ce Added IDC evaluation for attribute nodes. Made 'nil'ed elements work. by Kasimier T. Buchcik · 19 years ago
  14. 015ccb2 This change started out as a simple desire to speed up the by William M. Brack · 19 years ago
  15. 2fc6df9 added a streaming pattern detector for a subset of XPath, should help by Daniel Veillard · 19 years ago
  16. e8a550b Added an initial skeleton for indentity-constraints. This is all defined by Kasimier T. Buchcik · 19 years ago
  17. cee2b3a warning patches from Peter Breitenlohner serious DTD parsing speedups, by Daniel Veillard · 19 years ago
  18. 316a5c3 added xmlHashCreateDict where the hash reuses the dictionnary for internal by Daniel Veillard · 19 years ago
  19. 1441251 a single lock version mostly avoid the cost penalty of the lock in case of by Daniel Veillard · 19 years ago
  20. 6fc5db0 trying to fix at least the message from bug #158628 added first xmlsave by Daniel Veillard · 19 years ago
  21. 31113c7 Exposed targetNamespace for simple/complex types, model groups, attribute by Kasimier T. Buchcik · 19 years ago
  22. cc026dc extended xmlRegExecErrInfo() and xmlRegExecNextValues() to return error by Daniel Veillard · 19 years ago
  23. fc0b6f6 William noticed I forgot to add special support for xmlmodules.c define by Daniel Veillard · 19 years ago
  24. 8fdc32a fixing col information in xmlParserInput and propagating column into xmlError by Aleksey Sanin · 20 years ago
  25. 48df961 fixed namespace bug in push mode reported by Rob Richards added it to the by Daniel Veillard · 20 years ago
  26. be076e9 applied patch from Bjorn Reese, plus some cleanups fixed the stylesheet to by Daniel Veillard · 20 years ago
  27. f6b71bd making DSO support an option code and documentation cleanups regenerated by Daniel Veillard · 20 years ago
  28. ce1648b applied DSO support patch 2 from Joel Reed Daniel by Daniel Veillard · 20 years ago
  29. d671e28 GetLineNumber and GetColumnNumber functions for xmlReader by Aleksey Sanin · 20 years ago
  30. 21e4ef2 Re-examined the problems of configuring a "minimal" library. by William M. Brack · 20 years ago
  31. ad0e67c fixed up some gcc warnings, no change to logic. New macro XML_CAST_FPTR to by William M. Brack · 20 years ago
  32. 6bb3e86 added xmlDictExists() to the dictionnary interface. applying by Daniel Veillard · 20 years ago
  33. 91feaf8 Correct symbol space for 'all' and 'choice'. Added 'replace' normalization by Kasimier T. Buchcik · 20 years ago
  34. d0cf7f6 integrated in "make tests" added -q option, and more conditional features by Daniel Veillard · 20 years ago
  35. a82b182 more coverage more fixes Daniel by Daniel Veillard · 20 years ago
  36. 57b2516 augmented type autogeneration for enums removed direct error reporting. by Daniel Veillard · 20 years ago
  37. 34099b4 changing the way the .c is generated, extending the tests coverage fixing by Daniel Veillard · 20 years ago
  38. dd6d300 more fixes and extending the tests coverage adding a type init interface by Daniel Veillard · 20 years ago
  39. 8a32fe4 more testing and coverage more cleanups rebuilt Daniel by Daniel Veillard · 20 years ago
  40. 36e5cd5 adding xmlMemBlocks() work on generator of an automatic API regression by Daniel Veillard · 20 years ago
  41. eff45a9 register xmlSchemaSetValidErrors, patch from Brent Hendricks in the by Daniel Veillard · 20 years ago
  42. 03a53c3 added checking for names values and dictionnaries generates a tons of by Daniel Veillard · 20 years ago
  43. e281127 applied patch from Graham Bennett adding 4 convenience functions to the by Daniel Veillard · 20 years ago
  44. c609578 added UTF-8 string checking, raise a problem, need debug Daniel by Daniel Veillard · 20 years ago
  45. 0d24b11 added namespace checking daniel by Daniel Veillard · 20 years ago
  46. 8de5c0b adding the tree debug mode fixing various problems reported by the debug by Daniel Veillard · 20 years ago
  47. 22cdb84 revamped the XML debugging module and prepare for a new checking mode by Daniel Veillard · 20 years ago
  48. d1757ab added two new macros IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html) by William M. Brack · 20 years ago
  49. 8787640 Parsing of <complexContent> - handle attribute 'mixed', catch illegal by Kasimier T. Buchcik · 20 years ago
  50. 13dfa87 added the routine xmlNanoHTTPContentLength to the external API by William M. Brack · 20 years ago
  51. 876a6db Simpified attribute wildcard creation and assignment to get rid of memory by Kasimier T. Buchcik · 20 years ago
  52. 5eba91f Added the function xmlSchemaValidateOneElement to the XML Schema by Kasimier T. Buchcik · 20 years ago
  53. 383434b Fixed a seg fault in xmlGetQNameProp: a format argument was missing. Fixed by Kasimier T. Buchcik · 20 years ago
  54. bea2354 Added missing test file. Substituted the obsolete xmlSchemaValidError(s) by Kasimier T. Buchcik · 20 years ago
  55. 6ebf3c4 trying to remove some warning when compiling on Fedora Core 3 and 64bits by Daniel Veillard · 20 years ago
  56. 2f2a663 modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>, by William M. Brack · 20 years ago
  57. f402549 added some code to include the CVS ChangeLog version in the by William M. Brack · 20 years ago
  58. 259f0df Applied patch from Torkel Lyng to add Schemas support to the Python by Daniel Veillard · 20 years ago
  59. c14c389 added help for new set shell command added parser option to not generate by Daniel Veillard · 20 years ago
  60. 29b1748 small typo pointed out by Mike Hommey slightly improved the --c14n by Daniel Veillard · 20 years ago
  61. c0826a7 applied Schemas patches from Kasimier Buchcik lot of new tests for things by Daniel Veillard · 20 years ago
  62. 4e3a9fa elaborated on description of xmlValidityWarningFunc and by William M. Brack · 20 years ago
  63. a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
  64. 01fa615 applied Schemas patches from Kasimier Buchcik, there is still one open by Daniel Veillard · 20 years ago
  65. 647e39a moved some definitions to globals.h to avoid some troubles pointed out by by Daniel Veillard · 20 years ago
  66. a235132 hack based on Arjan van de Ven suggestion to reduce ELF footprint and by Daniel Veillard · 20 years ago
  67. 50355f0 applied another patch from Kasimier Buchcik for Schema Component by Daniel Veillard · 20 years ago
  68. 0df3bc3 fixed a serious problem when substituing entities using the Reader, the by Daniel Veillard · 20 years ago
  69. 1b243b4 applied patch from Rob Richards for the per thread I/O mappings Daniel by Daniel Veillard · 20 years ago
  70. f7789b1 added a new routine xmlBuildRelativeURI needed for enhancement of by William M. Brack · 20 years ago
  71. 767265d small change to xmlSchemaValidateAttributes, also corrected typo on error by William M. Brack · 20 years ago
  72. 3646d64 applied a patch from Kasimier Buchcik implementing attribute uses and by Daniel Veillard · 20 years ago
  73. 0335a84 applied patch from Rob Richards for custom I/O BufferCreateFilenane fixes by Daniel Veillard · 20 years ago
  74. 3995bc3 start adding API for escaping customization. Daniel by Daniel Veillard · 20 years ago
  75. ee8960b second pass on escaping handling, start to looks better, need to be by Daniel Veillard · 20 years ago
  76. 5d1a4d8 first pass at refactoring the escape on save routines for better by Daniel Veillard · 20 years ago
  77. e709195 Applied patches supplied by Kasimier Buchcik. changed test to account for by William M. Brack · 20 years ago
  78. aecc0dc fixes the use of 'list' as a parameter added xmlPopInputCallback for Matt by Daniel Veillard · 20 years ago
  79. 4e4bcd0 Kasimier Buchcik pointed out some inexistent functions, cleaned them out. by Daniel Veillard · 20 years ago
  80. da0ff5d Johnson Cameron pointed out that initGenericErrorDefaultFunc() was really by Daniel Veillard · 20 years ago
  81. 68cb4b2 relaxed id() to not check taht the name(s) passed are actually NCName, by Daniel Veillard · 20 years ago
  82. 2582a33 work around Microsoft compiler NaN bug raise reported by Mark Vakoc fixed by Daniel Veillard · 20 years ago
  83. c85d0fe applied patches from Kasimier Buchcik for the attribute use support added by Daniel Veillard · 20 years ago
  84. 377e1a9 move the TODO as comments as the function while not finished are usable by Daniel Veillard · 20 years ago
  85. 67f8b1c adding xml:id draft support adding 4 first regression tests Daniel by Daniel Veillard · 20 years ago
  86. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  87. fc97906 paalied patch from Julio M. Merino Vidal fixing bug #134751 to fix by Daniel Veillard · 20 years ago
  88. 2156d43 fixing compilation bug with some options disabled as well as by Daniel Veillard · 20 years ago
  89. 1a8741c commiting the new xmlsave module before the actuall big code change. by Daniel Veillard · 20 years ago
  90. 51e5793 applied patch from Roland Schwingel for MingW Daniel by Daniel Veillard · 20 years ago
  91. ab69f36 applied update from Alfred Mickautsch and the added patch from Lucas by Daniel Veillard · 20 years ago
  92. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 20 years ago
  93. 97f8c87 fixed mingw+msys compilation by Igor Zlatkovic · 20 years ago
  94. 18a88ce added calling convention to the public function prototypes by Igor Zlatkovic · 20 years ago
  95. 93d004f applied patch from Steve Ball to provide structured error reports. by William M. Brack · 20 years ago
  96. a9c612c moved serialization of attribute text data (xmlSerializeContent) into a by William M. Brack · 20 years ago
  97. 03c2f0a fixing #130453 XInclude element with no href attribute fully integrating by Daniel Veillard · 20 years ago
  98. dda22c1 applied patch from Steve Ball to avoid a double-free. Daniel by Daniel Veillard · 20 years ago
  99. 4773df2 added io1.c an example ox xmlIO usage and io1.res test result, fixed a by Daniel Veillard · 20 years ago
  100. 5987071 fixed the comment in the header rebuilt the docs Daniel by Daniel Veillard · 21 years ago