| Commit message (Expand) | Author | Age | Files | Lines |
* | clarify Data Block in the Frame format documentation | Yann Collet | 2022-09-13 | 1 | -5/+7 |
|
|
* | updated documentation in anticipation for `v1.9.4` release | Yann Collet | 2022-08-11 | 2 | -52/+121 |
|
|
* | fix: various typos | Dominique Pelle | 2022-07-31 | 1 | -2/+2 |
|
|
* | updated LZ4 Block Format documentation | Yann Collet | 2022-07-31 | 1 | -67/+144 |
|
|
* | minor : proper interface for LZ4F_getBlockSize() | Yann Collet | 2022-07-13 | 2 | -41/+26 |
|
|
* | minor frame format clarification | Yann Collet | 2022-07-10 | 1 | -2/+1 |
|
|
* | review: fix findings | Alexander Mohr | 2022-07-05 | 1 | -0/+1 |
|
|
* | uncompressed-api: allow uncompressed_update only for independent blocks | Alexander Mohr | 2022-07-05 | 1 | -12/+0 |
|
|
* | dict-size: make lz4 context const | Alexander Mohr | 2022-06-11 | 1 | -1/+1 |
|
|
* | review: Fix review findings | Alexander Mohr | 2022-06-10 | 1 | -23/+24 |
|
|
* | review: Fix review findings | Alexander Mohr | 2022-06-10 | 2 | -12/+37 |
|
|
* | frame-api: add method to insert uncomressed data | Alexander Mohr | 2022-06-09 | 1 | -0/+5 |
|
|
* | update library version to v1.9.4 | Yann Collet | 2022-04-17 | 2 | -9/+9 |
|
|
* | updated block format documentation | Yann Collet | 2022-02-02 | 1 | -30/+41 |
|
|
* | Update lz4_Block_format.md | Frank Wessels | 2021-10-25 | 1 | -1/+1 |
|
|
* | Merge pull request #1022 from lz4/uname | Yann Collet | 2021-09-20 | 2 | -5/+5 |
|\ |
|
| * | make UNAME externally definable | Yann Collet | 2021-08-16 | 2 | -5/+5 |
|
|
* | | fix spelling | a1346054 | 2021-08-21 | 1 | -4/+4 |
|/ |
|
* | updated license & header dates | Yann Collet | 2020-11-25 | 2 | -2/+3 |
|
|
* | update doc | Yann Collet | 2020-11-15 | 1 | -2/+2 |
|
|
* | update obsolete section documentation | Yann Collet | 2020-11-08 | 2 | -26/+43 |
|
|
* | bump version number | Yann Collet | 2020-09-29 | 2 | -25/+47 |
|
|
* | clarify endMark definition | Yann Collet | 2020-08-14 | 1 | -4/+4 |
|
|
* | Clarifies and fix EndMark | Yann Collet | 2020-08-13 | 1 | -18/+29 |
|
|
* | bumped version number to v1.9.2 | Yann Collet | 2019-07-01 | 2 | -4/+4 |
|
|
* | precise again that LZ4 decoder needs metadata | Yann Collet | 2019-06-06 | 1 | -20/+31 |
|
|
* | added more details for in-place documentation | Yann Collet | 2019-05-31 | 1 | -12/+13 |
|
|
* | updated API manual | Yann Collet | 2019-05-30 | 1 | -1/+1 |
|
|
* | add more doc on in-place (de)compression | Yann Collet | 2019-05-30 | 1 | -5/+25 |
|
|
* | added comments and macros for in-place (de)compression | Yann Collet | 2019-05-29 | 1 | -2/+36 |
|
|
* | bumped version number | Yann Collet | 2019-04-19 | 2 | -4/+4 |
|
|
* | address a few minor Visual warnings | Yann Collet | 2019-04-18 | 1 | -16/+13 |
|
|
* | updated doc to underline difference between block and frame | Yann Collet | 2019-04-12 | 1 | -7/+11 |
|
|
* | improved documentation for LZ4 dictionary compression | Yann Collet | 2019-04-11 | 2 | -4/+9 |
|
|
* | introduce LZ4_DISTANCE_MAX build macro | Yann Collet | 2019-04-11 | 2 | -14/+48 |
|
|
* | updated block format with more details on MF_LIMIT | Yann Collet | 2019-04-11 | 1 | -12/+23 |
|
|
* | modified LZ4_initStreamHC() to look like LZ4_initStream() | Yann Collet | 2019-04-09 | 1 | -12/+19 |
|
|
* | created LZ4_initStream() | Yann Collet | 2019-04-05 | 1 | -44/+43 |
|
|
* | make `_fast*()` decoder generate a deprecation warning | Yann Collet | 2019-04-04 | 2 | -28/+41 |
|
|
* | fixed doc | Yann Collet | 2019-04-03 | 1 | -9/+12 |
|
|
* | moved _destSize() into "stable API" status | Yann Collet | 2019-04-03 | 1 | -7/+14 |
|
|
* | updated frame format | Yann Collet | 2019-01-02 | 1 | -7/+10 |
|
|
* | updated LZ4 block format | Yann Collet | 2019-01-02 | 1 | -36/+33 |
|
|
* | Merge remote-tracking branch 'upstream/master' into bootcamp | Bing Xu | 2018-11-26 | 1 | -1/+1 |
|\ |
|
| * | lz4_Frame_format.md: Fix typo HexaBytes -> Exabytes | Niklas Hambüchen | 2018-11-24 | 1 | -1/+1 |
|
|
* | | updated code documentation | Yann Collet | 2018-10-15 | 2 | -18/+29 |
|
|
* | | changed LZ4_streamDecode member order | Yann Collet | 2018-09-25 | 1 | -10/+10 |
|
|
* | | Merge pull request #575 from lz4/apiDoc | Yann Collet | 2018-09-18 | 1 | -65/+60 |
|\ \ |
|
| * | | unpublish static-only function | Yann Collet | 2018-09-13 | 2 | -74/+71 |
|
|
* | | | avoid final trailing comma for enum lists | Yann Collet | 2018-09-13 | 2 | -10/+13 |
|/ / |
|