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