[PR #722] [MERGED] Verbose CLI + start pulling "Shared-Brotli" #1367

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/722
Author: @eustas
Created: 10/24/2018
Status: Merged
Merged: 10/24/2018
Merged by: @eustas

Base: masterHead: upd10d


📝 Commits (2)

  • 515fdb8 Verbose CLI + start pulling "Shared-Brotli"
  • d304a4c Fix conversion warning

📊 Changes

14 files changed (+848 additions, -88 deletions)

View changed files

📝 c/common/transform.c (+56 -0)
📝 c/common/transform.h (+5 -0)
📝 c/enc/backward_references.h (+3 -3)
📝 c/enc/backward_references_hq.c (+6 -5)
📝 c/enc/backward_references_hq.h (+6 -4)
📝 c/enc/backward_references_inc.h (+4 -2)
📝 c/enc/encode.c (+0 -2)
📝 c/enc/encoder_dict.c (+0 -1)
📝 c/tools/brotli.c (+47 -7)
📝 java/org/brotli/dec/BrotliInputStream.java (+11 -1)
📝 java/org/brotli/dec/Decode.java (+41 -22)
📝 java/org/brotli/dec/SynthTest.java (+510 -3)
📝 java/org/brotli/dec/Transform.java (+152 -31)
📝 java/org/brotli/dec/TransformTest.java (+7 -7)

📄 Description

  • vesbose CLI output; fix #666
  • pull SHIFT transforms; currently this is semantically dead code;
    later it will be used by "Shared-Brotli"

🔄 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/722 **Author:** [@eustas](https://github.com/eustas) **Created:** 10/24/2018 **Status:** ✅ Merged **Merged:** 10/24/2018 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `upd10d` --- ### 📝 Commits (2) - [`515fdb8`](https://github.com/google/brotli/commit/515fdb87d878f1901de6104c143e53a597f19359) Verbose CLI + start pulling "Shared-Brotli" - [`d304a4c`](https://github.com/google/brotli/commit/d304a4c4c6fa917d67a6f625ba731b77996a0e6c) Fix conversion warning ### 📊 Changes **14 files changed** (+848 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `c/common/transform.c` (+56 -0) 📝 `c/common/transform.h` (+5 -0) 📝 `c/enc/backward_references.h` (+3 -3) 📝 `c/enc/backward_references_hq.c` (+6 -5) 📝 `c/enc/backward_references_hq.h` (+6 -4) 📝 `c/enc/backward_references_inc.h` (+4 -2) 📝 `c/enc/encode.c` (+0 -2) 📝 `c/enc/encoder_dict.c` (+0 -1) 📝 `c/tools/brotli.c` (+47 -7) 📝 `java/org/brotli/dec/BrotliInputStream.java` (+11 -1) 📝 `java/org/brotli/dec/Decode.java` (+41 -22) 📝 `java/org/brotli/dec/SynthTest.java` (+510 -3) 📝 `java/org/brotli/dec/Transform.java` (+152 -31) 📝 `java/org/brotli/dec/TransformTest.java` (+7 -7) </details> ### 📄 Description * vesbose CLI output; fix #666 * pull `SHIFT` transforms; currently this is semantically dead code; later it will be used by "Shared-Brotli" --- <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:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1367