[PR #644] [CLOSED] Pickup v1.0.3 changes #1293

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

📋 Pull Request Information

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

Base: v1.0Head: master


📝 Commits (10+)

📊 Changes

184 files changed (+5572 additions, -2872 deletions)

View changed files

📝 .gitmodules (+3 -0)
📝 .travis.yml (+33 -27)
📝 BUILD (+33 -16)
📝 CMakeLists.txt (+50 -140)
Makefile.am (+38 -0)
README (+15 -0)
📝 WORKSPACE (+49 -13)
bootstrap (+31 -0)
📝 c/common/constants.h (+13 -6)
📝 c/common/context.h (+182 -172)
📝 c/common/dictionary.bin (+0 -0)
c/common/dictionary.bin.br (+0 -0)
📝 c/common/dictionary.h (+4 -4)
c/common/platform.h (+436 -0)
c/common/transform.c (+236 -0)
c/common/transform.h (+80 -0)
📝 c/common/version.h (+8 -1)
📝 c/dec/bit_reader.c (+1 -1)
📝 c/dec/bit_reader.h (+34 -85)
📝 c/dec/decode.c (+295 -184)

...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/644 **Author:** [@eustas](https://github.com/eustas) **Created:** 3/2/2018 **Status:** ❌ Closed **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 **184 files changed** (+5572 additions, -2872 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+3 -0) 📝 `.travis.yml` (+33 -27) 📝 `BUILD` (+33 -16) 📝 `CMakeLists.txt` (+50 -140) ➕ `Makefile.am` (+38 -0) ➕ `README` (+15 -0) 📝 `WORKSPACE` (+49 -13) ➕ `bootstrap` (+31 -0) 📝 `c/common/constants.h` (+13 -6) 📝 `c/common/context.h` (+182 -172) 📝 `c/common/dictionary.bin` (+0 -0) ➕ `c/common/dictionary.bin.br` (+0 -0) 📝 `c/common/dictionary.h` (+4 -4) ➕ `c/common/platform.h` (+436 -0) ➕ `c/common/transform.c` (+236 -0) ➕ `c/common/transform.h` (+80 -0) 📝 `c/common/version.h` (+8 -1) 📝 `c/dec/bit_reader.c` (+1 -1) 📝 `c/dec/bit_reader.h` (+34 -85) 📝 `c/dec/decode.c` (+295 -184) _...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:22 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1293