1. 85c2aaf Include a copy of hash_longest_match_simd_inc.h in the experimental new hasher. by Brotli · 19 hours ago upstream/master
  2. 447439d Speed up dictionary compression by hoisting constant calculation. by Brotli · 19 hours ago
  3. 30cd40b Use BROTLI_MAKE_UINT64_T for kBase64Trigger64 constant. by Brotli · 22 hours ago
  4. f297c64 Add BROTLI_PARAM_MIN_BASE64_REGION_LEN to gate Base64 literal mode by region size. by Brotli · 25 hours ago
  5. 09e1ac6 Add an experimental new hasher. by Brotli · 6 days ago
  6. fc42fd9 Merge pull request #1516 from carrerasdarren-cell:agent/fix-base64-position-wrap by Copybara-Service · 6 days ago
  7. 89f576c Merge branch 'master' into agent/fix-base64-position-wrap by Eugene Kliuchnikov · 6 days ago
  8. 4508218 Merge pull request #1528 from tvost2:fix/bsd-mtime-nsec by Copybara-Service · 2 weeks ago
  9. 5af3654 Merge branch 'master' into fix/bsd-mtime-nsec by Eugene Kliuchnikov · 2 weeks ago
  10. 2a4ff20 cli: preserve sub-second mtime on the BSDs (fixes #1515) by tvost2 · 2 weeks ago
  11. 61fe961 Merge pull request #1526 from eustas:fix_lint by Copybara-Service · 2 weeks ago
  12. 4e7eec6 Merge branch 'master' into fix_lint by Eugene Kliuchnikov · 2 weeks ago
  13. 2ff28fb Merge pull request #1527 from rootkiller6788:fix-parseparams-empty-args-oob by Copybara-Service · 3 weeks ago
  14. 05b38fc Fix new ruff findings by Evgenii Kliuchnikov · 3 weeks ago
  15. ed071c4 Fix out-of-bounds write in ParseParams for empty-string arguments by rootkiller6788 · 4 weeks ago
  16. aa62fac Fix Base64 position wrap handling by carrerasdarren-cell · 6 weeks ago
  17. 8e10eeb Add params to brotli to manually enable or disable the SIMD hashers. by Brotli · 6 weeks ago
  18. 0d1f629 Fix edge cases and stability issues in Brotli Base64 entropy coding optimization. by Brotli · 7 weeks ago
  19. 037b70e Add an experimental feature to automatically detect Base64 encoded content in the input stream and optimize compression by skipping dictionary and history lookups for these regions. This is controlled by a new parameter BROTLI_PARAM_BASE64_MODE. by Brotli · 9 weeks ago
  20. 4afbc33 Merge pull request #1506 from google:dependabot/github_actions/everything-015e380c35 by Copybara-Service · 9 weeks ago
  21. 51e7588 Bump the everything group across 1 directory with 7 updates by dependabot[bot] · 9 weeks ago
  22. 4e6d8fb Retain source data for prepared dictionary. by Evgenii Kliuchnikov · 2 months ago
  23. 362f43a Merge pull request #1502 from eustas:zizmor by Copybara-Service · 2 months ago
  24. 73ffe71 Add zizmor audit by Evgenii Kliuchnikov · 3 months ago
  25. 27cc9fe Merge pull request #1500 from google:dependabot/github_actions/everything-0a43ab5142 by Copybara-Service · 3 months ago
  26. 2e0b1dc Bump the everything group across 1 directory with 7 updates by dependabot[bot] · 3 months ago
  27. 83fe766 Merge pull request #1494 from aleister1102:fix/decoder-jni-push-bounds-check by Copybara-Service · 3 months ago
  28. 183d03c fix(java): validate decoder push length in Wrapper only by aleister1102 · 3 months ago
  29. 2dc2a5f fix(java): reject decoder push length exceeding input buffer capacity by aleister1102 · 3 months ago
  30. f0328d1 Merge pull request #1395 from mmorel-35:bcr by Copybara-Service · 4 months ago
  31. dc14914 Merge branch 'master' into bcr by Eugene Kliuchnikov · 4 months ago
  32. b9a3377 Merge pull request #1406 from mannewalis:fix/emscripten-detection by Copybara-Service · 4 months ago
  33. ec8d979 Merge branch 'master' into bcr by Eugene Kliuchnikov · 4 months ago
  34. bfd14e0 Merge pull request #1487 from google:dependabot/github_actions/step-security/harden-runner-2.19.4 by Copybara-Service · 4 months ago
  35. b915d37 Merge branch 'master' into dependabot/github_actions/step-security/harden-runner-2.19.4 by Eugene Kliuchnikov · 4 months ago
  36. fe97583 Merge branch 'master' into fix/emscripten-detection by Eugene Kliuchnikov · 4 months ago
  37. 3907ece Merge pull request #1490 from google:eustas-patch-1 by Copybara-Service · 4 months ago
  38. 65d95f8 Merge branch 'master' into eustas-patch-1 by Eugene Kliuchnikov · 4 months ago upstream/eustas-patch-1
  39. 7941b46 Fix Bazel build by Evgenii Kliuchnikov · 4 months ago
  40. c2d0fd3 Bump step-security/harden-runner from 2.17.0 to 2.19.4 by dependabot[bot] · 4 months ago
  41. 174ac80 Merge pull request #1486 from google:dependabot/github_actions/github/codeql-action-4.36.0 by Copybara-Service · 4 months ago
  42. 922fc3c Configure Dependabot to group updates by Eugene Kliuchnikov · 4 months ago
  43. e35f83f Bump github/codeql-action from 4.35.1 to 4.36.0 by dependabot[bot] · 4 months ago
  44. aa150a1 Merge pull request #1466 from google:dependabot/github_actions/actions/setup-node-6.4.0 by Copybara-Service · 4 months ago
  45. 31d4500 Merge branch 'master' into dependabot/github_actions/actions/setup-node-6.4.0 by Eugene Kliuchnikov · 4 months ago
  46. 6312ee2 revert API change by Evgenii Kliuchnikov · 4 months ago
  47. 73ba6a2 make narrowing conversion explicit by Evgenii Kliuchnikov · 4 months ago
  48. 1736fe1 Clarify RAW dictionary size limits. by Evgenii Kliuchnikov · 4 months ago
  49. af041f5 Automated Code Change by Brotli · 4 months ago
  50. db4dfda Merge pull request #1463 from parasol-aser:fix/copystat-toctou-1461 by Copybara-Service · 5 months ago
  51. 7d9d520 Convert CopyStat regression tests to Python suite by parasol-aser · 5 months ago
  52. da05ef8 Fix CopyStat TOCTOU in brotli CLI by using fd-based syscalls by parasol-aser · 5 months ago
  53. 81d3468 Bump actions/setup-node from 6.3.0 to 6.4.0 by dependabot[bot] · 5 months ago
  54. ab685df Merge pull request #1458 from rbri:java_code_cleanup by Copybara-Service · 5 months ago
  55. 0b30317 use try-with-resources by Ronald Brill · 5 months ago
  56. 737ae47 Merge pull request #1453 from 0xazanul:fix/cli-comment-verification-return by Copybara-Service · 5 months ago
  57. 66e47cc Merge branch 'master' into fix/cli-comment-verification-return by Eugene Kliuchnikov · 5 months ago
  58. b3dc9cc Merge pull request #1457 from google:dependabot/github_actions/actions/cache-5.0.5 by Copybara-Service · 5 months ago
  59. ba70577 Merge branch 'master' into fix/cli-comment-verification-return by Eugene Kliuchnikov · 5 months ago
  60. fa0e461 Bump actions/cache from 5.0.4 to 5.0.5 (#1457) by dependabot[bot] · 5 months ago
  61. 7783fe7 Merge branch 'master' into dependabot/github_actions/actions/cache-5.0.5 by Eugene Kliuchnikov · 5 months ago
  62. f9f3a8c Bump mymindstorm/setup-emsdk from 15 to 16 (#1456) by dependabot[bot] · 5 months ago
  63. 9b01217 Bump actions/cache from 5.0.4 to 5.0.5 by dependabot[bot] · 5 months ago
  64. 092429c Bump step-security/harden-runner from 2.16.1 to 2.17.0 (#1455) by dependabot[bot] · 5 months ago
  65. 1dd49e1 Merge pull request #1444 from robinwatts:master by Copybara-Service · 5 months ago
  66. 4236b85 Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#1454) by dependabot[bot] · 5 months ago
  67. ea0e828 Merge branch 'master' into bcr by Eugene Kliuchnikov · 5 months ago
  68. 789eaf2 Merge branch 'master' into fix/cli-comment-verification-return by Eugene Kliuchnikov · 5 months ago
  69. b7d0339 Merge branch 'master' into master by Eugene Kliuchnikov · 5 months ago
  70. 37fd9c5 Merge pull request #1440 from google:dependabot/github_actions/github/codeql-action-4.35.1 by Copybara-Service · 5 months ago
  71. b1e421f Merge branch 'master' into master by Eugene Kliuchnikov · 5 months ago
  72. 0f75f74 Bump github/codeql-action from 4.31.7 to 4.35.1 (#1440) by dependabot[bot] · 5 months ago
  73. 8744a23 Merge branch 'master' into dependabot/github_actions/github/codeql-action-4.35.1 by Eugene Kliuchnikov · 5 months ago
  74. 4d7d0bd Bump github/codeql-action from 4.31.7 to 4.35.1 by dependabot[bot] · 5 months ago
  75. 69ac872 Bump actions/download-artifact from 6.0.0 to 8.0.1 (#1441) by dependabot[bot] · 5 months ago
  76. 918ef47 Bump actions/setup-python from 6.1.0 to 6.2.0 (#1442) by dependabot[bot] · 5 months ago
  77. 183bb3a Bump step-security/harden-runner from 2.16.0 to 2.16.1 (#1445) by dependabot[bot] · 5 months ago
  78. 0cd3d87 Bump mymindstorm/setup-emsdk from 14 to 15 (#1446) by dependabot[bot] · 5 months ago
  79. 2868c3a Return failure on comment mismatch in CLI decompression by Your Name · 5 months ago
  80. bad6cb5 Make all BrotliOutputStream methods exclusive/blocking. by Evgenii Kliuchnikov · 5 months ago
  81. 4792c8e Check that total compound dictionary size does not overflow. by Evgenii Kliuchnikov · 5 months ago
  82. 88b27d4 Fix partial javadocs by Evgenii Kliuchnikov · 5 months ago
  83. 7c2def1 Fix compilation in ISO C enviroments; declare vars before code. by Robin Watts · 6 months ago
  84. 5583858 Merge pull request #1413 from leofernandesmo:fix-java-brotliinputstream-null-buffer by Copybara-Service · 6 months ago
  85. a0f8a2c Merge pull request #1382 from vanschelven:fix-python-docstring by Copybara-Service · 6 months ago
  86. 495f30f Merge pull request #1414 from leofernandesmo:fix-java-brotliinputstream-illegalstateexception by Copybara-Service · 6 months ago
  87. 77b1773 Merge branch 'master' into fix-python-docstring by Eugene Kliuchnikov · 6 months ago
  88. 538c014 Merge branch 'master' into fix-java-brotliinputstream-null-buffer by Eugene Kliuchnikov · 6 months ago
  89. e1d9ad3 Merge branch 'master' into fix-java-brotliinputstream-illegalstateexception by Eugene Kliuchnikov · 6 months ago
  90. 965c18e Bump actions/setup-node from 6.0.0 to 6.3.0 (#1432) by dependabot[bot] · 6 months ago
  91. 3aa085d Bump actions/upload-artifact from 5.0.0 to 7.0.0 (#1433) by dependabot[bot] · 6 months ago
  92. b7b12b1 Bump actions/cache from 4.3.0 to 5.0.4 (#1434) by dependabot[bot] · 6 months ago
  93. e50d790 Bump actions/checkout from 6.0.0 to 6.0.2 (#1435) by dependabot[bot] · 6 months ago
  94. 762c2af Bump step-security/harden-runner from 2.13.2 to 2.16.0 (#1436) by dependabot[bot] · 6 months ago
  95. a413517 Bump github/codeql-action from 4.31.4 to 4.31.7 (#1402) by dependabot[bot] · 6 months ago
  96. 9164743 Merge pull request #1362 from google:dependabot/github_actions/actions/upload-artifact-5.0.0 by Copybara-Service · 6 months ago
  97. 1bb6609 internal change by Evgenii Kliuchnikov · 6 months ago
  98. 0ac21af Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#1362) by dependabot[bot] · 6 months ago
  99. d856e1d Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-5.0.0 by Eugene Kliuchnikov · 6 months ago
  100. 02e772e Bump actions/setup-python from 6.0.0 to 6.1.0 (#1399) by dependabot[bot] · 6 months ago