1. 1f6ab76 use module-bound exception by Evgenii Kliuchnikov · 27 hours ago upstream/master
  2. d74b0a4 Merge pull request #1323 from google:dependabot/github_actions/actions/setup-python-6.0.0 by Copybara-Service · 4 days ago
  3. dbcb332 Merge pull request #1324 from google:dependabot/github_actions/softprops/action-gh-release-2.3.3 by Copybara-Service · 4 days ago
  4. c0d785d Bump actions/setup-python from 5.6.0 to 6.0.0 by dependabot[bot] · 5 days ago
  5. 466613c Bump softprops/action-gh-release from 2.3.2 to 2.3.3 by dependabot[bot] · 5 days ago
  6. 1406898 Build and test with PY2.7 by Evgenii Kliuchnikov · 5 days ago
  7. 0bef8a6 clarify that prepared dictionaries are "lean" by Evgenii Kliuchnikov · 5 days ago
  8. 9686382 PY: continue renovation of extension by Evgenii Kliuchnikov · 6 days ago
  9. 85d46ce Drop finalize() by Evgenii Kliuchnikov · 2 weeks ago
  10. 41a22f0 modernize PY3 class definition by Evgenii Kliuchnikov · 3 weeks ago
  11. 98a89b1 temporary rollback by Evgenii Kliuchnikov · 4 weeks ago
  12. 35d4992 PY: reformat _brotli.c by Evgenii Kliuchnikov · 4 weeks ago
  13. 3287b89 Merge pull request #1257 from domysh:master by Copybara-Service · 4 weeks ago
  14. 4bf850a Merge pull request #1089 from SpaceIm:macos-relocatable by Copybara-Service · 4 weeks ago
  15. 0557c81 Merge pull request #1307 from google:dependabot/github_actions/actions/cache-4.2.4 by Copybara-Service · 4 weeks ago
  16. f5e1f06 Merge branch 'master' into macos-relocatable by Eugene Kliuchnikov · 4 weeks ago
  17. 0903aad Update setup.py by Eugene Kliuchnikov · 4 weeks ago
  18. 4473857 Update setup.py by Eugene Kliuchnikov · 4 weeks ago
  19. 8fea9e3 Merge branch 'master' into master by Eugene Kliuchnikov · 4 weeks ago
  20. 20ed137 add decoder static init by Evgenii Kliuchnikov · 4 weeks ago
  21. 310f211 pull common static init header by Evgenii Kliuchnikov · 4 weeks ago
  22. 30c7d2f split prefix.h to .h/.cc/_inc.h by Evgenii Kliuchnikov · 4 weeks ago
  23. 79ea729 Merge branch 'master' into master by Eugene Kliuchnikov · 5 weeks ago
  24. 7880aa1 Merge branch 'master' into dependabot/github_actions/actions/cache-4.2.4 by Eugene Kliuchnikov · 5 weeks ago
  25. 2519070 use BROTLI_COLD in enc by Evgenii Kliuchnikov · 5 weeks ago
  26. cb29dec Introduce BROTLI_COLD by Evgenii Kliuchnikov · 5 weeks ago
  27. 643b229 AI ate my code by Evgenii Kliuchnikov · 5 weeks ago
  28. e7b0c08 move bulky generated constants out of main code by Evgenii Kliuchnikov · 5 weeks ago
  29. 9a4ba59 internal change by Evgenii Kliuchnikov · 7 weeks ago
  30. 3cc6172 uninline ShannonEntropy/BitsEntropy by Evgenii Kliuchnikov · 7 weeks ago
  31. 103b25f explicitly specify model for relocatable variables by Evgenii Kliuchnikov · 7 weeks ago
  32. ea7d6c3 Bump actions/cache from 4.2.3 to 4.2.4 by dependabot[bot] · 7 weeks ago
  33. 7b34594 adjust BROTLI_TEST effects by Evgenii Kliuchnikov · 7 weeks ago
  34. 6a4c96b more portable emergency exit by Evgenii Kliuchnikov · 8 weeks ago
  35. 29e040b use static init to reduce encoder library size by Evgenii Kliuchnikov · 8 weeks ago
  36. bf6231d Introduce static init by Evgenii Kliuchnikov · 8 weeks ago
  37. 377afe9 Merge pull request #1298 from Cycloctane:master by Copybara-Service · 8 weeks ago
  38. bf2e456 Merge branch 'master' into master by Eugene Kliuchnikov · 8 weeks ago
  39. 8a7201c fix some includes by Evgenii Kliuchnikov · 8 weeks ago
  40. 12203bb Extract Hash14/15 to hash_base by Evgenii Kliuchnikov · 8 weeks ago
  41. 172fe58 Forward imports in types.h by Evgenii Kliuchnikov · 8 weeks ago
  42. bf88e69 Update CHANGELOG.md by Cycloctane · 9 weeks ago
  43. a47d747 Roll back: Enable shared_dictionary for quality 3 and 4. by Evgenii Kliuchnikov · 3 months ago
  44. 564ddad Merge pull request #1270 from google:dependabot/github_actions/ossf/scorecard-action-2.4.2 by Copybara-Service · 3 months ago
  45. 51a9318 Merge pull request #1281 from google:dependabot/github_actions/softprops/action-gh-release-2.3.2 by Copybara-Service · 3 months ago
  46. 400b1e1 Merge pull request #1294 from lowkeyrossi:support_arm64 by Copybara-Service · 3 months ago
  47. 5f84f3b Merge branch 'master' into dependabot/github_actions/ossf/scorecard-action-2.4.2 by Eugene Kliuchnikov · 3 months ago
  48. 39d9192 Merge branch 'master' into dependabot/github_actions/softprops/action-gh-release-2.3.2 by Eugene Kliuchnikov · 3 months ago
  49. 15fb8bf Merge branch 'master' into support_arm64 by newyork_loki · 3 months ago
  50. b80c3ad Merge pull request #1292 from radarhere:patch-1 by Copybara-Service · 3 months ago
  51. 8ab7027 Merge branch 'master' into patch-1 by Eugene Kliuchnikov · 3 months ago
  52. 61ebc6c Add support for release builds for Windows ARM64 by newyork_loki · 3 months ago
  53. ab9b7b0 Add support for release builds for Windows ARM64 by newyork_loki · 3 months ago
  54. 42c5139 Enable shared_dictionary for quality 3 and 4. by Brotli · 3 months ago
  55. 81fb9d5 Fixed typo by Andrew Murray · 3 months ago
  56. 434b582 Fix compilation errors when `BROTLI_DEBUG` is defined. by Brotli · 3 months ago
  57. 5a7338e Merge branch 'master' into dependabot/github_actions/softprops/action-gh-release-2.3.2 by Eugene Kliuchnikov · 3 months ago
  58. f2022b9 Merge pull request #1288 from radarhere:patch-1 by Copybara-Service · 3 months ago
  59. fe2d703 Merge branch 'master' into patch-1 by Eugene Kliuchnikov · 3 months ago
  60. 2903f45 ignore slices that cross sample boundary by Evgenii Kliuchnikov · 3 months ago
  61. 63270db Fixed typo by Andrew Murray · 3 months ago
  62. 4cb7828 [brotli/go] Add missing importpath BUILD.bazel by Brotli · 3 months ago go/brotli/v1.1.1-rc0 go/cbrotli/v1.1.1-rc0
  63. 418237c No public description by Brotli · 3 months ago
  64. c02288e fix test package by Evgenii Kliuchnikov · 3 months ago
  65. b15ca9a pure golang decoder by Evgenii Kliuchnikov · 3 months ago
  66. 7bd1bd4 add synth_test for cbrotli by Evgenii Kliuchnikov · 4 months ago
  67. 7a08d69 Bump softprops/action-gh-release from 2.2.2 to 2.3.2 by dependabot[bot] · 4 months ago
  68. 964ca07 fix module import in set exception + setup.py compatible with python2 by Domingo Dirutigliano · 4 months ago
  69. ddb803a using static function by Domingo Dirutigliano · 4 months ago
  70. 998a28b using module state for error handling by Domingo Dirutigliano · 4 months ago
  71. 3efb30f Comb UTF-8 literal processing by Evgenii Kliuchnikov · 4 months ago go/cbrotli/v1.1.0.bcr.1
  72. 405b434 make cbrotli_test extenal to cbrotli by Evgenii Kliuchnikov · 4 months ago
  73. 3d469dc Merge branch 'master' into dependabot/github_actions/ossf/scorecard-action-2.4.2 by Eugene Kliuchnikov · 4 months ago
  74. 00ad1d4 CI: don't use deprecated Windows-2019 image by Evgenii Kliuchnikov · 4 months ago
  75. ee5f3bb Refresh JS/TS/KT by Evgenii Kliuchnikov · 4 months ago
  76. 08bdaeb modify Java decoder in a way it could be transpiled to exception unfriendly languages by Evgenii Kliuchnikov · 4 months ago
  77. bddbb96 Merge branch 'master' into dependabot/github_actions/ossf/scorecard-action-2.4.2 by Eugene Kliuchnikov · 4 months ago
  78. 271be11 Prepare for transpilation to golang by Evgenii Kliuchnikov · 4 months ago
  79. 9c91b6a Restore bazel-win:go pipeline by Evgenii Kliuchnikov · 4 months ago go/cbrotli/v1.1.0.bcr.0
  80. ff59b38 Merge branch 'master' into dependabot/github_actions/ossf/scorecard-action-2.4.2 by Eugene Kliuchnikov · 4 months ago
  81. 00c6df4 Include go bindings in archive export by Brotli · 4 months ago
  82. 781b865 Bump ossf/scorecard-action from 2.4.1 to 2.4.2 by dependabot[bot] · 4 months ago
  83. e095150 Merge pull request #1182 from eugo-inc:master by Copybara-Service · 4 months ago
  84. dcc24d0 chore: fixing trailing whitespace in python/README.md by Benjamin Leff · 4 months ago
  85. 5189ec1 Merge branch 'google:master' into master by Benjamin Leff · 4 months ago
  86. 6270bb5 update CI pipelines by Evgenii Kliuchnikov · 4 months ago
  87. 0e0ed5f perf: conditionally install pkgconfig if using system brotli by Benjamin Leff · 4 months ago
  88. 9b7beb4 Merge branch 'google:master' into master by Benjamin Leff · 4 months ago
  89. cecc0ac Fix ISO C build breakage. (#1255) by Robin Watts · 4 months ago
  90. e9668c8 Add a SBOM template in CycloneDX format (#1224) by Richard Hughes · 4 months ago
  91. 93d0ac5 Fix typos (#1242) by Andreas Deininger · 4 months ago
  92. 3487b69 Update bro.py: Fix undefined name in Python code (#1240) by Christian Clauss · 4 months ago
  93. adc546b Bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#1252) by dependabot[bot] · 4 months ago
  94. b3d7283 Bump actions/cache from 4.1.2 to 4.2.3 (#1258) by dependabot[bot] · 4 months ago
  95. fa308dd Bump actions/upload-artifact from 4.4.3 to 4.6.2 (#1259) by dependabot[bot] · 4 months ago
  96. 98cde63 Bump softprops/action-gh-release from 2.1.0 to 2.2.2 (#1263) by dependabot[bot] · 4 months ago
  97. 9c55070 Bump actions/setup-python from 5.3.0 to 5.6.0 (#1265) by dependabot[bot] · 4 months ago
  98. e45f18c DECREF on exception raise by Domingo Dirutigliano · 7 months ago
  99. c710db0 enabled support to 3.12 per GIL interpeter using multistage module inizialization by Domingo Dirutigliano · 7 months ago
  100. 440e036 Another nullptr-arithmetics clamer by Evgenii Kliuchnikov · 8 months ago