Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented search accelerator | Yann Collet | 2018-05-03 | 1 | -2/+18 |
* | created LZ4HC_FindLongestMatch() | Yann Collet | 2018-05-03 | 1 | -16/+88 |
* | Merge branch 'dev' into lz4fRingBuffer | Yann Collet | 2018-05-03 | 1 | -10/+8 |
|\ | |||||
| * | Merge pull request #528 from lz4/complexShortcut | Yann Collet | 2018-05-03 | 2 | -49/+108 |
| |\ | |||||
| | * | fix comments / indentation | Cyan4973 | 2018-05-03 | 1 | -10/+8 |
* | | | random lz4f clarifications | Yann Collet | 2018-05-02 | 1 | -29/+47 |
* | | | 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 |
* | | introduce LZ4_decoderRingBufferSize() | Yann Collet | 2018-05-02 | 2 | -26/+63 |
* | | simplify shortcut | Yann Collet | 2018-05-02 | 1 | -55/+22 |
* | | Merge branch 'dev' into complexShortcut | Yann Collet | 2018-05-02 | 2 | -53/+55 |
|\ \ | |/ | |||||
| * | 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 | 5 | -38/+68 |
| | |\ | |||||
| | * | | 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 |
| * | | | 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 pull request #515 from svpv/refactorDec | Yann Collet | 2018-04-29 | 1 | -49/+114 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | lz4.c: fixed the LZ4_decompress_fast_continue case | Alexey Tourbin | 2018-04-27 | 1 | -2/+22 |
| * | | | lz4.c: fixed the LZ4_decompress_safe_continue case | Alexey Tourbin | 2018-04-26 | 1 | -17/+36 |
| * | | | lz4.c: refactor the decoding routines | Alexey Tourbin | 2018-04-25 | 1 | -53/+79 |
* | | | | 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 | 5 | -38/+68 |
|\ \ \ | |/ / |/| | | |||||
| * | | ensure favorDecSpeed is properly initialized | Yann Collet | 2018-04-27 | 2 | -8/+8 |
| * | | fixed a number of minor cast warnings | Yann Collet | 2018-04-27 | 2 | -6/+5 |
| * | | fasterDecSpeed can be triggered from cli with --favor-decSpeed | Yann Collet | 2018-04-26 | 2 | -2/+2 |
| * | | 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 |
* | | | 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 _destSize Compress Variant into LZ4_compress_generic() | W. Felix Handte | 2018-04-26 | 1 | -190/+66 |
|/ / | |||||
* | | Change Over Includes in the Project | W. Felix Handte | 2018-04-24 | 1 | -1/+2 |
* | | Integrate lz4frame_static.h Declarations into lz4frame.h | W. Felix Handte | 2018-04-24 | 2 | -113/+124 |
* | | Merge pull request #512 from lz4/HC_dict | Yann Collet | 2018-04-24 | 3 | -52/+266 |
|\ \ | |||||
| * | | Remove Debug Log Statements | W. Felix Handte | 2018-04-24 | 2 | -30/+5 |
| * | | Revert Stream Size Const to Correct Value | W. Felix Handte | 2018-04-24 | 1 | -1/+1 |
| * | | Change vLimit Calculation | W. Felix Handte | 2018-04-21 | 1 | -1/+1 |
| * | | Remove Redundant Static Assert | W. Felix Handte | 2018-04-21 | 1 | -1/+0 |
| * | | Simpler loadDict() Reset | W. Felix Handte | 2018-04-20 | 1 | -1/+1 |
| * | | Tolerate Base Pointer Underflow | W. Felix Handte | 2018-04-20 | 1 | -2/+2 |
| * | | Don't Segfault on Malloc Failure | W. Felix Handte | 2018-04-20 | 1 | -3/+5 |
| * | | Sign-Extend -1 to Pointer Width | W. Felix Handte | 2018-04-20 | 1 | -3/+2 |