[PR #79] [MERGED] Add partial output support to the decoder. #678

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/79
Author: @szabadka
Created: 4/22/2015
Status: Merged
Merged: 4/22/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • 64c2611 Add partial output support to the decoder.

📊 Changes

4 files changed (+202 additions, -57 deletions)

View changed files

📝 dec/decode.c (+186 -54)
📝 dec/decode.h (+3 -1)
📝 dec/state.h (+10 -0)
📝 dec/streams.c (+3 -2)

📄 Description

No description provided


🔄 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/79 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 4/22/2015 **Status:** ✅ Merged **Merged:** 4/22/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`64c2611`](https://github.com/google/brotli/commit/64c261113f3ac1036815426225dd19a229a56cb3) Add partial output support to the decoder. ### 📊 Changes **4 files changed** (+202 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `dec/decode.c` (+186 -54) 📝 `dec/decode.h` (+3 -1) 📝 `dec/state.h` (+10 -0) 📝 `dec/streams.c` (+3 -2) </details> ### 📄 Description _No description provided_ --- <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:50:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#678