[PR #600] [MERGED] Update #1252

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/600
Author: @eustas
Created: 9/19/2017
Status: Merged
Merged: 9/19/2017
Merged by: @eustas

Base: masterHead: upd9b


📝 Commits (1)

📊 Changes

11 files changed (+707 additions, -518 deletions)

View changed files

📝 c/enc/backward_references_hq.c (+1 -3)
📝 c/enc/block_splitter.c (+2 -4)
📝 c/enc/block_splitter_inc.h (+3 -4)
📝 c/enc/encode.c (+4 -8)
📝 c/tools/brotli.c (+12 -0)
📝 java/org/brotli/dec/SynthTest.java (+653 -480)
📝 java/org/brotli/dec/proguard.cfg (+4 -0)
📝 java/org/brotli/wrapper/enc/Encoder.java (+1 -1)
📝 java/org/brotli/wrapper/enc/EncoderJNI.java (+5 -1)
📝 java/org/brotli/wrapper/enc/EncoderTest.java (+11 -8)
📝 java/org/brotli/wrapper/enc/encoder_jni.cc (+11 -9)

📄 Description

  • encoder: relax backward references candidates asserts
  • encoder: make RNG more platform-independent
  • encoder: remove "unused" param (context mode)
  • CLI: improve first-encounter experience
  • Java: update SynthTest
  • Java: refine proguard config
  • Java/JNI: fix one-shot compression workflow

🔄 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/600 **Author:** [@eustas](https://github.com/eustas) **Created:** 9/19/2017 **Status:** ✅ Merged **Merged:** 9/19/2017 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `upd9b` --- ### 📝 Commits (1) - [`ad3be10`](https://github.com/google/brotli/commit/ad3be10e35f55da29c5abc8244bc900ce9a8b138) Update: ### 📊 Changes **11 files changed** (+707 additions, -518 deletions) <details> <summary>View changed files</summary> 📝 `c/enc/backward_references_hq.c` (+1 -3) 📝 `c/enc/block_splitter.c` (+2 -4) 📝 `c/enc/block_splitter_inc.h` (+3 -4) 📝 `c/enc/encode.c` (+4 -8) 📝 `c/tools/brotli.c` (+12 -0) 📝 `java/org/brotli/dec/SynthTest.java` (+653 -480) 📝 `java/org/brotli/dec/proguard.cfg` (+4 -0) 📝 `java/org/brotli/wrapper/enc/Encoder.java` (+1 -1) 📝 `java/org/brotli/wrapper/enc/EncoderJNI.java` (+5 -1) 📝 `java/org/brotli/wrapper/enc/EncoderTest.java` (+11 -8) 📝 `java/org/brotli/wrapper/enc/encoder_jni.cc` (+11 -9) </details> ### 📄 Description * encoder: relax backward references candidates asserts * encoder: make RNG more platform-independent * encoder: remove "unused" param (context mode) * CLI: improve first-encounter experience * Java: update SynthTest * Java: refine proguard config * Java/JNI: fix one-shot compression workflow --- <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:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1252