1. 01fa615 applied Schemas patches from Kasimier Buchcik, there is still one open by Daniel Veillard · 20 years ago
  2. 647e39a moved some definitions to globals.h to avoid some troubles pointed out by by Daniel Veillard · 20 years ago
  3. a235132 hack based on Arjan van de Ven suggestion to reduce ELF footprint and by Daniel Veillard · 20 years ago
  4. 50355f0 applied another patch from Kasimier Buchcik for Schema Component by Daniel Veillard · 20 years ago
  5. 0df3bc3 fixed a serious problem when substituing entities using the Reader, the by Daniel Veillard · 20 years ago
  6. 1b243b4 applied patch from Rob Richards for the per thread I/O mappings Daniel by Daniel Veillard · 20 years ago
  7. f7789b1 added a new routine xmlBuildRelativeURI needed for enhancement of by William M. Brack · 20 years ago
  8. 767265d small change to xmlSchemaValidateAttributes, also corrected typo on error by William M. Brack · 20 years ago
  9. 3646d64 applied a patch from Kasimier Buchcik implementing attribute uses and by Daniel Veillard · 20 years ago
  10. 0335a84 applied patch from Rob Richards for custom I/O BufferCreateFilenane fixes by Daniel Veillard · 20 years ago
  11. 3995bc3 start adding API for escaping customization. Daniel by Daniel Veillard · 20 years ago
  12. ee8960b second pass on escaping handling, start to looks better, need to be by Daniel Veillard · 20 years ago
  13. 5d1a4d8 first pass at refactoring the escape on save routines for better by Daniel Veillard · 20 years ago
  14. e709195 Applied patches supplied by Kasimier Buchcik. changed test to account for by William M. Brack · 20 years ago
  15. aecc0dc fixes the use of 'list' as a parameter added xmlPopInputCallback for Matt by Daniel Veillard · 20 years ago
  16. 4e4bcd0 Kasimier Buchcik pointed out some inexistent functions, cleaned them out. by Daniel Veillard · 20 years ago
  17. da0ff5d Johnson Cameron pointed out that initGenericErrorDefaultFunc() was really by Daniel Veillard · 20 years ago
  18. 68cb4b2 relaxed id() to not check taht the name(s) passed are actually NCName, by Daniel Veillard · 20 years ago
  19. 2582a33 work around Microsoft compiler NaN bug raise reported by Mark Vakoc fixed by Daniel Veillard · 20 years ago
  20. c85d0fe applied patches from Kasimier Buchcik for the attribute use support added by Daniel Veillard · 20 years ago
  21. 377e1a9 move the TODO as comments as the function while not finished are usable by Daniel Veillard · 20 years ago
  22. 67f8b1c adding xml:id draft support adding 4 first regression tests Daniel by Daniel Veillard · 20 years ago
  23. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  24. fc97906 paalied patch from Julio M. Merino Vidal fixing bug #134751 to fix by Daniel Veillard · 20 years ago
  25. 2156d43 fixing compilation bug with some options disabled as well as by Daniel Veillard · 20 years ago
  26. 1a8741c commiting the new xmlsave module before the actuall big code change. by Daniel Veillard · 20 years ago
  27. 51e5793 applied patch from Roland Schwingel for MingW Daniel by Daniel Veillard · 20 years ago
  28. ab69f36 applied update from Alfred Mickautsch and the added patch from Lucas by Daniel Veillard · 20 years ago
  29. 3671190 added xmlByteConsumed() interface updated the benchmark rebuilt the docs by Daniel Veillard · 20 years ago
  30. 97f8c87 fixed mingw+msys compilation by Igor Zlatkovic · 20 years ago
  31. 18a88ce added calling convention to the public function prototypes by Igor Zlatkovic · 20 years ago
  32. 93d004f applied patch from Steve Ball to provide structured error reports. by William M. Brack · 20 years ago
  33. a9c612c moved serialization of attribute text data (xmlSerializeContent) into a by William M. Brack · 20 years ago
  34. 03c2f0a fixing #130453 XInclude element with no href attribute fully integrating by Daniel Veillard · 21 years ago
  35. dda22c1 applied patch from Steve Ball to avoid a double-free. Daniel by Daniel Veillard · 21 years ago
  36. 4773df2 added io1.c an example ox xmlIO usage and io1.res test result, fixed a by Daniel Veillard · 21 years ago
  37. 5987071 fixed the comment in the header rebuilt the docs Daniel by Daniel Veillard · 21 years ago
  38. a2e844a moved string and UTF8 routines out of parser.c and encoding.c into a new by William M. Brack · 21 years ago
  39. 7762bb1 added a routine xmlStrncatNew to create a new string from 2 frags. added by William M. Brack · 21 years ago
  40. 2cca446 applied the patch from Lucas Brasilino to add indentation support to by Daniel Veillard · 21 years ago
  41. f7eb794 fixed problem pointed out by Stéphane Bidoul on the list. completed by William M. Brack · 21 years ago
  42. 72ee48d Fixed memory leak reported by Dave Beckett Removed spurious comment by William M. Brack · 21 years ago
  43. b0f397e types might be redefined in includes, quick fix to allow this but lacks by Daniel Veillard · 21 years ago
  44. 09428a3 undid last change (my bad). Put necessary fix in libxslt/libexslt instead. by William M. Brack · 21 years ago
  45. 966668a fixed xmlXPathReturnString to cater for NULL pointer (bug 129561) added by William M. Brack · 21 years ago
  46. a0e7e93 tree.c fix misc. typos in doc comments include/libxml/tree.h elaborate on by MST 2003 John Fleck · 21 years ago
  47. c480c4e preparing release of libxml2-2.6.3, updated and regenerated the docs. by Daniel Veillard · 21 years ago
  48. d324ff0 applied patch from Kenneth Haley for compiling on Mingw see #128786 Daniel by Daniel Veillard · 21 years ago
  49. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  50. b5fa020 filter warning messages if the global setting blocks them updated the by Daniel Veillard · 21 years ago
  51. f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 21 years ago
  52. ffa7b7e fixed the pattern interfaces but not yet the parser to handle the by Daniel Veillard · 21 years ago
  53. 1e90661 cleanup the make rebuild in doc, this include new directive to stop by Daniel Veillard · 21 years ago
  54. 6cbd6c0 cleanup the output buffer support to at least get the basic to work fixes by Daniel Veillard · 21 years ago
  55. 941f40d include/libxml/xmlversion.h.in add WITH_TRIO comment so it shows up in the by MST 2003 John Fleck · 21 years ago
  56. b3de70c adding the pattern node selection code. Inheried in part from libxslt but by Daniel Veillard · 21 years ago
  57. 0eaf41c un Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net> by John Fleck · 21 years ago
  58. f9415e4 Enhanced the handling of UTF-16, UTF-16LE and UTF-16BE encodings. Now by William M. Brack · 21 years ago
  59. c76440f stefan on IRC pointed out that XML_GET_LINE is broken on 2.6.x Daniel by Daniel Veillard · 21 years ago
  60. bd2904b added xsd:include support, fixed testSchemas behaviour when a schemas by Daniel Veillard · 21 years ago
  61. be9c632 lot of bug fixes, cleanup, starting to add proper namespace support too. by Daniel Veillard · 21 years ago
  62. 5841f0e applied patch from Alfred Mickautsch, bugfixes and comments added his test by Daniel Veillard · 21 years ago
  63. be58697 modified the file header to add more informations, painful... updated to by Daniel Veillard · 21 years ago
  64. b1d5316 minor enhancement to prevent comment with unreferenced variable. edited by William M. Brack · 21 years ago
  65. 60f394e Finally - found the problem with the page generation (XMLPUBFUN not by William M. Brack · 21 years ago
  66. 8d7b5c7 fixed some wording make sure doc/examples is packaged fixed the really by Daniel Veillard · 21 years ago
  67. 2ad1dff rebuilt the generated pages (again), manually restored doc/html/index.html by William M. Brack · 21 years ago
  68. 272693c minor error cleanup for gcc-3.3.[12] compilation warnings. by William M. Brack · 21 years ago
  69. 8763df8 fixed missing '-' in block names, enhanced the hack for ABI aliasing. by William M. Brack · 21 years ago
  70. ea93908 enhanced for range checking, updated to Unicode version 4.0.1 (API docs by William M. Brack · 21 years ago
  71. 30ce0dd changed macro ATTRIBUTE_UNUSED for gcc so that, if undefined, it's defined by William M. Brack · 21 years ago
  72. 61b9338 implemented the XML_PARSE_NONET parser option. converted xmllint.c to use by Daniel Veillard · 21 years ago
  73. 7899c5c adding XInclude support to the reader interface. Lot of testing of the by Daniel Veillard · 21 years ago
  74. 94394cd more fixes about unregistering objects applied patch from Mark Vakoc by Daniel Veillard · 21 years ago
  75. b5a46da added xmlStrVPrintf function by Aleksey Sanin · 21 years ago
  76. 9d75150 applied patch from Steve Ball to make a schema parser from a preparsed by Daniel Veillard · 21 years ago
  77. 9ba8e38 included a new function to reuse a Push parser context, based on Graham by Daniel Veillard · 21 years ago
  78. 72b9e29 cleanup fixing bug #125653 sometimes the error handlers can get a parser by Daniel Veillard · 21 years ago
  79. f5cb3cd fixed #123263, the encoding is mandatory in a textdecl. Daniel by Daniel Veillard · 21 years ago
  80. 4772af6 fix bug #125592 need a NULL check rename a parameter Daniel by Daniel Veillard · 21 years ago
  81. 1d211e2 added the xmlWriter module contributed by Alfred Mickautsch added room for by Daniel Veillard · 21 years ago
  82. 198c1bf removing xmldwalk module since it got merged with the xmlreader. cleanup by Daniel Veillard · 21 years ago
  83. 7869729 adding xmlNodeBufGetContent() allowing to grab the content without forcing by Daniel Veillard · 21 years ago
  84. a840b69 Fixed the HTTP<->parser interraction, which should fix 2 long standing by Daniel Veillard · 21 years ago
  85. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  86. 196b388 enhanced to include enough comments to make the api doc generation happy. by William M. Brack · 21 years ago
  87. 847332a starting work to fix the HTTP/XML parser integration. Daniel by Daniel Veillard · 21 years ago
  88. fc8dc35 added new APIs for creating reader from sources or reusing a reader with a by Daniel Veillard · 21 years ago
  89. 871611b enhanced macros to avoid breaking ABI from previous versions. modified to by William M. Brack · 21 years ago
  90. 4aede2e remove the warning for startDocument(), as it is used by glade (or by Daniel Veillard · 21 years ago
  91. c4b8189 fixed a bug in the range search; enhanced range generation (inline code if by William M. Brack · 21 years ago
  92. ea887cf rebuilt chvalid.def from scratch based on XML 2nd edition REC and by Daniel Veillard · 21 years ago
  93. 1a99396 removed some annoying warnings fixed a bug in the PubidChars definition, by Daniel Veillard · 21 years ago
  94. 418342b fixed small error on previous commit (chvalid.h in base dir instead of by William M. Brack · 21 years ago
  95. 68aca05 new files for a different method for doing range validation of character by William M. Brack · 21 years ago
  96. 7300057 adding an serror field to the validation context breaks the ABI for the by Daniel Veillard · 21 years ago
  97. 2b0f879 fixed a nasty bug with interning some text strings prepare for beta5 of by Daniel Veillard · 21 years ago
  98. d885040 make room in Doc, Element, Attributes for PSVI type informations. Daniel by Daniel Veillard · 21 years ago
  99. 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
  100. d96cce1 converted the C14N module too Daniel by Daniel Veillard · 21 years ago