tenfourfox/modules/brotli
Cameron Kaiser dbe5530d53 #452: conditional define BE sanity checks in brotli 2017-12-02 21:11:55 -08:00
..
common #429: Brotli 1.0.1 2017-10-04 22:24:50 -07:00
dec #452: conditional define BE sanity checks in brotli 2017-12-02 21:11:55 -08:00
enc #429: Brotli 1.0.1 2017-10-04 22:24:50 -07:00
include/brotli #429: Brotli 1.0.1 2017-10-04 22:24:50 -07:00
tools #429: Brotli 1.0.1 2017-10-04 22:24:50 -07:00
README.mozilla #429: Brotli 1.0.1 2017-10-04 22:24:50 -07:00
moz.build #429: Brotli 1.0.1 2017-10-04 22:24:50 -07:00
update.sh #429: Brotli 1.0.1 2017-10-04 22:24:50 -07:00

README.mozilla

This is the Brotli data compression library from
https://github.com/google/brotli.

Currently, we import only the Brotli decoder (the /dec/ subdirectory), not the
encoder (/enc/ subdirectory).

Upstream code can be viewed at
  https://github.com/google/brotli/tree/master/dec

and cloned by
  git clone https://github.com/google/brotli

The in-tree copy is updated by running
  sh update.sh
from within the modules/brotli directory.

Current version: [commit 5b4769990dc14a2bd466d2599c946c5652cba4b2].