mirror of
https://github.com/google/brotli.git
synced 2024-11-22 03:30:07 +00:00
03739d2b11
Update: * new CLI; bro -> brotli; + man page * JNI wrappers preparation (for bazel build) * add raw binary dictionary representation `dictionary.bin` * add ability to side-load brotli RFC dictionary * decoder persists last error now * fix `BrotliDecoderDecompress` documentation * go reader don't block until necessary * more consistent bazel target names * Java dictionary data compiled footprint reduced * Java tests refactoring
17 lines
341 B
Plaintext
17 lines
341 B
Plaintext
include CONTRIBUTING.md
|
|
include c/common/*.c
|
|
include c/common/*.h
|
|
include c/dec/*.c
|
|
include c/dec/*.h
|
|
include c/enc/*.c
|
|
include c/enc/*.h
|
|
include c/include/brotli/*.h
|
|
include LICENSE
|
|
include MANIFEST.in
|
|
include python/bro.py
|
|
include python/brotlimodule.cc
|
|
include python/README.md
|
|
include README.md
|
|
include setup.py
|
|
include c/tools/brotli.c
|