1. dea91c9 Fix buffering in xmlOutputBufferWrite by Nick Wellnhofer · 2 years, 9 months ago
  2. ec6e3ef Patch to forbid epsilon-reduction of final states by Arne Becker · 2 years, 10 months ago
  3. 22f1521 Use version in configure.ac for CMake by Timothy Lyanguzov · 2 years, 11 months ago
  4. 92d9ab4 Fix whitespace when serializing empty HTML documents by Nick Wellnhofer · 2 years, 11 months ago
  5. 3e1aad4 Fix XPath recursion limit by Nick Wellnhofer · 3 years ago
  6. 13ad873 Fix regression in xmlNodeDumpOutputInternal by Nick Wellnhofer · 3 years ago
  7. a46e85f Update CMake project version by Markus Rickert · 3 years ago
  8. a1cac3b Add CMake alias targets for embedded projects by Markus Rickert · 3 years ago
  9. 2c0f2f0 Fix some validation errors in the FAQ by David King · 3 years ago
  10. b92b16f Remove unused variable in xmlCharEncOutFunc by David King · 3 years ago
  11. 7d4060d Add missing file xmlwin32version.h.in to EXTRA_DIST by Markus Rickert · 3 years ago
  12. 4fc473d Add instructions on how to use CMake to compile libxml by Markus Rickert · 3 years ago
  13. 85b1792 Work around lxml API abuse by Nick Wellnhofer · 3 years ago
  14. a7b9f3e fix: avoid segfault at exit when using custom memory functions by Mike Dalessio · 3 years ago
  15. b48e77c Release of libxml2-2.9.12 by Daniel Veillard · 3 years ago v2.9.12
  16. e1bcffe Release of libxml2-2.9.11 by Daniel Veillard · 3 years ago v2.9.11
  17. 8598060 Patch for security issue CVE-2021-3541 by Daniel Veillard · 3 years ago CVE-2021-3541
  18. bfd2f43 Fix null deref in legacy SAX1 parser by Nick Wellnhofer · 3 years ago
  19. ce00c36 Store per-element parser state in a struct by Nick Wellnhofer · 3 years ago
  20. de5b624 Fix handling of unexpected EOF in xmlParseContent by Nick Wellnhofer · 3 years ago
  21. 3e80560 Fix line numbers in error messages for mismatched tags by Nick Wellnhofer · 3 years ago
  22. 7279d23 Fix htmlTagLookup by Nick Wellnhofer · 3 years ago
  23. 33468d7 update for xsd:language type check by PaulHiggs · 3 years ago
  24. babe750 Propagate error in xmlParseElementChildrenContentDeclPriv by Nick Wellnhofer · 3 years ago
  25. 5465a8e Update INSTALL.libxml2 by Nick Wellnhofer · 3 years ago
  26. 1098c30 Fix user-after-free with `xmllint --xinclude --dropdtd` by Nick Wellnhofer · 3 years ago
  27. 72b3c06 Fix dangling pointer with `xmllint --dropdtd` by Nick Wellnhofer · 3 years ago
  28. bf22713 Validate UTF8 in xmlEncodeEntities by Joel Hockey · 3 years, 9 months ago
  29. 1358d15 Fix use-after-free with `xmllint --html --push` by Nick Wellnhofer · 3 years ago
  30. fb08d9f Fix include order in c14n.h by Nick Wellnhofer · 3 years, 1 month ago
  31. d3a0267 CMake: Only add postfixes if MSVC by Christopher Degawa · 3 years, 2 months ago
  32. 868e49c Allow FP division by zero in xmlXPathInit by Nick Wellnhofer · 3 years, 2 months ago
  33. d25460d Fix XPath NaN/Inf for older GCC versions by Nick Wellnhofer · 3 years, 2 months ago
  34. e20c9c1 Fix xmlGetNodePath with invalid node types by Nick Wellnhofer · 3 years, 2 months ago
  35. c3fd8c4 Fix exponential behavior with recursive entities by Nick Wellnhofer · 3 years, 2 months ago
  36. 683de7e Fix duplicate xmlStrEqual calls in htmlParseEndTag by Nick Wellnhofer · 3 years, 2 months ago
  37. 8095365 Speed up htmlCheckAutoClose by Nick Wellnhofer · 3 years, 2 months ago
  38. b25acce Speed up htmlTagLookup by Nick Wellnhofer · 3 years, 2 months ago
  39. ad101bb Clarify xmlNewDocProp documentation by Nick Wellnhofer · 3 years, 2 months ago
  40. a6e6498 Stop checking attributes for UTF-8 validity by Nick Wellnhofer · 3 years, 2 months ago
  41. 8446d45 Reduce some fuzzer timeouts by Nick Wellnhofer · 3 years, 2 months ago
  42. 688b41a Fix quadratic behavior when looking up xml:* attributes by Nick Wellnhofer · 3 years, 2 months ago
  43. ce2fbaa Only run a few CI tests unless scheduled by Nick Wellnhofer · 3 years, 2 months ago
  44. 85c817a Improve fuzzer stability by Nick Wellnhofer · 3 years, 2 months ago
  45. f9ccb3b Check for feature flags in fuzzer tests by Nick Wellnhofer · 3 years, 2 months ago
  46. 88c657d Use CMake PROJECT_VERSION by Markus Rickert · 3 years, 2 months ago
  47. 7a90bdf Another attempt at improving fuzzer stability by Nick Wellnhofer · 3 years, 2 months ago
  48. 0fb3ae5 Revert "Improve HTML fuzzer stability" by Nick Wellnhofer · 3 years, 2 months ago
  49. 0987001 Add charset names to fuzzing dictionaries by Nick Wellnhofer · 3 years, 2 months ago
  50. de1b51e Improve HTML fuzzer stability by Nick Wellnhofer · 3 years, 2 months ago
  51. 09320f0 Add CI for MSVC x86 by Markus Rickert · 3 years, 2 months ago
  52. dcb80b9 Fix slow parsing of HTML with encoding errors by Nick Wellnhofer · 3 years, 2 months ago
  53. 02bee4c Add a flag to not output anything when xmllint succeeded by hhb · 3 years, 3 months ago
  54. 4defa2c Fix warnings in libxml.m4 with autoconf 2.70+. by Simon Josefsson · 3 years, 3 months ago
  55. cbe1212 Fix null deref introduced with previous commit by Nick Wellnhofer · 3 years, 3 months ago
  56. 01411e7 Check for invalid redeclarations of predefined entities by Nick Wellnhofer · 3 years, 3 months ago
  57. 07920b4 Add the copy of type from original xmlDoc in xmlCopyDoc() by SVGAnimate · 3 years, 3 months ago
  58. 2065d34 Add CI for CMake on MSVC by Markus Rickert · 3 years, 3 months ago
  59. afad372 parser.c: shrink the input buffer when appropriate by Mike Dalessio · 3 years, 3 months ago
  60. ec808a4 Speed up HTML fuzzer by Nick Wellnhofer · 3 years, 3 months ago
  61. e6495e4 Remove unused encoding parameter of HTML output functions by Nick Wellnhofer · 3 years, 3 months ago
  62. 954696e Fix infinite loop in HTML parser introduced with recent commits by Nick Wellnhofer · 3 years, 3 months ago
  63. acb3566 Fix quadratic runtime when parsing CDATA sections by Nick Wellnhofer · 3 years, 3 months ago
  64. f93ca3e Update minimum required CMake version by Markus Rickert · 3 years, 4 months ago
  65. 0048728 Add variables for configured options to CMake config files by Markus Rickert · 3 years, 4 months ago
  66. 9551973 Check if variables exist when defining targets by Markus Rickert · 3 years, 4 months ago
  67. c26e452 Check if target exists when reading target properties by Markus Rickert · 3 years, 4 months ago
  68. ec11987 Add xmlcatalog target and definition to config files by Markus Rickert · 3 years, 4 months ago
  69. 2377a31 Remove include directories for link-only dependencies by Markus Rickert · 3 years, 4 months ago
  70. 2683548 Fix ICU build in CMake by Markus Rickert · 3 years, 4 months ago
  71. 296ab61 Configure pkgconfig, xml2-config, and xml2Conf.sh file by Markus Rickert · 3 years, 6 months ago
  72. 79301d3 Fix timeout when handling recursive entities by Nick Wellnhofer · 3 years, 5 months ago
  73. 45da175 Fix memory leak in xmlParseElementMixedContentDecl by Nick Wellnhofer · 3 years, 5 months ago
  74. 1d73f07 Fix null deref in xmlStringGetNodeList by Nick Wellnhofer · 3 years, 5 months ago
  75. e2b975c Handle malloc failures in fuzzing code by Nick Wellnhofer · 3 years, 5 months ago
  76. a67b63d use new htmlParseLookupCommentEnd to find comment ends by Mike Dalessio · 3 years, 7 months ago
  77. 29f5d20 htmlParseComment: treat `--!>` as if it closed the comment by Mike Dalessio · 3 years, 9 months ago
  78. e28d934 add test coverage for incorrectly-closed comments by Mike Dalessio · 3 years, 9 months ago
  79. 9086988 Enforce maximum length of fuzz input by Nick Wellnhofer · 3 years, 5 months ago
  80. 1fe3853 Remove temporary members from struct _xmlXPathContext by Nick Wellnhofer · 3 years, 5 months ago
  81. 8ca3a59 Fix integer overflow in xmlSchemaGetParticleTotalRangeMin by Nick Wellnhofer · 3 years, 5 months ago
  82. 649d02e encoding: fix memleak in xmlRegisterCharEncodingHandler() by Xiaoming Ni · 3 years, 5 months ago
  83. cb7a572 xmlschemastypes.c: xmlSchemaGetFacetValueAsULong add, check "facet->val" by Xiaoming Ni · 3 years, 5 months ago
  84. 84b76d9 Update CMake config files by Markus Rickert · 3 years, 5 months ago
  85. d0ccb3a Add xmlcatalog and xmllint to CMake export by Markus Rickert · 3 years, 5 months ago
  86. acdc2ff Simplify xmlexports.h by Nick Wellnhofer · 4 years ago
  87. a218ff0 Fix null pointer deref in xmlXPtrRangeInsideFunction by Nick Wellnhofer · 3 years, 5 months ago
  88. 94c2e41 Fix quadratic runtime in HTML push parser with null bytes by Nick Wellnhofer · 3 years, 5 months ago
  89. 1c4f9a6 Require dependencies based on enabled CMake options by Markus Rickert · 3 years, 5 months ago
  90. faea2fa Avoid quadratic checking of identity-constraints by Michael Matz · 3 years, 5 months ago
  91. 8272db5 Use NAMELINK_COMPONENT in CMake install by Markus Rickert · 3 years, 5 months ago
  92. 5c7bdbc Add CMake files to EXTRA_DIST by Markus Rickert · 3 years, 5 months ago
  93. 7a62870 Add missing compile definition for static builds to CMake by Markus Rickert · 3 years, 6 months ago
  94. e028d29 Add CI for CMake on Linux and MinGW by Markus Rickert · 3 years, 6 months ago
  95. b516ed1 Fix building with ICU 68. by Frederik Seiffert · 3 years, 6 months ago
  96. ac5e999 Convert python/libxml.c to PY_SSIZE_T_CLEAN by Victor Stinner · 3 years, 6 months ago
  97. f42a052 Build the Python extension with PY_SSIZE_T_CLEAN by Victor Stinner · 3 years, 6 months ago
  98. 0ace6c4 Add CI test for Python 3 by Nick Wellnhofer · 3 years, 6 months ago
  99. 7c06d99 Fix xmlURIEscape memory leaks. by Elliott Hughes · 3 years, 6 months ago
  100. 31c6ce3 Avoid call stack overflow with XML reader and recursive XIncludes by Nick Wellnhofer · 3 years, 6 months ago