1. 9ad535c Merge "Remove LICENSE and NOTICE symlinks." into main by Treehugger Robot · 13 days ago main
  2. 9401eec Remove LICENSE and NOTICE symlinks. by Elliott Hughes · 13 days ago
  3. 79370bd Merge "Remove VNDK definition(s)" into main by Kiyoung Kim · 5 weeks ago
  4. f2469cf Remove VNDK definition(s) by Kiyoung Kim · 6 weeks ago
  5. 2ef2159 Merge "Upgrade expat to R_2_6_0" into main am: 1dcad49371 by Sadaf Ebrahimi · 3 months ago
  6. 1dcad49 Merge "Upgrade expat to R_2_6_0" into main by Sadaf Ebrahimi · 3 months ago
  7. 417985f Upgrade expat to R_2_6_0 by Sadaf Ebrahimi · 3 months ago
  8. 849da3e Merge pull request #776 from libexpat/issue-775-prepare-release by Sebastian Pipping · 3 months ago
  9. 2a10e17 Sync file headers by Sebastian Pipping · 3 months ago
  10. 92f10eb .mailmap: Add Joyce Brum and Owain Davies by Sebastian Pipping · 3 months ago
  11. b5ae248 Set release date for 2.6.0 by Sebastian Pipping · 3 months ago
  12. 310a197 Bump version to 2.6.0 by Sebastian Pipping · 3 months ago
  13. b9fd465 Bump version info from 9:10:8 to 10:0:9 by Sebastian Pipping · 3 months ago
  14. ae06168 Changes: Document changes in release Expat 2.6.0 by Sebastian Pipping · 6 months ago
  15. 8198e4b Merge pull request #815 from libexpat/fix-pkg-config-file-for-static-build-on-windows by Sebastian Pipping · 3 months ago
  16. 9c16d1c pkg-config: Add missing -DXML_STATIC (for Windows) by Sebastian Pipping · 3 months ago
  17. 9944b71 Merge pull request #813 from libexpat/issue-812-protect-against-closing-entities-out-of-order by Sebastian Pipping · 3 months ago
  18. b624324 Merge pull request #814 from libexpat/fix-make-check-for-arm64-freebsd by Sebastian Pipping · 3 months ago
  19. aba268e tests/basic_tests.c: Fix CLOCKS_PER_SEC guard for arm64 FreeBSD reality by Sebastian Pipping · 3 months ago
  20. 127aa34 Merge pull request #809 from libexpat/clang-format-18 by Sebastian Pipping · 3 months ago
  21. 7352d30 clang-*.yml: Fix accidental trailing whitespace by Sebastian Pipping · 3 months ago
  22. 37d0184 clang-format.yml: Bump to clang-format 18 by Sebastian Pipping · 3 months ago
  23. 137a578 Mass-apply clang-format 18.1.0 by clang-format 18.1.0 · 3 months ago
  24. c594eed apply-clang-format.sh: Drop workaround for lib/siphash.h by Sebastian Pipping · 3 months ago
  25. 5d2a438 apply-clang-format.sh: Use "git ls-files" rather than "find" by Sebastian Pipping · 3 months ago
  26. 34b598c Merge pull request #789 from SonyMobile/partial-token-perf by Sebastian Pipping · 3 months ago
  27. bc7490a tests/misc_tests.c: Add regression test for closing entities out of order by Sebastian Pipping · 3 months ago
  28. c4208e7 lib/xmlparse.c: Protect against closing entities out of order by Sebastian Pipping · 3 months ago
  29. d5b02e9 xmlwf: Document argument "-q" by Sebastian Pipping · 6 months ago
  30. 09fdf99 xmlwf: Support disabling reparse deferral by Sebastian Pipping · 6 months ago
  31. 8f8aaf5 tests: Check heuristic bypass with varying buffer fill sizes by Snild Dolkow · 5 months ago
  32. 182bbc3 tests: Make it clear to clang-tidy that assert_true may not return by Snild Dolkow · 3 months ago
  33. 2becc8a Merge pull request #811 from libexpat/dependabot/github_actions/actions/upload-artifact-4.3.0 by Sebastian Pipping · 3 months ago
  34. 3d8141d Bypass partial token heuristic when nearing full buffer by Snild Dolkow · 5 months ago
  35. 60b7420 Bypass partial token heuristic when close to maximum buffer size by Snild Dolkow · 7 months ago
  36. ad9c01b Make external entity parser inherit partial token heuristic setting by Snild Dolkow · 6 months ago
  37. 8ddd8e8 Try to parse even when incoming len is zero by Snild Dolkow · 7 months ago
  38. 1d3162d Add app setting for enabling/disabling reparse heuristic by Snild Dolkow · 8 months ago
  39. 09957b8 Allow XML_GetBuffer() with len=0 on a fresh parser by Snild Dolkow · 6 months ago
  40. f1eea78 tests: Add max_slowdown info in test_big_tokens_take_linear_time by Snild Dolkow · 6 months ago
  41. 9fe3672 tests: Run both with and without partial token heuristic by Snild Dolkow · 7 months ago
  42. 1b9d398 Don't update partial token heuristic on error by Snild Dolkow · 8 months ago
  43. 9cdf9b8 Skip parsing after repeated partials on the same token by Snild Dolkow · 8 months ago
  44. 60dffa1 tests: Use normal XML_Parse in test_suspend_resume_internal_entity by Snild Dolkow · 5 months ago
  45. 3484383 Add aaaaaa_*.xml with unreasonably large tokens by Snild Dolkow · 8 months ago
  46. b04a01d Actions(deps): Bump actions/upload-artifact from 4.2.0 to 4.3.0 by dependabot[bot] · 3 months ago
  47. 183270d Merge pull request #810 from libexpat/clang-18 by Sebastian Pipping · 3 months ago
  48. f7ada13 Merge pull request #808 from libexpat/clang-tidy-18 by Sebastian Pipping · 3 months ago
  49. 6880fe4 CI: Upgrade to Clang 18 (except clang-tidy and clang-format) by Sebastian Pipping · 3 months ago
  50. fc0b026 clang-format.yml: De-couple clang-format from Clang by Sebastian Pipping · 3 months ago
  51. 7acda8d clang-tidy.yml: Upgrade to clang-tidy 18 by Sebastian Pipping · 3 months ago
  52. 737e8ea tests/misc_tests.c: Address clang-tidy 18 warning EnumCastOutOfRange by Sebastian Pipping · 3 months ago
  53. abd9542 Merge pull request #806 from libexpat/dependabot/github_actions/actions/upload-artifact-4.2.0 by Sebastian Pipping · 3 months ago
  54. 2c37fc7 Actions(deps): Bump actions/upload-artifact from 4.0.0 to 4.2.0 by dependabot[bot] · 3 months ago
  55. 86a3623 Merge pull request #801 from catenacyber/fuzzcovstop by Sebastian Pipping · 3 months ago
  56. 5b70d3a fuzz/xml_parsebuffer_fuzzer.c: Be more robust towards ouf-of-memory by Sebastian Pipping · 3 months ago
  57. 34af886 fuzz: improve coverage by maybe stopping parser by Philippe Antoine · 3 months ago
  58. 2640b1d Merge pull request #799 from libexpat/ci-fuzzing by Sebastian Pipping · 3 months ago
  59. c47e191 Merge pull request #803 from libexpat/fix-cppcheck-ci by Sebastian Pipping · 3 months ago
  60. 24ffba4 Make CI run fuzzing regression tests by Sebastian Pipping · 3 months ago
  61. 73ebe0b fuzz: Address warning -Wunused-function with regard to sip24_valid by Sebastian Pipping · 3 months ago
  62. ed38687 mass-cppcheck.sh: Fix for Cppcheck 2.13.0 by Sebastian Pipping · 3 months ago
  63. 3ff1d00 cppcheck.yml: Bump to macOS 12 by Sebastian Pipping · 3 months ago
  64. 9e603b3 Merge pull request #802 from libexpat/dependabot/github_actions/actions/upload-artifact-4.1.0 by Sebastian Pipping · 3 months ago
  65. 2d9bc9a Actions(deps): Bump actions/upload-artifact from 4.0.0 to 4.1.0 by dependabot[bot] · 3 months ago
  66. 19af57f Merge pull request #800 from libexpat/clang-tidy-more by Sebastian Pipping · 3 months ago
  67. 226a152 clang-tidy: Address warning readability-named-parameter by Sebastian Pipping · 3 months ago
  68. 225ebd4 clang-tidy: Address warning readability-avoid-const-params-in-decls by Sebastian Pipping · 3 months ago
  69. 7664ecd Merge pull request #798 from libexpat/clang-tidy by Sebastian Pipping · 3 months ago
  70. f832f7b Make GitHub Actions enforce clang-tidy clean code by Sebastian Pipping · 3 months ago
  71. 10cded2 tests/basic_tests.c: Address clang-tidy warning clang-analyzer-core.NullDereference by Sebastian Pipping · 3 months ago
  72. e23c300 tests/acc_tests.c: Address clang-tidy warning clang-analyzer-core.NonNullParamChecker by Sebastian Pipping · 3 months ago
  73. 0b424cb examples/element_declarations.c: Simplify first call to stackPushMalloc by Sebastian Pipping · 3 months ago
  74. 0ebca2b examples/element_declarations.c: Fix memleak in dumpContentModel on OOM by Sebastian Pipping · 3 months ago
  75. 716fd10 Merge pull request #797 from catenacyber/fuzzcov by Sebastian Pipping · 4 months ago
  76. bb58abd fuzz: improve coverage by Philippe Antoine · 4 months ago
  77. be47f6d Merge pull request #796 from libexpat/ci-control-flow-integrity by Sebastian Pipping · 4 months ago
  78. 64912b7 Merge pull request #795 from libexpat/autotools-install-shipped-xmlwf-manpage by Sebastian Pipping · 4 months ago
  79. 18b44c9 linux.yml: Cover Clang's Control Flow Integrity sanitizer by Sebastian Pipping · 4 months ago
  80. 9495cef qa.sh: Fix dropping of QA_SANITIZER by Sebastian Pipping · 4 months ago
  81. 4b87893 qa.sh: Support Clang's Control Flow Integrity sanitizer by Sebastian Pipping · 4 months ago
  82. 7384c88 configure.ac: Make installation of shipped doc/xmlwf.1 independent of docbook2man availability by Sebastian Pipping · 4 months ago
  83. 822d170 Merge pull request #794 from libexpat/dependabot/github_actions/actions/upload-artifact-4.0.0 by Sebastian Pipping · 4 months ago
  84. 8c87ca4 Actions(deps): Bump actions/upload-artifact from 3.1.3 to 4.0.0 by dependabot[bot] · 4 months ago
  85. b9fcca0 Merge pull request #793 from libexpat/fix-bug-report-target by Sebastian Pipping · 4 months ago
  86. 5a3c419 CMake|Autotools: Fix PACKAGE_BUGREPORT variable to something working by Sebastian Pipping · 4 months ago
  87. 85ee77d Merge pull request #792 from libexpat/autotools-sync-cmake-files by Sebastian Pipping · 4 months ago
  88. 141cdab autotools: Sync CMake templates with CMake 3.26 by Sebastian Pipping · 4 months ago
  89. fb702e6 Merge pull request #790 from libexpat/cmake-build-benchmark-also by Sebastian Pipping · 5 months ago
  90. a55b792 benchmark.c: Address MSVC warnings C4267 and C4244 by Sebastian Pipping · 5 months ago
  91. 0380404 CMake: Build tests/benchmark/benchmark.c for EXPAT_BUILD_TESTS by Sebastian Pipping · 5 months ago
  92. 3588720 Merge pull request #787 from libexpat/tests-more-chunk-size-coverage by Sebastian Pipping · 5 months ago
  93. d2b3176 tests: Simplify _XML_Parse_SINGLE_BYTES by Sebastian Pipping · 6 months ago
  94. 3e5f6d6 tests: Migrate more tests to variable chunk size parsing by Sebastian Pipping · 6 months ago
  95. 795cf99 tests: Make _XML_Parse_SINGLE_BYTES deny use with pathological input by Sebastian Pipping · 6 months ago
  96. df1e3d6 Merge pull request #788 from SonyMobile/narrower-mingw-workaround by Sebastian Pipping · 6 months ago
  97. dcbc143 tests: Narrow test_buffer_can_grow_to_max mingw allocation workaround by Snild Dolkow · 6 months ago
  98. 3a0c5d6 Merge pull request #777 from libexpat/xml-dtd-undefined by Sebastian Pipping · 6 months ago
  99. d11ed9f Merge pull request #786 from libexpat/tests-nan-and-infinity by Sebastian Pipping · 6 months ago
  100. 9411ac6 tests: Use NAN and INFINITY of C99 and C++11 by Sebastian Pipping · 6 months ago