Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 6ece1d87 | 2017-04-23 14:07:08 | Move files & update paths (#541) * Move files & update paths * Rename build to scripts. * Fix paths * Fix script. | ||
| cdca91b6 | 2017-03-06 14:22:45 | Update common, decoder, encoder, java (#520) Common: * wrap dictionary data into `BrotliDictionary` structure * replace public constant with getter `BrotliGetDictionary` * reformat dictionary data Decoder: * adopt common changes * clarify acceptable instance usage patterns * hold reference to dictionary in state Encoder: * adopt common changes * eliminate PIC spots in `CreateBackwardReferences` * add per-chunk ratio guards for q0 and q1 * precompute relative distances to avoid repeated calculations * prostpone hasher allocation/initialization * refactor Hashers to be class-like structure * further improvements for 1MiB+ inputs * added new hasher type; made hashers more configurable Java: * Pull byte->int magic to `IntReader` from `BitReader` | ||
| 11df843c | 2017-02-06 14:20:43 | Update encoder (#504) * pull `BROTLI_MAX_BACKWARD_LIMIT` to constants * split generic and Zopfli backward references code * pull hashers init and stitch invocation to encoder * make `dictionary_hash` a compilation unit * add `size hint` parameter * add new hasher * use `size hint` to pick new hasher for q4 * modernize clz guard (fix #495) * move `hash to binary tree` to separate file * add `Initialize` and `Cleanup` to all hashers * do not raise OOM if malloc(0) == NULL (fix #500) | ||
| 89a5b6e6 | 2016-12-20 08:40:47 | Python: Simplify test suite generation by using unittest discovery (#485) | ||
| f7b5b3dc | 2016-09-28 17:26:00 | Python: Create native brotli module and move extension to _brotli | ||
| 6f55ee60 | 2016-09-28 15:19:49 | Python: Clean up setup.py file | ||
| 6e2207f4 | 2016-08-23 14:44:13 | Add includedir to setup.py | ||
| 81480011 | 2016-08-23 14:40:33 | Move "public" to "include/brotli" | ||
| ceddddeb | 2016-08-22 15:59:08 | Fix setup.py regexp | ||
| 2c2d5578 | 2016-08-22 15:44:12 | Use version from common/version.h |