[PR #560] [MERGED] Update #1208

Open
opened 2026-01-29 20:52:59 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/560
Author: @eustas
Created: 6/13/2017
Status: Merged
Merged: 6/13/2017
Merged by: @eustas

Base: masterHead: update06


📝 Commits (3)

📊 Changes

9 files changed (+103 additions, -27 deletions)

View changed files

📝 c/dec/decode.c (+25 -8)
📝 c/dec/state.c (+4 -0)
📝 c/dec/state.h (+2 -1)
📝 c/enc/brotli_bit_stream.c (+0 -11)
📝 c/enc/brotli_bit_stream.h (+0 -4)
📝 c/enc/cluster_inc.h (+2 -0)
📝 c/include/brotli/decode.h (+23 -0)
📝 c/tools/brotli.c (+2 -2)
📝 docs/decode.h.3 (+45 -1)

📄 Description

  • add decoder API to avoid ringbuffer reallocation
  • fix MSVC warnings
  • remove dead code

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/560 **Author:** [@eustas](https://github.com/eustas) **Created:** 6/13/2017 **Status:** ✅ Merged **Merged:** 6/13/2017 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `update06` --- ### 📝 Commits (3) - [`7de233f`](https://github.com/google/brotli/commit/7de233faaacdabd963334ccc04eae0d8fbacc5c9) Update: - [`b3c4c95`](https://github.com/google/brotli/commit/b3c4c95c102164248adc39087b8d5434eb4a1452) Fix bazel/osx compilation. - [`9021ed6`](https://github.com/google/brotli/commit/9021ed6ec03e8e820cf116820bc26317d9412d29) Fix again ### 📊 Changes **9 files changed** (+103 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `c/dec/decode.c` (+25 -8) 📝 `c/dec/state.c` (+4 -0) 📝 `c/dec/state.h` (+2 -1) 📝 `c/enc/brotli_bit_stream.c` (+0 -11) 📝 `c/enc/brotli_bit_stream.h` (+0 -4) 📝 `c/enc/cluster_inc.h` (+2 -0) 📝 `c/include/brotli/decode.h` (+23 -0) 📝 `c/tools/brotli.c` (+2 -2) 📝 `docs/decode.h.3` (+45 -1) </details> ### 📄 Description * add decoder API to avoid ringbuffer reallocation * fix MSVC warnings * remove dead code --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:52:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1208