Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update library version to v1.9.4 | Yann Collet | 2022-04-17 | 1 | -3/+3 |
| | | | | to reduce confusion in traces between dev branch and latest v1.9.3 release. | ||||
* | make UNAME externally definable | Yann Collet | 2021-08-16 | 1 | -3/+3 |
| | | | | | | | on top of providing a central definition place, which eases maintenance, it might also help for #1021. Also : updated doc | ||||
* | updated license & header dates | Yann Collet | 2020-11-25 | 1 | -1/+2 |
| | |||||
* | update obsolete section documentation | Yann Collet | 2020-11-08 | 1 | -2/+4 |
| | | | | | and update manuals. fix #712 | ||||
* | bump version number | Yann Collet | 2020-09-29 | 1 | -3/+3 |
| | | | | to v1.9.3 | ||||
* | bumped version number to v1.9.2 | Yann Collet | 2019-07-01 | 1 | -2/+2 |
| | | | | to reduce risks that future bug reports in `dev` branch report `v1.9.1` as the failing version. | ||||
* | bumped version number | Yann Collet | 2019-04-19 | 1 | -2/+2 |
| | | | | to v1.9.1 | ||||
* | improved documentation for LZ4 dictionary compression | Yann Collet | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | introduce LZ4_DISTANCE_MAX build macro | Yann Collet | 2019-04-11 | 1 | -14/+47 |
| | | | | | | | | | | make it possible to generate LZ4-compressed block with a controlled maximum offset (necessarily <= 65535). This could be useful for compatibility with decoders using a very limited memory budget (<64 KB). Answer #154 | ||||
* | make `_fast*()` decoder generate a deprecation warning | Yann Collet | 2019-04-04 | 1 | -2/+2 |
| | | | | updated modification | ||||
* | 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 |