- Jul 21, 2017
-
-
Eugene Kliuchnikov authored
* Update * decoder: better behavior after failure * encoder: replace "len_x_code" with delta * research: add experimental dictionary generator * python: test combing
-
- Jul 11, 2017
-
-
Denys Tsomenko authored
-
Reza Tavakoli authored
* Added windows platform support to premake Win32 and Win64 configuration support for visual studio solutions * Update premake5.lua Fixed platform support for linux, made x64 default * Update premake5.lua Fix typo
-
- Jun 30, 2017
-
-
Eugene Kliuchnikov authored
* add misssing fclose in `brotli.c` * add basic tests for python `Decompressor` type * minor lint fixes in `_brotli.cc`
-
- Jun 28, 2017
-
-
Janek authored
python-brotli has Compressor for streaming compression but nothing for streaming decompression. This is a straight-forward copy of the Compressor code into the new class Decompressor.
-
- Jun 22, 2017
-
-
Eugene Kliuchnikov authored
Install bazel via apt-source
-
Eugene Kliuchnikov authored
-
Dominik Homberger authored
Add BrotliHaxe
-
- Jun 21, 2017
-
-
Eugene Kliuchnikov authored
* golang: add build information via `cgo.go` * golang: fix lgwin parameter behavior * Java: add proguard configuration
-
- Jun 17, 2017
-
-
Elouan Martinet authored
-
- Jun 13, 2017
-
-
Eugene Kliuchnikov authored
Update: * add decoder API to avoid ringbuffer reallocation * fix MSVC warnings * remove dead code
-
- Jun 07, 2017
-
-
Eugene Kliuchnikov authored
-
- Jun 06, 2017
-
-
Mike Tzou authored
* [README] Use tools.ietf.org for displaying RFC7932 tools.ietf.org has HTML links which is helpful when reading in browser * [README] Add appveyor badge
-
- Jun 01, 2017
-
-
Eugene Kliuchnikov authored
-
- May 29, 2017
-
-
Eugene Kliuchnikov authored
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
-
- May 24, 2017
-
-
Eugene Kliuchnikov authored
-
- May 07, 2017
-
-
Eugene Kliuchnikov authored
-
Eugene Kliuchnikov authored
* geo corpus decodes ~5% faster * fetchlogs corpus decodes ~25% faster
-
- May 05, 2017
-
-
Stefan Bodewig authored
-
- Apr 28, 2017
-
-
Eugene Kliuchnikov authored
-
- Apr 23, 2017
-
-
Eugene Kliuchnikov authored
* Move files & update paths * Rename build to scripts. * Fix paths * Fix script.
-
- Apr 14, 2017
-
-
Eugene Kliuchnikov authored
Based on PR #533. Kudos to Bryan (bcmillis@).
-
- Apr 11, 2017
-
-
Eugene Kliuchnikov authored
-
- Apr 10, 2017
-
-
Eugene Kliuchnikov authored
Make Java decoder fully transpilable to C#.
-
Eugene Kliuchnikov authored
-
- Apr 06, 2017
-
-
Eugene Kliuchnikov authored
* speedup java decoder * avoid masking * avoid excessive fillBits * streamline uncompressed block processing * make java decoder more transpilation-friendly * avoid non-essential goto in c-decoder
-
- Apr 04, 2017
-
-
Eugene Kliuchnikov authored
-
- Mar 30, 2017
-
-
Eugene Kliuchnikov authored
-
- Mar 24, 2017
-
-
Eugene Kliuchnikov authored
-
Eugene Kliuchnikov authored
Same file name is not allowed across packages in one version.
-
Eugene Kliuchnikov authored
-
Eugene Kliuchnikov authored
-
Eugene Kliuchnikov authored
-
- Mar 23, 2017
-
-
Eugene Kliuchnikov authored
-
Eugene Kliuchnikov authored
-
Eugene Kliuchnikov authored
-
- Mar 22, 2017
-
-
Eugene Kliuchnikov authored
* add (c)brotli golang wrapper * remove (language-specific) enums in java decoder
-
- Mar 21, 2017
-
-
Eugene Kliuchnikov authored
Better compression: * use more complex content modeling on 1MiB+ files
-
- Mar 10, 2017
-
-
Eugene Kliuchnikov authored
* Prevent fuzzer timeouts on compression-bomb samples. * Fix fuzzer lanucher
-
Eugene Kliuchnikov authored
-