mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
[PR #16] [MERGED] Add command-line tool and tests. #591
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/16
Author: @szabadka
Created: 10/30/2014
Status: ✅ Merged
Merged: 11/17/2014
Merged by: @szabadka
Base:
master← Head:master📝 Commits (2)
e173982Add command-line tool and tests.ac455c5Improvements to the command-line tool.📊 Changes
18 files changed (+26272 additions, -0 deletions)
View changed files
➕
dec/Makefile(+10 -0)📝
dec/streams.c(+11 -0)📝
dec/streams.h(+4 -0)➕
enc/Makefile(+11 -0)➕
shared.mk(+16 -0)➕
tests/Makefile(+19 -0)➕
tests/compatibility_test.sh(+26 -0)➕
tests/roundtrip_test.sh(+29 -0)➕
tests/testdata/alice29.txt(+3609 -0)➕
tests/testdata/alice29.txt.compressed(+0 -0)➕
tests/testdata/asyoulik.txt(+4122 -0)➕
tests/testdata/asyoulik.txt.compressed(+0 -0)➕
tests/testdata/lcet10.txt(+7519 -0)➕
tests/testdata/lcet10.txt.compressed(+0 -0)➕
tests/testdata/plrabn12.txt(+10699 -0)➕
tests/testdata/plrabn12.txt.compressed(+0 -0)➕
tools/Makefile(+25 -0)➕
tools/bro.cc(+172 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.