1. 4472c3a Fix some format string warnings with possible format string vulnerability by David Kilzer · 8 years ago
  2. 44313c0 Shortening lines in headers by Patrick Monnerat · 11 years ago
  3. e50ba81 Improve handling of xmlStopParser() by Daniel Veillard · 11 years ago
  4. 28cc42d Regenerating docs and API files by Daniel Veillard · 12 years ago
  5. 52d8ade Introduce some default parser limits by Daniel Veillard · 12 years ago
  6. 5756038 Cleanup URI module memory allocation code by Daniel Veillard · 12 years ago
  7. bca22f4 Adding a new buf module for buffers by Daniel Veillard · 12 years ago
  8. f076f34 change ATTRIBUTE_PRINTF into LIBXML_ATTR_FORMAT to avoid macro name by Daniel Veillard · 15 years ago
  9. f63085d port patch from Marcus Meissner to add gcc checking for printf like by Daniel Veillard · 16 years ago
  10. 49d4405 a bit of cleanup and added checks based on the regression tests of the by Daniel Veillard · 16 years ago
  11. 3733457 added a skipped list, insert rmt-ns10-035 improve 'make check' clean up by Daniel Veillard · 16 years ago
  12. 40ec29a an XML-1.0 document can't load an 1.1 entity when using entities make sure by Daniel Veillard · 16 years ago
  13. 34e3f64 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10 to stick by Daniel Veillard · 16 years ago
  14. c4b0deb applied patch from Tobias Minich to allow plugin schematron error by Daniel Veillard · 17 years ago
  15. 6f8611f patch from Julien Charbon to simplify the processing of xmlSetProp() by Daniel Veillard · 17 years ago
  16. e5f810f A warning will now be reported in the value of the XSD attribute by Kasimier T. Buchcik · 18 years ago
  17. 570faa5 Initial implementation for redefinitions; this still misses checks for by Kasimier T. Buchcik · 19 years ago
  18. 22c0c46 Completion of the schema graph. Centralisation, more robustness of the by Kasimier T. Buchcik · 19 years ago
  19. 1fc3ed0 finally converted the encoding module to the common error reporting by Daniel Veillard · 19 years ago
  20. 764b3d6 Changed output for keyref-match errors; the target-node will be now by Kasimier T. Buchcik · 19 years ago
  21. ffa3c74 applied a patch from Marcus Boerger to fix problems with calling by Daniel Veillard · 19 years ago
  22. c306d90 Added c-props-correct constraint to check for equal cardinality of by Kasimier T. Buchcik · 19 years ago
  23. 87b3046 first steps toward a testsuite dist fixed bug #307870 Daniel by Daniel Veillard · 19 years ago
  24. d892557 applied patch from Rob Richards for xml:space and xml:lang handling with by Daniel Veillard · 19 years ago
  25. 9e75e9f special case "DAV:" namespace in c14n relative namespaces check and add by Aleksey Sanin · 20 years ago
  26. 25799ce Added IDC evaluation for attribute nodes. Made 'nil'ed elements work. by Kasimier T. Buchcik · 20 years ago
  27. 015ccb2 This change started out as a simple desire to speed up the by William M. Brack · 20 years ago
  28. e8a550b Added an initial skeleton for indentity-constraints. This is all defined by Kasimier T. Buchcik · 20 years ago
  29. 8fdc32a fixing col information in xmlParserInput and propagating column into xmlError by Aleksey Sanin · 20 years ago
  30. ce1648b applied DSO support patch 2 from Joel Reed Daniel by Daniel Veillard · 20 years ago
  31. dd6d300 more fixes and extending the tests coverage adding a type init interface by Daniel Veillard · 20 years ago
  32. 03a53c3 added checking for names values and dictionnaries generates a tons of 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. 8787640 Parsing of <complexContent> - handle attribute 'mixed', catch illegal by Kasimier T. Buchcik · 20 years ago
  37. 383434b Fixed a seg fault in xmlGetQNameProp: a format argument was missing. Fixed by Kasimier T. Buchcik · 20 years ago
  38. bea2354 Added missing test file. Substituted the obsolete xmlSchemaValidError(s) by Kasimier T. Buchcik · 20 years ago
  39. 2f2a663 modified parsing of <list>, <union>, <restriction>, <sequence>, <choice>, by William M. Brack · 20 years ago
  40. 29b1748 small typo pointed out by Mike Hommey slightly improved the --c14n by Daniel Veillard · 20 years ago
  41. c0826a7 applied Schemas patches from Kasimier Buchcik lot of new tests for things by Daniel Veillard · 20 years ago
  42. 01fa615 applied Schemas patches from Kasimier Buchcik, there is still one open by Daniel Veillard · 20 years ago
  43. 50355f0 applied another patch from Kasimier Buchcik for Schema Component by Daniel Veillard · 20 years ago
  44. 767265d small change to xmlSchemaValidateAttributes, also corrected typo on error by William M. Brack · 20 years ago
  45. 3646d64 applied a patch from Kasimier Buchcik implementing attribute uses and by Daniel Veillard · 20 years ago
  46. e709195 Applied patches supplied by Kasimier Buchcik. changed test to account for by William M. Brack · 20 years ago
  47. 68cb4b2 relaxed id() to not check taht the name(s) passed are actually NCName, by Daniel Veillard · 20 years ago
  48. 2582a33 work around Microsoft compiler NaN bug raise reported by Mark Vakoc fixed by Daniel Veillard · 20 years ago
  49. c85d0fe applied patches from Kasimier Buchcik for the attribute use support added by Daniel Veillard · 20 years ago
  50. 377e1a9 move the TODO as comments as the function while not finished are usable by Daniel Veillard · 20 years ago
  51. e74d2e1 augmented the XInclude API to be able to pass XML parser flags down to the by Daniel Veillard · 21 years ago
  52. b5fa020 filter warning messages if the global setting blocks them updated the by Daniel Veillard · 21 years ago
  53. f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 21 years ago
  54. bd2904b added xsd:include support, fixed testSchemas behaviour when a schemas by Daniel Veillard · 21 years ago
  55. be9c632 lot of bug fixes, cleanup, starting to add proper namespace support too. by Daniel Veillard · 21 years ago
  56. be58697 modified the file header to add more informations, painful... updated to by Daniel Veillard · 21 years ago
  57. 72b9e29 cleanup fixing bug #125653 sometimes the error handlers can get a parser by Daniel Veillard · 21 years ago
  58. f5cb3cd fixed #123263, the encoding is mandatory in a textdecl. Daniel by Daniel Veillard · 21 years ago
  59. 2b0f879 fixed a nasty bug with interning some text strings prepare for beta5 of by Daniel Veillard · 21 years ago
  60. 659e71e Setting up the framework for structured error reporting, touches a lot of by Daniel Veillard · 21 years ago
  61. d96cce1 converted the C14N module too Daniel by Daniel Veillard · 21 years ago
  62. fcf719c cleanup migrated XPointer module to the new error mechanism Daniel by Daniel Veillard · 21 years ago
  63. d0c9c32 cleanup fix a funny typo converted the Schemas code to the new error by Daniel Veillard · 21 years ago
  64. e2238d5 converted too small cleanup Daniel by Daniel Veillard · 21 years ago
  65. 69d2c17 comment fix migrating the catalog code to the new infrastructure Daniel by Daniel Veillard · 21 years ago
  66. cd6ff28 final error handling cleanup converted XInclude to the new error handling by Daniel Veillard · 21 years ago
  67. 05d987b first pass at cleaning up error handling in the I/O module. Daniel by Daniel Veillard · 21 years ago
  68. ff46a04 error handling cleanup of the Regexp module. Daniel by Daniel Veillard · 21 years ago
  69. 18ec16e converting the tree module too created a simpler internal error reporting by Daniel Veillard · 21 years ago
  70. d96f6d3 cleaning up XPath error reporting that time. applied the two patches for by Daniel Veillard · 21 years ago
  71. 6edbfbb last cleanup of error handling in the Relax-NG module. Daniel by Daniel Veillard · 21 years ago
  72. 4c00414 switched Relax-NG module to teh new error reporting. Better default by Daniel Veillard · 21 years ago
  73. f403d29 more code cleanup, especially around error messages, the HTML parser has by Daniel Veillard · 21 years ago
  74. 24eb978 more error/warning handling cleanups, the XML parser module should be okay by Daniel Veillard · 21 years ago
  75. bb5abab more cleanup in make tests more work in the transition to the new error by Daniel Veillard · 21 years ago
  76. 2b8c4a1 changed 'make tests' to use a concise output, scrolling to see where thing by Daniel Veillard · 21 years ago
  77. 9ec2653 applied patch from Markus Keim fixing a problem with I/O callback by Daniel Veillard · 21 years ago
  78. bdbe0d4 factoring of more error handling code, serious size reduction and more by Daniel Veillard · 21 years ago
  79. 1afc9f3 starting cleaning up error handling, factorize error processing update of by Daniel Veillard · 21 years ago
  80. 3b7840c adding namespace checkings while making sure they still parse as by Daniel Veillard · 21 years ago
  81. aa3cfbd realigned parameters after taint by Igor Zlatkovic · 21 years ago
  82. 76874e4 Exportability taint of the headers by Igor Zlatkovic · 21 years ago
  83. 61f2617 Heiko W. Rupp fixed a lot of comments to generate better API descriptions by Daniel Veillard · 23 years ago
  84. 9d06d30 Build a new version hopefully near complete and fully documented of the by Daniel Veillard · 23 years ago
  85. 5344c60 Fixed a few other problems raised by Charlie Bozeman. fixed the output by Daniel Veillard · 23 years ago
  86. a11001b avoid an include problem if #include <libxml/xmlerror.h> happens first in by Daniel Veillard · 23 years ago
  87. d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
  88. 7a51d6d fixing bug 59732, simple but allocates a new error code. Daniel by Daniel Veillard · 23 years ago
  89. 5d90b6c added support and APIs needed for the catalog PI cleanup Daniel by Daniel Veillard · 23 years ago
  90. 3473f88 Revert directory structure changes by Owen Taylor · 24 years ago
  91. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 24 years ago
  92. c2def84 Various patches and bug fixes, and XInclude progresses: by Daniel Veillard · 24 years ago
  93. d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
  94. b71379b - moved xml-error.h to xmlerror.h: seems this allowed to bypass by Daniel Veillard · 24 years ago[Copied from xml-error.h]
  95. 496a1cf revamped the encoding support, added iconv support, so now libxml if by Daniel Veillard · 24 years ago
  96. 361d845 Work done on the plane, ready to release libxml2-2.0.0, Daniel by Daniel Veillard · 24 years ago
  97. cf46199 This is the 2.0.0-beta, lots and lots and lots of changes by Daniel Veillard · 25 years ago
  98. 5cb5ab8 - release 1.8.2 - HTML handling improvement - new tree handling functions by Daniel Veillard · 25 years ago
  99. b24054a - Updated HTML test outputs by Daniel Veillard · 25 years ago
  100. e4e5131 - Fixed bug #4344 - Fixed C++ problems in headers - Released 1.8.1 Daniel by Daniel Veillard · 25 years ago