1. 9c75fdc Merge "Add post_update script" into main am: e52385217d by Sadaf Ebrahimi · 8 months ago main
  2. e523852 Merge "Add post_update script" into main by Sadaf Ebrahimi · 8 months ago
  3. 5f97290 Add post_update script by Sadaf Ebrahimi · 8 months ago
  4. f3c1351 Merge "Upgrade expat to R_2_6_4" into main am: 51baee9a6c by Sadaf Ebrahimi · 8 months ago
  5. 51baee9 Merge "Upgrade expat to R_2_6_4" into main by Sadaf Ebrahimi · 8 months ago
  6. 216e9e6 Upgrade expat to R_2_6_4 by Sadaf Ebrahimi · 8 months ago
  7. 2691aff Merge pull request #920 from libexpat/issue-919-prepare-release by Sebastian Pipping · 10 months ago
  8. 750c985 Sync file headers by Sebastian Pipping · 10 months ago
  9. 69beb74 .mailmap: Extend mailmap for @hannob's second address by Sebastian Pipping · 10 months ago
  10. b5b5031 Set release date for 2.6.4 by Sebastian Pipping · 10 months ago
  11. c15ac3b Bump version to 2.6.4 by Sebastian Pipping · 10 months ago
  12. ad7b7cb Bump version info from 10:3:9 to 11:0:10 by Sebastian Pipping · 10 months ago
  13. a5725d8 Changes: Document changes in release Expat 2.6.4 by Sebastian Pipping · 10 months ago
  14. 4bbbfad Merge pull request #918 from libexpat/issue-317-improve-tests by Sebastian Pipping · 10 months ago
  15. e971e2e tests: Re-format test_misc_deny_internal_entity_closing_doctype_issue_317 by clang-format 19.1.2 · 10 months ago
  16. 20580a4 tests: Improve test_misc_deny_internal_entity_closing_doctype_issue_317 case 3 by Sebastian Pipping · 10 months ago
  17. 80c2512 tests: Fix test_misc_deny_internal_entity_closing_doctype_issue_317 case 2 by Sebastian Pipping · 10 months ago
  18. ef485e9 Merge pull request #915 from libexpat/stop-resumeparser-from-crashing by Sebastian Pipping · 10 months ago
  19. a190a98 Merge pull request #917 from libexpat/dependabot/github_actions/actions/checkout-4.2.2 by Sebastian Pipping · 10 months ago
  20. 8662086 Actions(deps): Bump actions/checkout from 4.2.1 to 4.2.2 by dependabot[bot] · 10 months ago
  21. cba3e03 Merge pull request #914 from hannob/fixformatsign by Sebastian Pipping · 10 months ago
  22. d827287 Cast enum vars to unsigned int if used in printf by Hanno Böck · 10 months ago
  23. b3836ff tests: Cover XML_StopParser's new handling of status XML_INITIALIZED by Sebastian Pipping · 10 months ago
  24. 5fb89e7 lib: Be explicit about XML_PARSING in XML_StopParser by Sebastian Pipping · 10 months ago
  25. 51c7019 lib: Make XML_StopParser refuse to stop/suspend an unstarted parser by Sebastian Pipping · 10 months ago
  26. 424dd12 Fix signedness of format strings by Hanno Böck · 10 months ago
  27. b70c8f5 Merge pull request #913 from libexpat/migrate-off-of-soon-gone-macos-12 by Sebastian Pipping · 10 months ago
  28. 0467264 Merge pull request #911 from libexpat/dependabot/github_actions/actions/checkout-4.2.1 by Sebastian Pipping · 11 months ago
  29. c2905a6 macos.yml: Drop macos-12 and add macos-15 by Sebastian Pipping · 11 months ago
  30. efa6739 Merge pull request #912 from libexpat/dependabot/github_actions/actions/upload-artifact-4.4.3 by Sebastian Pipping · 11 months ago
  31. 4345924 Actions(deps): Bump actions/upload-artifact from 4.4.0 to 4.4.3 by dependabot[bot] · 11 months ago
  32. e619744 Actions(deps): Bump actions/checkout from 4.2.0 to 4.2.1 by dependabot[bot] · 11 months ago
  33. 776417e Merge pull request #910 from libexpat/fix-ci by Sebastian Pipping · 11 months ago
  34. 996db2d linux.yml: Fix mishandling of package debsuryorg-archive-keyring by Sebastian Pipping · 11 months ago
  35. feed801 Merge pull request #907 from libexpat/ci-clang-19 by Sebastian Pipping · 11 months ago
  36. 806939b linux.yml|fuzzing.yml: Upgrade to Clang 19 by Sebastian Pipping · 11 months ago
  37. 79f2761 clang-tidy.yml: Upgrade to clang-tidy 19 by Sebastian Pipping · 11 months ago
  38. 91e50f8 clang-format.yml: Upgrade to clang-format 19 by Sebastian Pipping · 11 months ago
  39. 038a0bf Merge pull request #903 from Vollstrecker/patch-1 by Sebastian Pipping · 11 months ago
  40. e856a37 Merge pull request #905 from libexpat/readme-document-use-via-cmake-fetchcontent by Sebastian Pipping · 11 months ago
  41. 75b550d README.md: Document use of Expat via CMake >=3.18 with FetchContent by Sebastian Pipping · 11 months ago
  42. 8f8d482 Merge pull request #906 from libexpat/dependabot/github_actions/actions/checkout-4.2.0 by Sebastian Pipping · 11 months ago
  43. 91e8fff Actions(deps): Bump actions/checkout from 4.1.7 to 4.2.0 by dependabot[bot] · 11 months ago
  44. 46cf63a Merge pull request #904 from libexpat/tests-resolve-duplicate-handler by Sebastian Pipping · 11 months ago
  45. cfe35b9 tests: Extract constant "storage" in function accumulate_characters by Sebastian Pipping · 11 months ago
  46. c46543e tests: Add "const" in two places by Sebastian Pipping · 11 months ago
  47. 4d2e3b5 tests: Move last remaining handlers from common.{c,h} to handlers.{c,h} by Sebastian Pipping · 11 months ago
  48. fe9251d tests: Resolve duplicate handler accumulate_char_data by Sebastian Pipping · 11 months ago
  49. cd8904c Add alias expat::expat by Vollstrecker · 11 months ago
  50. 99b6fde Merge pull request #902 from libexpat/tests-reduce-use-of-global-parser by Sebastian Pipping · 11 months ago
  51. f001f38 tests: Migrate test_attributes off of g_parser by Sebastian Pipping · 11 months ago
  52. 1968906 tests: Stop counting_start_element_handler from using g_parser by Sebastian Pipping · 11 months ago
  53. d9483ea Merge "Upgrade expat to R_2_6_3" into main am: 26c600a759 am: bcd24653ac by Sadaf Ebrahimi · 11 months ago
  54. bcd2465 Merge "Upgrade expat to R_2_6_3" into main am: 26c600a759 by Sadaf Ebrahimi · 11 months ago
  55. 26c600a Merge "Upgrade expat to R_2_6_3" into main by Sadaf Ebrahimi · 11 months ago
  56. 03049a9 Upgrade expat to R_2_6_3 by Sadaf Ebrahimi · 11 months ago
  57. 624da0f Merge pull request #898 from libexpat/gitignore-sync by Sebastian Pipping · 12 months ago
  58. 57fc7b1 .gitignore: Add missing example "element_declarations" by Sebastian Pipping · 12 months ago
  59. 8c1d437 Merge pull request #897 from libexpat/dependabot/github_actions/actions/upload-artifact-4.4.0 by Sebastian Pipping · 12 months ago
  60. 88b3ed5 Merge pull request #896 from libexpat/issue-894-prepare-release by Sebastian Pipping · 12 months ago
  61. f9cfbb7 Sync file headers by Sebastian Pipping · 12 months ago
  62. 156d4ba Set release date for 2.6.3 by Sebastian Pipping · 12 months ago
  63. 8707e02 Bump version to 2.6.3 by Sebastian Pipping · 12 months ago
  64. 93e5971 Bump version info from 10:2:9 to 10:3:9 by Sebastian Pipping · 12 months ago
  65. 71e487d Changes: Document changes in release Expat 2.6.3 by Sebastian Pipping · 12 months ago
  66. 29ef43a Merge pull request #892 from libexpat/taiyou-nextscaffoldpart-overflow by Sebastian Pipping · 12 months ago
  67. b8a7dca Merge pull request #891 from libexpat/taiyou-dtdcopy-malloc-overflow by Sebastian Pipping · 12 months ago
  68. e5d6bf0 Merge pull request #890 from libexpat/taiyou-xml-parsebuffer-len by Sebastian Pipping · 12 months ago
  69. 6edffb4 Actions(deps): Bump actions/upload-artifact from 4.3.6 to 4.4.0 by dependabot[bot] · 12 months ago
  70. 234654c Merge pull request #886 from berkayurun/master by Sebastian Pipping · 12 months ago
  71. 8e439a9 lib: Detect integer overflow in dtdCopy by Sebastian Pipping · 1 year ago
  72. 2db2330 doc: Document that XML_Parse/XML_ParseBuffer reject "len < 0" by Sebastian Pipping · 1 year ago
  73. c12f039 tests: Cover "len < 0" for both XML_Parse and XML_ParseBuffer by Sebastian Pipping · 1 year ago
  74. 5c1a316 lib: Reject negative len for XML_ParseBuffer by Sebastian Pipping · 1 year ago
  75. 9bf0f2c lib: Detect integer overflow in function nextScaffoldPart by Sebastian Pipping · 1 year ago
  76. c158a62 Remove XML_DTD guards before is_param accesses by Berkay Eren Ürün · 1 year ago
  77. ed4090a Merge pull request #885 from libexpat/fix-in-code-comment-typo by Sebastian Pipping · 1 year ago
  78. 35753a8 lib: Fix typo in a code comment by Sebastian Pipping · 1 year ago
  79. b1ab474 Merge pull request #884 from libexpat/dependabot/github_actions/codespell-project/actions-codespell-2.1 by Sebastian Pipping · 1 year ago
  80. 05735b8 Actions(deps): Bump codespell-project/actions-codespell from 2.0 to 2.1 by dependabot[bot] · 1 year ago
  81. dfa90b8 Merge pull request #883 from libexpat/dependabot/github_actions/actions/upload-artifact-4.3.6 by Sebastian Pipping · 1 year, 1 month ago
  82. 61886f8 Actions(deps): Bump actions/upload-artifact from 4.3.5 to 4.3.6 by dependabot[bot] · 1 year, 1 month ago
  83. a8898cd Merge pull request #882 from libexpat/dependabot/github_actions/actions/upload-artifact-4.3.5 by Sebastian Pipping · 1 year, 1 month ago
  84. 1f9da87 Actions(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.5 by dependabot[bot] · 1 year, 1 month ago
  85. 6b3f93c Merge pull request #880 from libexpat/readme-promote-call-for-help by Sebastian Pipping · 1 year, 2 months ago
  86. e19e523 README.md: Promote call for help in the Changes file by Sebastian Pipping · 1 year, 2 months ago
  87. 0b6ab7c Merge pull request #879 from libexpat/autotools-sync-cmake-files by Sebastian Pipping · 1 year, 2 months ago
  88. feb65c6 Merge pull request #878 from libexpat/dependabot/github_actions/actions/upload-artifact-4.3.4 by Sebastian Pipping · 1 year, 2 months ago
  89. 09f8edd autotools: Sync CMake templates with CMake 3.28 by Sebastian Pipping · 1 year, 2 months ago
  90. 0e9863e Actions(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4 by dependabot[bot] · 1 year, 2 months ago
  91. 4c3f864 Merge pull request #876 from libexpat/dependabot/github_actions/actions/checkout-4.1.7 by Sebastian Pipping · 1 year, 2 months ago
  92. 9269f9e Actions(deps): Bump actions/checkout from 4.1.6 to 4.1.7 by dependabot[bot] · 1 year, 2 months ago
  93. bfd178c Merge pull request #874 from libexpat/dependabot/github_actions/actions/checkout-4.1.6 by Sebastian Pipping · 1 year, 3 months ago
  94. 1ee828c Actions(deps): Bump actions/checkout from 4.1.5 to 4.1.6 by dependabot[bot] · 1 year, 3 months ago
  95. 322ab5f Merge pull request #873 from libexpat/fix-coverage-ci by Sebastian Pipping · 1 year, 3 months ago
  96. 4f44375 coverage.yml: Fix for image ubuntu-22.04 of 20240514.2.0 by Sebastian Pipping · 1 year, 3 months ago
  97. 2703c85 Merge pull request #871 from libexpat/dependabot/github_actions/actions/checkout-4.1.5 by Sebastian Pipping · 1 year, 3 months ago
  98. 197275e Actions(deps): Bump actions/checkout from 4.1.4 to 4.1.5 by dependabot[bot] · 1 year, 4 months ago
  99. 3ec84e4 Merge pull request #872 from libexpat/fix-clang-format-ci by Sebastian Pipping · 1 year, 4 months ago
  100. b0e6738 lib/siphash.h: Apply clang-format 18.1.5 by Sebastian Pipping · 1 year, 4 months ago