mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #713] [CLOSED] [A/X] Merge "shared brotli" into master branch. #1360
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/713
Author: @eustas
Created: 10/2/2018
Status: ❌ Closed
Base:
master← Head:upd10a📝 Commits (1)
96a55ac[A/X] Merge "shared brotli" into master branch.📊 Changes
16 files changed (+534 additions, -94 deletions)
View changed files
📝
c/common/transform.c(+56 -0)📝
c/common/transform.h(+5 -0)📝
c/dec/decode.c(+146 -5)📝
c/dec/state.c(+5 -0)📝
c/dec/state.h(+15 -0)📝
c/enc/backward_references.c(+3 -3)📝
c/enc/backward_references.h(+3 -3)📝
c/enc/backward_references_hq.c(+4 -3)📝
c/enc/backward_references_hq.h(+6 -4)📝
c/enc/backward_references_inc.h(+4 -2)📝
c/enc/hash.h(+2 -1)📝
java/org/brotli/dec/Decode.java(+3 -3)📝
java/org/brotli/dec/Transform.java(+152 -31)📝
java/org/brotli/dec/TransformTest.java(+7 -7)📝
js/decode.js(+121 -31)📝
js/decode.min.js(+2 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.