Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 81480011 | 2016-08-23 14:40:33 | Move "public" to "include/brotli" | ||
| 801f5f37 | 2016-08-22 13:28:22 | * rename macros with preceding underscore * add Brotli*TakeOutput methods * * flushing now doesn't require additional call * add Brotli*Version methods * moved public headers to 'public' directory * removed C++ API * do not assume STDC_VERSION is defined | ||
| f1c9ab29 | 2016-06-03 10:51:04 | Extract common parts: constants, dictionary, etc. | ||
| 02829186 | 2016-06-03 10:51:04 | Extract common parts: constants, dictionary, etc. | ||
| 23934731 | 2016-02-18 15:03:44 | Update decoder: * More clear/safe "copy" command stage implementation * Enable unaligned memory access only on whitelisted CPUs * Remove unused streams.{c|h} * Add "default" to all switches * Fix includes * Fix spacing everywhere | ||
| 92e30239 | 2016-01-22 10:19:41 | Update decoder. * Reduce memory usage * Update API documentation * Remove deprecated API * Move non-API declatarions from decode.h * Remove streams * Add more debug logging * Fix shift in BrotliBitReaderUnload * Allocate ringbuffer at later stages * Sort / fix includes * Fix whitespaces * Eliminate dead code * Drive-by code simplifications | ||
| 24ffa784 | 2015-12-11 11:11:51 | Fix headers | ||
| 771eb107 | 2015-11-27 11:27:11 | Update license statement in source files. | ||
| 94cd7085 | 2015-08-10 13:35:23 | brotli decoder performance improvements | ||
| 81cb09f1 | 2015-03-20 15:44:15 | separate the licenses from documentation | ||
| 460dda1b | 2014-10-28 13:57:46 | Decoder code cleanup. 1) Use a tighter upper bound on the Huffman table size. 2) Remove unused argument len in ToUpperCase. 3) Remove unused no-op assignment in BrotliDecompress. 4) Fix include guard name. | ||
| 34778194 | 2014-03-25 16:48:25 | Update the dictionary and the transforms. | ||
| 2f268ad1 | 2014-02-17 14:25:36 | Add the initial version of the static dictionary and transforms to Brotli. |