mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #826] [MERGED] Update #1426
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/826
Author: @eustas
Created: 8/26/2020
Status: ✅ Merged
Merged: 8/26/2020
Merged by: @eustas
Base:
master← Head:upd08a📝 Commits (1)
4c08c51Update📊 Changes
25 files changed (+431 additions, -345 deletions)
View changed files
📝
.travis.yml(+3 -2)➕
c/common/constants.c(+15 -0)📝
c/common/constants.h(+16 -0)➕
c/common/context.c(+156 -0)📝
c/common/context.h(+4 -152)➕
c/common/platform.c(+22 -0)📝
c/common/platform.h(+2 -9)📝
c/dec/bit_reader.c(+11 -0)📝
c/dec/bit_reader.h(+7 -12)📝
c/dec/decode.c(+5 -4)📝
c/dec/huffman.h(+1 -8)📝
c/dec/prefix.h(+0 -18)📝
c/dec/state.c(+5 -3)📝
c/enc/brotli_bit_stream.c(+3 -18)➕
c/enc/command.c(+28 -0)📝
c/enc/command.h(+12 -12)📝
c/enc/entropy_encode.c(+2 -0)📝
c/enc/entropy_encode.h(+2 -2)➕
c/enc/fast_log.c(+105 -0)📝
c/enc/fast_log.h(+6 -93)...and 5 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.