[PR #713] [CLOSED] [A/X] Merge "shared brotli" into master branch. #1360

Closed
opened 2026-01-29 20:53:42 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/713
Author: @eustas
Created: 10/2/2018
Status: Closed

Base: masterHead: upd10a


📝 Commits (1)

  • 96a55ac [A/X] Merge "shared brotli" into master branch.

📊 Changes

16 files changed (+534 additions, -94 deletions)

View changed files

📝 c/common/transform.c (+56 -0)
📝 c/common/transform.h (+5 -0)
📝 c/dec/decode.c (+146 -5)
📝 c/dec/state.c (+5 -0)
📝 c/dec/state.h (+15 -0)
📝 c/enc/backward_references.c (+3 -3)
📝 c/enc/backward_references.h (+3 -3)
📝 c/enc/backward_references_hq.c (+4 -3)
📝 c/enc/backward_references_hq.h (+6 -4)
📝 c/enc/backward_references_inc.h (+4 -2)
📝 c/enc/hash.h (+2 -1)
📝 java/org/brotli/dec/Decode.java (+3 -3)
📝 java/org/brotli/dec/Transform.java (+152 -31)
📝 java/org/brotli/dec/TransformTest.java (+7 -7)
📝 js/decode.js (+121 -31)
📝 js/decode.min.js (+2 -1)

📄 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/713 **Author:** [@eustas](https://github.com/eustas) **Created:** 10/2/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `upd10a` --- ### 📝 Commits (1) - [`96a55ac`](https://github.com/google/brotli/commit/96a55ac391c6bc310dc7d842601a73d6cb654d37) [A/X] Merge "shared brotli" into master branch. ### 📊 Changes **16 files changed** (+534 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `c/common/transform.c` (+56 -0) 📝 `c/common/transform.h` (+5 -0) 📝 `c/dec/decode.c` (+146 -5) 📝 `c/dec/state.c` (+5 -0) 📝 `c/dec/state.h` (+15 -0) 📝 `c/enc/backward_references.c` (+3 -3) 📝 `c/enc/backward_references.h` (+3 -3) 📝 `c/enc/backward_references_hq.c` (+4 -3) 📝 `c/enc/backward_references_hq.h` (+6 -4) 📝 `c/enc/backward_references_inc.h` (+4 -2) 📝 `c/enc/hash.h` (+2 -1) 📝 `java/org/brotli/dec/Decode.java` (+3 -3) 📝 `java/org/brotli/dec/Transform.java` (+152 -31) 📝 `java/org/brotli/dec/TransformTest.java` (+7 -7) 📝 `js/decode.js` (+121 -31) 📝 `js/decode.min.js` (+2 -1) </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:53:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1360