mirror of
https://github.com/google/brotli.git
synced 2026-09-23 15:15:35 +00:00
[PR #722] [MERGED] Verbose CLI + start pulling "Shared-Brotli" #1367
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:upd10d📝 Commits (2)
515fdb8Verbose CLI + start pulling "Shared-Brotli"d304a4cFix 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
SHIFTtransforms; 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.