| Commit message (Expand) | Author | Age | Files | Lines |
* | update obsolete section documentation | Yann Collet | 2020-11-08 | 1 | -12/+11 |
|
|
* | static state size | Yann Collet | 2020-11-07 | 1 | -2/+2 |
|
|
* | re-enable alignment test on all targets | Yann Collet | 2020-11-07 | 1 | -1/+1 |
|
|
* | unified internal state declaration | Yann Collet | 2020-11-07 | 1 | -34/+26 |
|
|
* | bump version number | Yann Collet | 2020-09-29 | 1 | -1/+1 |
|
|
* | comment bug on older versions of ZSTD_compress_destSize() | Yann Collet | 2020-09-18 | 1 | -1/+12 |
|
|
* | fix #783 | Yann Collet | 2020-08-27 | 1 | -12/+22 |
|
|
* | Merge branch 'fix832' into dev | Yann Collet | 2020-08-11 | 1 | -2/+2 |
|\ |
|
| * | fixed test of gnu c version | Yann Collet | 2020-08-11 | 1 | -2/+2 |
|
|
* | | Merge pull request #896 from lz4/fix832 | Yann Collet | 2020-08-10 | 1 | -7/+6 |
|\ \
| |/ |
|
| * | fix #832 | Yann Collet | 2020-08-10 | 1 | -7/+6 |
|
|
* | | Merge pull request #895 from lz4/hugefast | Yann Collet | 2020-08-10 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | fix #876 | Yann Collet | 2020-08-10 | 1 | -1/+2 |
|
|
* | | Remove dirty Field From LZ4_stream_t | W. Felix Handte | 2020-08-06 | 1 | -4/+2 |
|/ |
|
* | bumped version number to v1.9.2 | Yann Collet | 2019-07-01 | 1 | -1/+1 |
|
|
* | precise again that LZ4 decoder needs metadata | Yann Collet | 2019-06-06 | 1 | -22/+31 |
|
|
* | added more details for in-place documentation | Yann Collet | 2019-05-31 | 1 | -14/+15 |
|
|
* | updated LZ4_DECOMPRESS_INPLACE_MARGIN | Yann Collet | 2019-05-30 | 1 | -2/+2 |
|
|
* | add more doc on in-place (de)compression | Yann Collet | 2019-05-30 | 1 | -5/+25 |
|
|
* | ensure lz4.h can be included with or without LZ4_STATIC_LINKING_ONLY in any o... | Yann Collet | 2019-05-29 | 1 | -4/+12 |
|
|
* | added comments and macros for in-place (de)compression | Yann Collet | 2019-05-29 | 1 | -2/+46 |
|
|
* | several minor style changes recommended by clang-tidy | Yann Collet | 2019-04-24 | 1 | -2/+2 |
|
|
* | bumped version number | Yann Collet | 2019-04-19 | 1 | -1/+1 |
|
|
* | address a few minor Visual warnings | Yann Collet | 2019-04-18 | 1 | -3/+5 |
|
|
* | fix out-of-bound read within LZ4_decompress_fast() | Yann Collet | 2019-04-17 | 1 | -9/+10 |
|
|
* | decompress*_fast() function do not generate deprecation warnings | Yann Collet | 2019-04-15 | 1 | -13/+14 |
|
|
* | 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 | 1 | -3/+8 |
|
|
* | added versions in comments | Yann Collet | 2019-04-10 | 1 | -1/+2 |
|
|
* | LZ4_initStream() checks alignment restriction | Yann Collet | 2019-04-08 | 1 | -7/+10 |
|
|
* | added comment on initStream + _extState_ | Yann Collet | 2019-04-05 | 1 | -4/+8 |
|
|
* | created LZ4_initStream() | Yann Collet | 2019-04-05 | 1 | -44/+44 |
|
|
* | make `_fast*()` decoder generate a deprecation warning | Yann Collet | 2019-04-04 | 1 | -6/+14 |
|
|
* | moved LZ4_decompress_fast*() into deprecated section | Yann Collet | 2019-04-04 | 1 | -23/+29 |
|
|
* | fixed doc | Yann Collet | 2019-04-03 | 1 | -7/+10 |
|
|
* | Merge pull request #593 from felixhandte/lz4hc-publish-static | Yann Collet | 2018-10-16 | 1 | -19/+20 |
|\ |
|
| * | Change Comment and Make LZ4LIB_STATIC_API Available to LZ4HC | W. Felix Handte | 2018-10-16 | 1 | -19/+20 |
|
|
* | | Some followups and renamings | Oleg Khabinov | 2018-10-01 | 1 | -2/+2 |
|/ |
|
* | Rename initCheck to dirtyContext and use it in LZ4_resetStream_fast() to chec... | Oleg Khabinov | 2018-09-28 | 1 | -12/+17 |
|
|
* | changed LZ4_streamDecode member order | Yann Collet | 2018-09-25 | 1 | -1/+1 |
|
|
* | increase size of LZ4 contexts for 128-bit systems | Yann Collet | 2018-09-18 | 1 | -15/+15 |
|
|
* | unpublish static-only function | Yann Collet | 2018-09-13 | 1 | -74/+81 |
|
|
* | fixed minor warning in fuzzer.c | Yann Collet | 2018-09-10 | 1 | -4/+4 |
|
|
* | updated function interface documentation | Yann Collet | 2018-09-07 | 1 | -5/+19 |
|
|
* | first sketch for a byte-accurate partial decoder | Yann Collet | 2018-09-07 | 1 | -2/+2 |
|
|
* | updated API documentation | Yann Collet | 2018-09-07 | 1 | -46/+56 |
|
|
* | updated documentation regarding dictionary compression | Yann Collet | 2018-09-05 | 1 | -1/+1 |
|
|
* | fixed spelling mistake in lz4.h | Jack Luo | 2018-07-29 | 1 | -1/+1 |
|
|
* | Fix LZ4_compress_fast_continue() docs | Nick Terrell | 2018-07-10 | 1 | -1/+1 |
|
|
* | Merge pull request #529 from felixhandte/lz4f-fast-reset-for-streaming-only | Yann Collet | 2018-05-03 | 1 | -5/+19 |
|\ |
|