Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated code documentation | Yann Collet | 2018-10-15 | 1 | -8/+14 |
| | | | | to clarify #589 | ||||
* | avoid final trailing comma for enum lists | Yann Collet | 2018-09-13 | 1 | -7/+10 |
| | | | | | | | as detected in #485 by @JoachimSchneider. Refactored the c_standards tests so that these issues get automatically detected in CI tests. | ||||
* | updated documentation regarding dictionary compression | Yann Collet | 2018-09-05 | 1 | -2/+2 |
| | | | | | | following suggestion from @stbrumme (#558) Also : bumped version number, regenerated man page and html doc | ||||
* | ensure favorDecSpeed is properly initialized | Yann Collet | 2018-04-27 | 1 | -4/+59 |
| | | | | | | | also : - fix a potential malloc error - proper use of ALLOC macro inside lz4hc - update html API doc | ||||
* | minor length reduction of several large lines | Yann Collet | 2018-04-18 | 1 | -21/+29 |
| | |||||
* | updated LZ4F_compressBound() documentation | Yann Collet | 2018-02-28 | 1 | -3/+6 |
| | | | | to clarify it includes potentially buffered data. | ||||
* | bumped version number to v1.8.2 | Yann Collet | 2018-02-26 | 1 | -2/+2 |
| | | | | updated NEWS was current progresses | ||||
* | refactored frameCompress example | Yann Collet | 2018-01-31 | 1 | -20/+24 |
| | | | | to better reflect LZ4F API usage. | ||||
* | nicer console message for `make clean` | Yann Collet | 2018-01-14 | 1 | -12/+17 |
| | |||||
* | restored block checksum capability at lz4frame API level | Yann Collet | 2017-08-12 | 1 | -10/+15 |
| | |||||
* | implemented lz4frame decompression API | Yann Collet | 2017-08-10 | 1 | -5/+5 |
| | |||||
* | support dictionary compression with independent blocks | Yann Collet | 2017-08-10 | 1 | -27/+28 |
| | |||||
* | dictionary compression correctly uses compression level | Yann Collet | 2017-08-10 | 1 | -1/+1 |
| | | | | Not obvious : copying the state was copying cdict's compression level | ||||
* | implemented dictionary compression in lz4frame | Yann Collet | 2017-08-09 | 1 | -17/+19 |
| | | | | | note : only compression API is implemented and tested still to do : decompression API | ||||
* | fixed frameCompress example | Yann Collet | 2017-08-09 | 1 | -16/+19 |
| | |||||
* | added test for LZ4F_resetDecompressionContext() | Yann Collet | 2017-05-10 | 1 | -6/+3 |
| | |||||
* | bumped version number to 1.8.0 | Yann Collet | 2017-05-10 | 1 | -2/+2 |
| | | | | | due to addition of prototype LZ4F_resetDecompressionContext() | ||||
* | updated Makefile | Yann Collet | 2017-05-10 | 1 | -23/+52 |
| | | | | | to automatically build manual files with make all | ||||
* | added lz4frame_manual.html | Przemyslaw Skibinski | 2017-01-23 | 1 | -0/+240 |