[PR #617] [MERGED] Update #1267

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/617
Author: @eustas
Created: 10/13/2017
Status: Merged
Merged: 10/13/2017
Merged by: @eustas

Base: masterHead: upd10a


📝 Commits (1)

📊 Changes

7 files changed (+19 additions, -17 deletions)

View changed files

📝 c/common/dictionary.h (+3 -3)
📝 c/enc/backward_references_hq.c (+9 -8)
📝 c/enc/backward_references_hq.h (+3 -3)
📝 c/enc/quality.h (+1 -0)
📝 c/include/brotli/encode.h (+1 -1)
📝 docs/encode.h.3 (+1 -1)
📝 js/decode.min.js (+1 -1)

📄 Description

  • remove const on BrotliDictionary members
  • extend ZofliNode distance range to 128MiB
  • add missing port.h include to quality.h
  • fix typo in encoder API-doc
  • regenerate decode.min.js

🔄 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/617 **Author:** [@eustas](https://github.com/eustas) **Created:** 10/13/2017 **Status:** ✅ Merged **Merged:** 10/13/2017 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `upd10a` --- ### 📝 Commits (1) - [`0675035`](https://github.com/google/brotli/commit/0675035afa59261f4bfb885dff4d185b244242d1) Update ### 📊 Changes **7 files changed** (+19 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `c/common/dictionary.h` (+3 -3) 📝 `c/enc/backward_references_hq.c` (+9 -8) 📝 `c/enc/backward_references_hq.h` (+3 -3) 📝 `c/enc/quality.h` (+1 -0) 📝 `c/include/brotli/encode.h` (+1 -1) 📝 `docs/encode.h.3` (+1 -1) 📝 `js/decode.min.js` (+1 -1) </details> ### 📄 Description * remove `const` on `BrotliDictionary` members * extend `ZofliNode` distance range to 128MiB * add missing `port.h` include to `quality.h` * fix typo in encoder API-doc * regenerate `decode.min.js` --- <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:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1267