[PR #16] [MERGED] Add command-line tool and tests. #591

Open
opened 2026-01-29 20:46:18 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (2)

  • e173982 Add command-line tool and tests.
  • ac455c5 Improvements 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.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/16 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 10/30/2014 **Status:** ✅ Merged **Merged:** 11/17/2014 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`e173982`](https://github.com/google/brotli/commit/e1739826c04a9944672b99b98249dda021bdeb36) Add command-line tool and tests. - [`ac455c5`](https://github.com/google/brotli/commit/ac455c50f4c56f8695ad250a3c6a5968ac3eb5f6) Improvements to the command-line tool. ### 📊 Changes **18 files changed** (+26272 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:46:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#591