[PR #589] [MERGED] Update #1233

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/589
Author: @eustas
Created: 8/24/2017
Status: Merged
Merged: 8/24/2017
Merged by: @eustas

Base: masterHead: upd8b


📝 Commits (1)

📊 Changes

8 files changed (+79 additions, -41 deletions)

View changed files

📝 c/dec/decode.c (+0 -2)
📝 c/enc/hash_to_binary_tree_inc.h (+3 -1)
📝 c/tools/brotli.c (+1 -1)
📝 java/org/brotli/dec/BitReader.java (+28 -17)
📝 java/org/brotli/dec/Decode.java (+35 -12)
📝 java/org/brotli/dec/Dictionary.java (+3 -0)
📝 java/org/brotli/dec/DictionaryData.java (+9 -7)
📝 java/org/brotli/dec/State.java (+0 -1)

📄 Description

  • cleanup
  • fix unbrotli CLI
  • Java retouch for faster JS decoder

🔄 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/589 **Author:** [@eustas](https://github.com/eustas) **Created:** 8/24/2017 **Status:** ✅ Merged **Merged:** 8/24/2017 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `upd8b` --- ### 📝 Commits (1) - [`7c37f2d`](https://github.com/google/brotli/commit/7c37f2dac0ffe77fd40df7570344454bedea65a8) Update ### 📊 Changes **8 files changed** (+79 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `c/dec/decode.c` (+0 -2) 📝 `c/enc/hash_to_binary_tree_inc.h` (+3 -1) 📝 `c/tools/brotli.c` (+1 -1) 📝 `java/org/brotli/dec/BitReader.java` (+28 -17) 📝 `java/org/brotli/dec/Decode.java` (+35 -12) 📝 `java/org/brotli/dec/Dictionary.java` (+3 -0) 📝 `java/org/brotli/dec/DictionaryData.java` (+9 -7) 📝 `java/org/brotli/dec/State.java` (+0 -1) </details> ### 📄 Description * cleanup * fix `unbrotli` CLI * Java retouch for faster JS decoder --- <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:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1233