gecko-dev/modules/brotli
Mike Hommey 360f6a5284 Bug 1355671 - Build the brotli command line tool as a host program. r=gps
--HG--
extra : rebase_source : eab3f25b3052a12debf4fbd2adc3d05940afbc6a
2017-04-07 17:02:54 +09:00
..
dec Bug 1280047 - Update Brotli to version 0.4.0. r=jkew 2016-06-18 12:06:00 +02:00
enc Bug 1355671 - Import brotli encoder and command line tool code. r=gps 2017-04-07 15:57:31 +09:00
tools Bug 1355671 - Build the brotli command line tool as a host program. r=gps 2017-04-07 17:02:54 +09:00
README.mozilla Bug 1280047 - Update Brotli to version 0.4.0. r=jkew 2016-06-18 12:06:00 +02:00
clang-cl-exceptions.patch Bug 1355671 - Build the brotli command line tool as a host program. r=gps 2017-04-07 17:02:54 +09:00
moz.build Bug 1355671 - Build the brotli command line tool as a host program. r=gps 2017-04-07 17:02:54 +09:00
update.sh Bug 1355671 - Build the brotli command line tool as a host program. r=gps 2017-04-07 17:02:54 +09: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 29d31d5921b0a2b323ac24e7f7d0cdc9a3c0dd08].