Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | random lz4f clarifications | Yann Collet | 2018-05-02 | 2 | -45/+85 |
* | Merge branch 'dev' into lz4fRingBuffer | Yann Collet | 2018-05-02 | 1 | -13/+13 |
|\ | |||||
| * | increased nbAttempts for lz4 -12 | Yann Collet | 2018-05-02 | 1 | -13/+13 |
* | | removed test that might be optimized away | Yann Collet | 2018-05-02 | 1 | -2/+1 |
* | | introduce LZ4_decoderRingBufferSize() | Yann Collet | 2018-05-02 | 3 | -62/+116 |
* | | simplify shortcut | Yann Collet | 2018-05-02 | 1 | -55/+22 |
* | | Merge branch 'dev' into complexShortcut | Yann Collet | 2018-05-02 | 5 | -67/+79 |
|\ \ | |/ | |||||
| * | Merge pull request #525 from lz4/testDecMerge | Yann Collet | 2018-05-02 | 2 | -13/+23 |
| |\ | |||||
| | * | Merge pull request #526 from svpv/makeV1 | Yann Collet | 2018-04-29 | 1 | -28/+34 |
| | |\ | |||||
| | * | | added a test case for LZ4_decompress_fast_usingDict | Cyan4973 | 2018-04-29 | 2 | -13/+23 |
| | * | | Merge pull request #522 from svpv/refactorDec | Yann Collet | 2018-04-28 | 3 | -90/+196 |
| | |\ \ | |||||
| * | \ \ | Merge pull request #521 from lz4/BD_deterministic | Yann Collet | 2018-05-01 | 1 | -48/+46 |
| |\ \ \ \ | |||||
| | * | | | | renamed variable for clarity | Cyan4973 | 2018-05-01 | 1 | -7/+7 |
| | * | | | | lz4hc changed variable | Yann Collet | 2018-04-30 | 1 | -2/+2 |
| | * | | | | Merge branch 'dev' into BD_deterministic | Yann Collet | 2018-04-27 | 11 | -49/+152 |
| | |\ \ \ \ | |||||
| | * | | | | | fix lz4hc -BD non-determinism | Yann Collet | 2018-04-27 | 1 | -3/+2 |
| | * | | | | | lz4hc : minor editions for clarity | Yann Collet | 2018-04-27 | 1 | -38/+37 |
| * | | | | | | added visual test dir to .gitignore | Cyan4973 | 2018-05-01 | 1 | -1/+1 |
| * | | | | | | clarified streaming decompression function | Yann Collet | 2018-04-30 | 1 | -5/+9 |
* | | | | | | | Merge pull request #527 from svpv/fastDec | Yann Collet | 2018-04-30 | 1 | -25/+82 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | lz4.c: two-stage shortcut for LZ4_decompress_generic | Alexey Tourbin | 2018-04-28 | 1 | -25/+82 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #523 from svpv/makeV1 | Yann Collet | 2018-04-29 | 1 | -28/+34 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | lib/Makefile: show commands with V=1 | Alexey Tourbin | 2018-04-28 | 1 | -28/+34 |
| |/ / / / | |||||
* | | | | | Merge branch 'dev' of github.com:lz4/lz4 into dev | Cyan4973 | 2018-04-29 | 3 | -90/+196 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge pull request #515 from svpv/refactorDec | Yann Collet | 2018-04-29 | 3 | -90/+196 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| | * | | | | lz4.c: fixed the LZ4_decompress_fast_continue case | Alexey Tourbin | 2018-04-27 | 1 | -2/+22 |
| | * | | | | fuzzer.c: enabled ring buffer tests for decompress_fast | Alexey Tourbin | 2018-04-27 | 1 | -40/+81 |
| | * | | | | lz4.c: fixed the LZ4_decompress_safe_continue case | Alexey Tourbin | 2018-04-26 | 2 | -18/+37 |
| | * | | | | lz4.c: refactor the decoding routines | Alexey Tourbin | 2018-04-25 | 1 | -53/+79 |
* | | | | | | updated NEWS for v1.8.2 | Cyan4973 | 2018-04-29 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | ignore windows+msys artefacts | Cyan4973 | 2018-04-28 | 1 | -0/+4 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #520 from felixhandte/frame-dict-nits | Yann Collet | 2018-04-27 | 2 | -8/+15 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Avoid Possibly Redundant Table Clears When Loading HC Dict | W. Felix Handte | 2018-04-27 | 2 | -2/+2 |
| * | | | Remove Redundant LZ4_resetStream() Call | W. Felix Handte | 2018-04-27 | 1 | -2/+1 |
| * | | | Rename LZ4F_applyCDict() -> LZ4F_initStream() | W. Felix Handte | 2018-04-27 | 1 | -4/+12 |
* | | | | Merge pull request #519 from lz4/fdParser | Yann Collet | 2018-04-27 | 11 | -49/+152 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | ensure favorDecSpeed is properly initialized | Yann Collet | 2018-04-27 | 4 | -17/+74 |
| * | | | fixed a number of minor cast warnings | Yann Collet | 2018-04-27 | 3 | -7/+7 |
| * | | | fasterDecSpeed can be triggered from cli with --favor-decSpeed | Yann Collet | 2018-04-26 | 5 | -3/+18 |
| * | | | favorDecSpeed feature can be triggered from lz4frame | Yann Collet | 2018-04-26 | 4 | -11/+27 |
| * | | | introduced ability to parse for decompression speed | Yann Collet | 2018-04-26 | 1 | -19/+34 |
* | | | | updated NEWS, in preparation for v1.8.2 | Yann Collet | 2018-04-27 | 1 | -0/+6 |
| |/ / |/| | | |||||
* | | | Merge pull request #518 from felixhandte/fix-517-dict-size-truncation | Yann Collet | 2018-04-26 | 1 | -4/+21 |
|\ \ \ | |||||
| * | | | Limit Dictionary Size During LZ4F Decompression | W. Felix Handte | 2018-04-26 | 1 | -4/+21 |
* | | | | Merge pull request #516 from felixhandte/merge-dest-size | Yann Collet | 2018-04-26 | 2 | -196/+78 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge _destSize Compress Variant into LZ4_compress_generic() | W. Felix Handte | 2018-04-26 | 1 | -190/+66 |
| * | | | Add _destSize() to Fullbench | W. Felix Handte | 2018-04-26 | 1 | -6/+12 |
|/ / / | |||||
* | | | minor edit of block format | Cyan4973 | 2018-04-25 | 1 | -28/+32 |
* | | | Merge pull request #514 from svpv/clarifyBlockFormat | Yann Collet | 2018-04-25 | 1 | -3/+12 |
|\ \ \ | |/ / |/| | | |||||
| * | | lz4_Block_format.md: clarify on short inputs and restrictions | Alexey Tourbin | 2018-04-24 | 1 | -3/+12 |
| |/ |