[PR #621] [MERGED] Pick-up 1.0.2 changes #1270

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/621
Author: @eustas
Created: 11/28/2017
Status: Merged
Merged: 11/29/2017
Merged by: @eustas

Base: v1.0Head: master


📝 Commits (10+)

📊 Changes

109 files changed (+1171 additions, -350 deletions)

View changed files

📝 .travis.yml (+13 -0)
📝 BUILD (+33 -16)
📝 CMakeLists.txt (+50 -130)
Makefile.am (+36 -0)
README (+15 -0)
📝 WORKSPACE (+40 -11)
bootstrap (+22 -0)
📝 c/common/dictionary.bin (+0 -0)
📝 c/common/dictionary.h (+3 -3)
📝 c/common/version.h (+8 -1)
📝 c/dec/decode.c (+4 -0)
📝 c/enc/backward_references_hq.c (+9 -8)
📝 c/enc/backward_references_hq.h (+3 -3)
📝 c/enc/dictionary_hash.c (+0 -0)
📝 c/enc/hash_forgetful_chain_inc.h (+0 -0)
📝 c/enc/hash_longest_match64_inc.h (+0 -0)
📝 c/enc/hash_to_binary_tree_inc.h (+0 -0)
📝 c/enc/port.h (+9 -1)
📝 c/enc/quality.h (+1 -0)
📝 c/fuzz/test_fuzzer.sh (+13 -8)

...and 80 more files

📄 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/621 **Author:** [@eustas](https://github.com/eustas) **Created:** 11/28/2017 **Status:** ✅ Merged **Merged:** 11/29/2017 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `v1.0` ← **Head:** `master` --- ### 📝 Commits (10+) - [`4f8cd4c`](https://github.com/google/brotli/commit/4f8cd4c0f4443d51a9603790a445b06c073b7a4d) Fix fuzzer test script and add it to travis matrix (#606) - [`42d7880`](https://github.com/google/brotli/commit/42d78807bb56a336ff6b30d8e9dc14cd1cf8f105) Improve Bazel/JNI portability (#611) - [`a0c7daf`](https://github.com/google/brotli/commit/a0c7dafe28957cc45e428ba47a8e6f26e52499bd) Fix permissions of various files in project (#613) - [`9c75a2a`](https://github.com/google/brotli/commit/9c75a2a26a2b704ee8895ae298e5bff3e78acc70) Use bazel in appveyor (#612) - [`39ef4bb`](https://github.com/google/brotli/commit/39ef4bbdcffd6316b5d3e95904cf9b0aa5e19504) Add new (fast) dictionary generator engine. (#616) - [`3e58ea5`](https://github.com/google/brotli/commit/3e58ea5f90798a4c80f638a98f2d75b07a72af39) Update (#617) - [`bdda95e`](https://github.com/google/brotli/commit/bdda95ee553c9f52a3f72a21ce8c4338ce8d41a5) Create shared-brotli-fetch-spec.txt - [`a755ba3`](https://github.com/google/brotli/commit/a755ba3bd06a9513392838a7407ce05f0f9f93c6) Update shared-brotli-fetch-spec.txt - [`273de5a`](https://github.com/google/brotli/commit/273de5a22f955ba84ad3d31025bff69054cc98ef) Update shared-brotli-fetch-spec.txt - [`0ad94ee`](https://github.com/google/brotli/commit/0ad94eed00420bf1154cb16a289aa27efbb30c01) Update (#620) ### 📊 Changes **109 files changed** (+1171 additions, -350 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+13 -0) 📝 `BUILD` (+33 -16) 📝 `CMakeLists.txt` (+50 -130) ➕ `Makefile.am` (+36 -0) ➕ `README` (+15 -0) 📝 `WORKSPACE` (+40 -11) ➕ `bootstrap` (+22 -0) 📝 `c/common/dictionary.bin` (+0 -0) 📝 `c/common/dictionary.h` (+3 -3) 📝 `c/common/version.h` (+8 -1) 📝 `c/dec/decode.c` (+4 -0) 📝 `c/enc/backward_references_hq.c` (+9 -8) 📝 `c/enc/backward_references_hq.h` (+3 -3) 📝 `c/enc/dictionary_hash.c` (+0 -0) 📝 `c/enc/hash_forgetful_chain_inc.h` (+0 -0) 📝 `c/enc/hash_longest_match64_inc.h` (+0 -0) 📝 `c/enc/hash_to_binary_tree_inc.h` (+0 -0) 📝 `c/enc/port.h` (+9 -1) 📝 `c/enc/quality.h` (+1 -0) 📝 `c/fuzz/test_fuzzer.sh` (+13 -8) _...and 80 more files_ </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:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1270