Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix Constant Value | W. Felix Handte | 2018-04-20 | 1 | -1/+1 | |
| * | | Handle Index Underflows Safely | W. Felix Handte | 2018-04-20 | 1 | -8/+7 | |
| * | | Consts and Asserts and Other Minor Nits | W. Felix Handte | 2018-04-20 | 1 | -6/+8 | |
| * | | Add Comments on New Public APIs | W. Felix Handte | 2018-04-20 | 1 | -0/+29 | |
| * | | Add API for Attaching Dictionaries | W. Felix Handte | 2018-04-20 | 3 | -2/+31 | |
| * | | Also Reset the Chain Table | W. Felix Handte | 2018-04-20 | 1 | -1/+1 | |
| * | | Remove inputBuffer from Context, Work Around its Absence | W. Felix Handte | 2018-04-20 | 2 | -9/+15 | |
| * | | Remove Commented Out Support for Match Continuation over Segment Boundary | W. Felix Handte | 2018-04-20 | 1 | -5/+0 | |
| * | | Fix Signedness of Comparison | W. Felix Handte | 2018-04-20 | 1 | -1/+1 | |
| * | | Don't Clear the Dictionary Context Until No Longer Useful | W. Felix Handte | 2018-04-20 | 1 | -2/+5 | |
| * | | Copy DictCtx into Working Context on Inputs Larger than 4 KB | W. Felix Handte | 2018-04-20 | 1 | -1/+12 | |
| * | | Force Inline on HashChain | W. Felix Handte | 2018-04-20 | 1 | -1/+1 | |
| * | | Split DictCtx-using Code Into Separate Inlining Chain | W. Felix Handte | 2018-04-20 | 1 | -20/+74 | |
| * | | Use Fast Reset in LZ4F Again | W. Felix Handte | 2018-04-20 | 1 | -1/+1 | |
| * | | Use Fast Reset API in LZ4F | W. Felix Handte | 2018-04-20 | 1 | -1/+1 | |
| * | | Add Fast Reset Paths | W. Felix Handte | 2018-04-20 | 2 | -2/+21 | |
| * | | Remove Match Upper Bounds Check | W. Felix Handte | 2018-04-20 | 1 | -7/+6 | |
| * | | Fix Some Cast/Conversion Warnings | W. Felix Handte | 2018-04-20 | 1 | -9/+11 | |
| * | | Fix Offset Math | W. Felix Handte | 2018-04-20 | 1 | -2/+3 | |
| * | | Reset Stream in LZ4_compress_HC | W. Felix Handte | 2018-04-20 | 1 | -1/+4 | |
| * | | Don't Bother Clearing Chain Table for Working Contexts | W. Felix Handte | 2018-04-20 | 1 | -1/+1 | |
| * | | Push Previous Compression Offsets into the Past | W. Felix Handte | 2018-04-20 | 1 | -11/+21 | |
| * | | Shift Dict Limit Checks out of the Loop | W. Felix Handte | 2018-04-20 | 1 | -2/+2 | |
| * | | Clear Tables on Dict Load | W. Felix Handte | 2018-04-20 | 1 | -0/+7 | |
| * | | Only Perform Dict Lookup if Attempts Remain | W. Felix Handte | 2018-04-20 | 1 | -1/+1 | |
| * | | Avoid Resetting Chain Table | W. Felix Handte | 2018-04-20 | 1 | -1/+0 | |
| * | | Avoid Resetting Hash Table | W. Felix Handte | 2018-04-20 | 1 | -1/+0 | |
| * | | Perform Lookups into the Dictionary Context | W. Felix Handte | 2018-04-20 | 1 | -0/+35 | |
| * | | Call LZ4F_applyCDict Even on NULL CDict | W. Felix Handte | 2018-04-20 | 1 | -1/+1 | |
| * | | Set dictCtx Rather than memcpy'ing Ctx | W. Felix Handte | 2018-04-20 | 2 | -6/+4 | |
| * | | Fully Bounds Check Hash Table Reads | W. Felix Handte | 2018-04-20 | 1 | -2/+2 | |
| * | | Add a Dictionary Context Pointer to the HC Context | W. Felix Handte | 2018-04-20 | 1 | -5/+9 | |
| * | | Add Debug Log Statements to HC | W. Felix Handte | 2018-04-20 | 2 | -2/+37 | |
| |/ | ||||||
* | | Merge pull request #511 from lz4/decFast | Yann Collet | 2018-04-24 | 2 | -3/+6 | |
|\ \ | ||||||
| * | | re-ordered parenthesis | Cyan4973 | 2018-04-24 | 1 | -2/+3 | |
| * | | disable shortcut for LZ4_decompress_fast() | Cyan4973 | 2018-04-23 | 1 | -3/+4 | |
| * | | fullbench compiled without assert() | Cyan4973 | 2018-04-23 | 1 | -0/+1 | |
* | | | Merge pull request #504 from baruchsiach/static-only-support | Yann Collet | 2018-04-24 | 1 | -0/+5 | |
|\ \ \ | ||||||
| * | | | lib: allow to disable shared libraries | Baruch Siach | 2018-04-19 | 1 | -0/+5 | |
* | | | | Merge pull request #507 from lz4/clangPerf | Yann Collet | 2018-04-23 | 1 | -5/+11 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | fixed incorrect comment | Cyan4973 | 2018-04-21 | 1 | -3/+3 | |
| * | | | fixed clang performance in lz4_fast | Yann Collet | 2018-04-21 | 1 | -3/+9 | |
| | |/ | |/| | ||||||
* | | | Fix compilation error and assert. | Nick Terrell | 2018-04-23 | 1 | -1/+1 | |
* | | | Fix input size validation edge cases | Nick Terrell | 2018-04-23 | 1 | -2/+6 | |
* | | | lz4.h: clarify the risks of using LZ4_decompress_fast() | Alexey Tourbin | 2018-04-22 | 1 | -5/+7 | |
|/ / | ||||||
* | | Merge pull request #503 from lz4/l120 | Yann Collet | 2018-04-19 | 3 | -45/+103 | |
|\ \ | ||||||
| * | | modified indentation for consistency | Yann Collet | 2018-04-19 | 1 | -17/+33 | |
| * | | minor length reduction of several large lines | Yann Collet | 2018-04-18 | 3 | -44/+86 | |
| |/ | ||||||
* | | Merge pull request #502 from lhacc1/dev | Yann Collet | 2018-04-19 | 1 | -0/+4 | |
|\ \ | |/ |/| | ||||||
| * | Wrap likely/unlikely macroses with #ifndef | Dmitrii Rodionov | 2018-04-18 | 1 | -0/+4 | |