Eugene Kliuchnikov
|
da254cffdb
|
Update (#630)
* merge {dec|enc}/port.h into common/platform.h
* fix one-shot q=10 1-byte input compression
* fix some unprefixed definitions
* make hashers host-endianness-independent
* extract enc/params.h from enc/quality.h
* fix API documentation / typos
* improve `BrotliEncoderMaxCompressedSize`
|
2017-12-12 14:33:12 +01:00 |
Tomáš Popela
|
a0c7dafe28
|
Fix permissions of various files in project (#613)
Move from 755 to 644.
|
2017-10-10 11:24:13 +02:00 |
Eugene Kliuchnikov
|
d63e8f75f5
|
Update API, and more (#581)
Update API, and more:
* remove "custom dictionary" support
* c/encoder: fix #580: big-endian build
* Java: reduce jar size
* Java: speedup decoding
* Java: add 32-bit CPU support
* Java: make source code JS transpiler-ready
|
2017-08-04 10:02:56 +02:00 |
Eugene Kliuchnikov
|
05d5f3d77a
|
Update (#560)
Update:
* add decoder API to avoid ringbuffer reallocation
* fix MSVC warnings
* remove dead code
|
2017-06-13 12:52:56 +02:00 |
Eugene Kliuchnikov
|
03739d2b11
|
Update (#555)
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
|
2017-05-29 17:55:14 +02:00 |
Eugene Kliuchnikov
|
c931e576d2
|
Move `java/` to `java/org/brotli/` to fix `sources.jar` structure (#517)
Also added man pages to `docs/`
|
2017-02-28 16:59:52 +01:00 |