Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix Framebench Output Buffer Sizing | W. Felix Handte | 2018-04-20 | 1 | -0/+3 |
| | |||||
* | Fix Cast | W. Felix Handte | 2018-04-20 | 1 | -2/+3 |
| | |||||
* | Print Failure Message in Framebench | W. Felix Handte | 2018-04-20 | 1 | -2/+16 |
| | |||||
* | Switch to Unaligned Samples to Compress Different Blobs Each Time | W. Felix Handte | 2018-04-20 | 1 | -32/+21 |
| | |||||
* | Fix Framebench Statistics | W. Felix Handte | 2018-04-20 | 1 | -3/+3 |
| | |||||
* | Add Run Name to Frame Bench Output | W. Felix Handte | 2018-04-20 | 1 | -6/+9 |
| | |||||
* | Auto-Calculate Appropriate Repetition Count | W. Felix Handte | 2018-04-20 | 1 | -38/+29 |
| | |||||
* | Print More Detailed Results Inside bench(), Add Compression Levels | W. Felix Handte | 2018-04-20 | 1 | -52/+51 |
| | |||||
* | Check Compressed Buffer is Correct in Frame Bench | W. Felix Handte | 2018-04-20 | 1 | -14/+65 |
| | |||||
* | Add HC Calls to Framebench | W. Felix Handte | 2018-04-20 | 1 | -17/+82 |
| | |||||
* | Restore Framebench Tool | W. Felix Handte | 2018-04-20 | 2 | -1/+301 |
| | | | | This reverts commit 70f14823a46719e81e808d9ed9df90f478bcfd3f. | ||||
* | Merge pull request #503 from lz4/l120 | Yann Collet | 2018-04-19 | 4 | -66/+132 |
|\ | | | | | minor length reduction of several large lines | ||||
| * | modified indentation for consistency | Yann Collet | 2018-04-19 | 1 | -17/+33 |
| | | |||||
| * | minor length reduction of several large lines | Yann Collet | 2018-04-18 | 4 | -65/+115 |
| | | |||||
* | | Merge pull request #502 from lhacc1/dev | Yann Collet | 2018-04-19 | 1 | -0/+4 |
|\ \ | |/ |/| | Wrap likely/unlikely macroses with #ifndef | ||||
| * | Wrap likely/unlikely macroses with #ifndef | Dmitrii Rodionov | 2018-04-18 | 1 | -0/+4 |
| | | | | | | | | | | It prevent redefine error when project using lz4 has its own likely/unlikely macroses. | ||||
* | | Merge pull request #497 from lz4/lowAddr | Yann Collet | 2018-04-18 | 7 | -229/+443 |
|\ \ | |/ |/| | Compatibility with low memory addresses | ||||
| * | fixed LZ4_compress_fast_extState_fastReset() in 32-bit mode | Yann Collet | 2018-04-17 | 1 | -2/+2 |
| | | |||||
| * | fix dictDelta setting error | Yann Collet | 2018-04-17 | 1 | -1/+1 |
| | | | | | | | | wrong test | ||||
| * | fix matchIndex overflow | Yann Collet | 2018-04-17 | 1 | -12/+4 |
| | | | | | | | | can happen with dictCtx | ||||
| * | Merge branch 'dev' into lowAddr | Yann Collet | 2018-04-17 | 1 | -2/+9 |
| |\ | |/ |/| | |||||
* | | Merge pull request #501 from felixhandte/fix-dict-load-offset | Yann Collet | 2018-04-17 | 1 | -2/+9 |
|\ \ | | | | | | | Always Bump Offset by 64 KB in LZ4_loadDict() | ||||
| * | | Always Bump Offset by 64 KB in LZ4_loadDict() | W. Felix Handte | 2018-04-17 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | This actually ensures the guarantee referred to in the comment in LZ4_compress_fast_continue(). | ||||
| | * | fixed dictCtx compression | Yann Collet | 2018-04-17 | 1 | -7/+12 |
| | | | |||||
| | * | edited a few traces for debugging | Yann Collet | 2018-04-17 | 2 | -10/+10 |
| | | | |||||
| | * | fixed minor format warnings | Yann Collet | 2018-04-16 | 1 | -3/+3 |
| | | | |||||
| | * | fixed fuzzer tests | Yann Collet | 2018-04-16 | 1 | -15/+17 |
| | | | | | | | | | | | | which were modified in parallel within branc `dev` | ||||
| | * | Merge branch 'dev' into lowAddr | Yann Collet | 2018-04-16 | 4 | -19/+115 |
| | |\ | |_|/ |/| | | |||||
* | | | Merge pull request #499 from felixhandte/lz4-attach-dict-tests | Yann Collet | 2018-04-13 | 1 | -2/+99 |
|\ \ \ | |/ / |/| | | Test LZ4_attach_dictionary() and Friends | ||||
| * | | Further Test that ExtDictCtx Mode Produces the Exact Same Output | W. Felix Handte | 2018-04-13 | 1 | -2/+21 |
| | | | |||||
| * | | Add Tests for LZ4_attach_dictionary and Friends | W. Felix Handte | 2018-04-13 | 1 | -0/+78 |
|/ / | |||||
* | | Merge pull request #496 from lz4/circleci | Yann Collet | 2018-04-12 | 3 | -17/+16 |
|\ \ | | | | | | | Reduced LZ4 test time on circle-ci | ||||
| * | | modified versionsTest | Yann Collet | 2018-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | to use MOREFLAGS rather CPPFLAGS as some older versions of LZ4 overwrite CPPFLAGS environment variable. | ||||
| * | | allow system-defined CPPFLAGS in /tests | Yann Collet | 2018-04-11 | 1 | -1/+1 |
| | | | |||||
| * | | reduced test time on circle-ci | Yann Collet | 2018-04-11 | 3 | -16/+15 |
|/ / | |||||
| * | fixed gcc performance regression | Yann Collet | 2018-04-16 | 1 | -2/+4 |
| | | |||||
| * | fixed minor unused variable warning | Yann Collet | 2018-04-13 | 1 | -3/+0 |
| | | |||||
| * | added comment on variables required after _next_match | Yann Collet | 2018-04-13 | 1 | -0/+8 |
| | | |||||
| * | fixed potential ptrdiff_t overflow (32-bits mode) | Yann Collet | 2018-04-13 | 1 | -14/+11 |
| | | | | | | | | Also removed pointer comparison, which should solve #485 | ||||
| * | compatibility with gcc-4.4 string.h version | Cyan4973 | 2018-04-13 | 2 | -25/+75 |
| | | | | | | | | | | | | | | Someone found it would be a great idea to define there a global variable under the very generic name "index". Cause problem with shadow warnings, so no variable can be named "index" now ... Also : automatically update API manual | ||||
| * | added sudo rights for low-mem-address tests | Cyan4973 | 2018-04-13 | 1 | -1/+1 |
| | | |||||
| * | fixed : counting matches which overlap extDict and prefix | test4973 | 2018-04-12 | 1 | -10/+17 |
| | | |||||
| * | modified a few traces for debug | test4973 | 2018-04-12 | 3 | -7/+9 |
| | | |||||
| * | fixed LZ4_compress_fast_extState_fastReset() | test4973 | 2018-04-11 | 1 | -8/+7 |
| | | |||||
| * | Merge branch 'dev' into lowAddr | test4973 | 2018-04-11 | 3 | -67/+121 |
| |\ | |/ |/| | |||||
* | | Merge pull request #492 from felixhandte/avoid-prepare-in-continue | Yann Collet | 2018-04-11 | 3 | -62/+115 |
|\ \ | | | | | | | Several Changes Concerning Table Preparation in LZ4 Fast |