1. 9b4b8cb Add a make rule to rebuild for ASAN by Daniel Veillard · 8 years ago
  2. b8e0fa3 Fix null pointer deref in docs with no root element by Hugh Davenport · 8 years ago
  3. 90da33c Portability to non C99 compliant compilers by Patrick Monnerat · 8 years ago
  4. c71f930 dict.h: Move xmlDictPtr definition before includes to allow direct inclusion. by Patrick Monnerat · 8 years ago
  5. f6599c5 Fix XSD validation of URIs with ampersands by Alex Henrie · 8 years ago
  6. a1dca81 xmlschemastypes.c: accept endOfDayFrag Times set to "24:00:00" mean "end of day" and should not cause an error. by Patrick Monnerat · 8 years ago
  7. b293771 os400: tell about xmllint and xmlcatalog in README400. by Patrick Monnerat · 9 years ago
  8. c04785d os400: properly process SGML add in XMLCATALOG command. by Patrick Monnerat · 9 years ago
  9. 9b5a57c os400: implement CL command XMLCATALOG. by Patrick Monnerat · 9 years ago
  10. d76abc7 os400: compile and install program xmlcatalog (qshell-only). by Patrick Monnerat · 9 years ago
  11. 2137326 xmlcatalog: flush stdout before interactive shell input. by Patrick Monnerat · 9 years ago
  12. cad1634 os400: expand tabs in sources, strip trailing blanks. by Patrick Monnerat · 9 years ago
  13. 26db5e7 os400: implement CL command XMLLINT. by Patrick Monnerat · 9 years ago
  14. b1682bd os400: compile and install program xmllint (qshell-only). by Patrick Monnerat · 9 years ago
  15. 1463a91 os400: initscript make_module(): Use options instead of positional parameters. by Patrick Monnerat · 9 years ago
  16. 11e805d xmllint: flush stdout before interactive shell input. by Patrick Monnerat · 9 years ago
  17. 44e49f4 os400: c14n.rpgle: allow *omit for nullable reference parameters. by Patrick Monnerat · 9 years ago
  18. ae0b224 os400: use like() for double type. by Patrick Monnerat · 9 years ago
  19. 155faa5 os400: use like() for int type. by Patrick Monnerat · 9 years ago
  20. 26202cf os400: use like() for unsigned int type. by Patrick Monnerat · 9 years ago
  21. 91e2e69 os400: use like() for enum types. by Patrick Monnerat · 9 years ago
  22. 2e354d7 Add xz to xml2-config --libs output by Baruch Siach · 8 years ago
  23. 839689a Don't recurse into OP_VALUEs in xmlXPathOptimizeExpression by Nick Wellnhofer · 8 years ago
  24. f39fd66 Fix namespace::node() XPath expression by Nick Wellnhofer · 8 years ago
  25. 91ac664 Fix OOB write in xmlXPathEmptyNodeSet by Nick Wellnhofer · 8 years ago
  26. e289390 Fix parsing of NCNames in XPath by Nick Wellnhofer · 8 years ago
  27. 96a5c17 Fix OOB read with invalid UTF-8 in xmlUTF8Strsize by Nick Wellnhofer · 8 years ago
  28. cad102b Do normalize string-based datatype value in RelaxNG facet checking by Audric Schiltknecht · 8 years ago
  29. 27aae65 Fix typo: s{ ec -> cr }cipt by Jan Pokorný · 8 years ago
  30. bb654fe Fix typos: dictio{ nn -> n }ar{y,ies} by Jan Pokorný · 8 years ago
  31. 9811ce7 Fix typos: PATH_{ SEAPARATOR -> SEPARATOR } by Jan Pokorný · 8 years ago
  32. d5bd2a9 Correct a typo. by Shlomi Fish · 8 years ago
  33. c5ddd09 Bug 760921: REGRESSION (8eb55d78): doc/examples/io1 test fails after fix for "xmlSaveUri() incorrectly recomposes URIs with rootless paths" <https://bugzilla.gnome.org/show_bug.cgi?id=760921> by David Kilzer · 9 years ago
  34. 5be1a6e Bug 760861: REGRESSION (bf9c1dad): Missing results for test/schemas/regexp-char-ref_[01].xsd <https://bugzilla.gnome.org/show_bug.cgi?id=760861> by David Kilzer · 9 years ago
  35. c4184ba error.c: *input->cur == 0 does not mean no error by Pavel Raiskup · 9 years ago
  36. 49bbfdb Add missing RNG test files by David Kilzer · 8 years ago
  37. 6e3af87 Bug 760190: configure.ac should be able to build --with-icu without icu-config tool <https://bugzilla.gnome.org/show_bug.cgi?id=760190> by David Kilzer · 9 years ago
  38. 4f8606c Bug 760183: REGRESSION (v2.9.3): XML push parser fails with bogus UTF-8 encoding error when multi-byte character in large CDATA section is split across buffer <https://bugzilla.gnome.org/show_bug.cgi?id=760183> by David Kilzer · 9 years ago
  39. e6b9747 Bug 758572: ASAN crash in make check <https://bugzilla.gnome.org/show_bug.cgi?id=758572> by David Kilzer · 8 years ago
  40. 783931f Bug 721158: Missing ICU string when doing --version on xmllint <https://bugzilla.gnome.org/show_bug.cgi?id=721158> by David Kilzer · 9 years ago
  41. 65112cb python 3: libxml2.c wrappers create Unicode str already by Michael Stahl · 9 years ago
  42. dfbacd4 win32\VC10\config.h and VS 2015 by Bruce Dawson · 8 years ago
  43. 0f84ee2 Add autogen.sh to distrib by orzen · 9 years ago
  44. b5ca260 Add configure maintainer mode by orzen · 9 years ago
  45. a7a9461 Heap-based buffer overread in xmlNextChar by Daniel Veillard · 9 years ago
  46. 6657afe Release of libxml2-2.9.3 by Daniel Veillard · 9 years ago
  47. 8fb4a77 CVE-2015-8242 Buffer overead with HTML parser in push mode by Hugh Davenport · 9 years ago
  48. f1063fd CVE-2015-7500 Fix memory access error due to incorrect entities boundaries by Daniel Veillard · 9 years ago
  49. fdfeecc Bug on creating new stream from entity by Daniel Veillard · 9 years ago
  50. 3bd6ae1 Fix some loop issues embedding NEXT by Daniel Veillard · 9 years ago
  51. 35bcb1d Detect incoherency on GROW by Daniel Veillard · 9 years ago
  52. ce0b0d0 Do not print error context when there is none by Daniel Veillard · 9 years ago
  53. e3b1597 Reuse xmlHaltParser() where it makes sense by Daniel Veillard · 9 years ago
  54. 28cd9cb Add xmlHaltParser() to stop the parser by Daniel Veillard · 9 years ago
  55. 6903071 CVE-2015-5312 Another entity expansion issue by David Drysdale · 9 years ago
  56. 6360a31 CVE-2015-7497 Avoid an heap buffer overflow in xmlDictComputeFastQKey by David Drysdale · 9 years ago
  57. 53ac9c9 xmlStopParser reset errNo by Daniel Veillard · 9 years ago
  58. afd27c2 Avoid processing entities after encoding conversion failures by Daniel Veillard · 9 years ago
  59. ab2b9a9 Avoid extra processing of MarkupDecl when EOF by Hugh Davenport · 9 years ago
  60. 18b8988 Reenable xz support by default by Daniel Veillard · 9 years ago
  61. f0709e3 CVE-2015-8035 Fix XZ compression support loop by Daniel Veillard · 9 years ago
  62. e724879 Fix parsing short unclosed comment uninitialized access by Daniel Veillard · 9 years ago
  63. 41ac904 Fix an error in previous Conditional section patch by Daniel Veillard · 9 years ago
  64. 73c5080 Correct spelling of "calling" by Alex Henrie · 9 years ago
  65. b40c194 Fix a small error in xmllint --format description by Fabien Degomme · 9 years ago
  66. bd0526e Another variation of overflow in Conditional sections by Daniel Veillard · 9 years ago
  67. cf77e60 Add missing Null check in xmlParseExternalEntityPrivate by Gaurav Gupta · 9 years ago
  68. 4a5d80a Fix a bug in CData error handling in the push parser by Daniel Veillard · 9 years ago
  69. 51f02b0 Fix a bug on name parsing at the end of current input buffer by Daniel Veillard · 9 years ago
  70. ef709ce Fix the spurious ID already defined error by Daniel Veillard · 9 years ago
  71. 3eaedba Fix previous change to node sort order by Nick Wellnhofer · 9 years ago
  72. 73b2d73 Avoid XSS on the search of xmlsoft.org by Daniel Veillard · 9 years ago
  73. 140c251 Recover unescaped less-than character in HTML recovery parsing by Daniel Veillard · 9 years ago
  74. 58b84e1 Fix a self assignment issue raised by clang by Scott Graham · 9 years ago
  75. 709a952 Fail parsing early on if encoding conversion failed by Daniel Veillard · 9 years ago
  76. 9aa3758 Do not process encoding values if the declaration if broken by Daniel Veillard · 9 years ago
  77. b02a167 Silence clang's -Wunknown-attribute by Michael Catanzaro · 9 years ago
  78. 22b0415 os400: fix various ILE/RPG types definitions. Adjust build scripts. by Patrick Monnerat · 9 years ago
  79. 213f1fe CVE-2015-1819 Enforce the reader to run in constant memory by Daniel Veillard · 9 years ago
  80. 8985cde xmlMemUsed is not thread-safe by Martin von Gagern · 9 years ago
  81. 7607d9d Allow HTML serializer to output HTML5 DOCTYPE by Shaun McCance · 9 years ago
  82. 2fab235 Fix support for except in nameclasses by Daniel Veillard · 9 years ago
  83. 02b252d Regression test for bug #695699 by Nick Wellnhofer · 9 years ago
  84. 342658a Add a couple of XPath tests by Nick Wellnhofer · 9 years ago
  85. ba58f23 Fix order of root nodes by Nick Wellnhofer · 9 years ago
  86. f6aaabc Allow attributes on descendant-or-self axis by Nick Wellnhofer · 9 years ago
  87. 620a706 Fix the fix to Windows locking by Steve Nairn · 10 years ago
  88. 9b987f8 Fix timsort invariant loop re: Envisage article by Christopher Swenson · 10 years ago
  89. 9b85123 Cleanup conditional section error handling by Daniel Veillard · 10 years ago
  90. a7dfab7 Stop parsing on entities boundaries errors by Daniel Veillard · 10 years ago
  91. fb8e9e2 Add Python 3 rpm subpackage by Tomas Radej · 10 years ago
  92. 3211973 libxml2-config.cmake.in: update include directories by Samuel Martin · 10 years ago
  93. 220a7ba Don't add IDs in xmlSetTreeDoc by Nick Wellnhofer · 10 years ago
  94. fff8a6b threads: use forward declarations only for glibc by Michael Heimpold · 10 years ago
  95. f54d6a9 Account for ID attributes in xmlSetTreeDoc by Nick Wellnhofer · 10 years ago
  96. 7580ce0 Update Win32 configure.js to search for configure.ac by Daniel Veillard · 10 years ago
  97. 5794104 Remove various unused value assignments by Philip Withnall · 10 years ago
  98. df23f58 Adding example from bugs 738805 to regression tests by Daniel Veillard · 10 years ago
  99. 72a46a5 Fix missing entities after CVE-2014-3660 fix by Daniel Veillard · 10 years ago
  100. f65128f Revert "Missing initialization for the catalog module" by Daniel Veillard · 10 years ago