mirror of
https://github.com/google/brotli.git
synced 2026-09-22 14:45:51 +00:00
[PR #431] [MERGED] Update decoder #1041
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/431
Author: @eustas
Created: 9/21/2016
Status: ✅ Merged
Merged: 9/21/2016
Merged by: @eustas
Base:
master← Head:master📝 Commits (6)
f20b3eeUpdate decoder:9223fd4Update bro tool:b754f60Update python modulede1007fFix uid/gid types7cbdb4aUpdate brotlimodule.cc86fdb68Update brotlimodule.cc📊 Changes
11 files changed (+227 additions, -256 deletions)
View changed files
📝
common/constants.h(+3 -1)📝
common/port.h(+16 -0)📝
dec/bit_reader.h(+1 -24)📝
dec/decode.c(+93 -136)📝
dec/huffman.c(+23 -22)📝
dec/port.h(+12 -3)📝
dec/state.c(+3 -0)📝
dec/state.h(+3 -2)📝
include/brotli/decode.h(+3 -38)📝
python/brotlimodule.cc(+8 -10)📝
tools/bro.c(+62 -20)📄 Description
BROTLI_MAX_DISTANCE_BITSinstead of magic constantBROTLI_DEPRECATEDBROTLI_RESTRICTtocommon/port.hreg_ttodec/port.h🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.