Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dictionary functions don't need prefs mutability | Yann Collet | 2020-11-14 | 1 | -4/+5 |
* | LZ4IO_createDict() doesn't need prefs | Yann Collet | 2020-11-14 | 2 | -28/+31 |
* | LZ4IO_decompressSrcFile() doesn't need mutable prefs | Yann Collet | 2020-11-14 | 1 | -5/+5 |
* | selectDecoder() doesn't need mutable prefs | Yann Collet | 2020-11-14 | 1 | -4/+4 |
* | LZ4IO_passThrough() doesn't need prefs | Yann Collet | 2020-11-14 | 1 | -9/+14 |
* | LZ4IO_decompressLZ4F() doesn't need mutable prefs | Yann Collet | 2020-11-14 | 1 | -4/+14 |
* | LZ4IO_decodeLegacyStream() doesn't need mutable prefs | Yann Collet | 2020-11-14 | 1 | -9/+9 |
* | LZ4IO_fwriteSparse doesn't need writable prefs | Yann Collet | 2020-11-14 | 1 | -5/+10 |
* | minor refactor | Yann Collet | 2020-11-13 | 1 | -32/+28 |
* | minor refactor of lz4io | Yann Collet | 2020-11-13 | 2 | -98/+98 |
* | Merge pull request #950 from lz4/appvtest | Yann Collet | 2020-11-13 | 1 | -8/+8 |
|\ | |||||
| * | appveyor artifact generation | Yann Collet | 2020-11-13 | 1 | -8/+8 |
|/ | |||||
* | Merge pull request #949 from lz4/cmakedll | Yann Collet | 2020-11-11 | 1 | -0/+4 |
|\ | |||||
| * | fix cmake build of shared dll with visual | Yann Collet | 2020-11-11 | 1 | -0/+4 |
* | | Merge pull request #946 from lz4/customMem | Yann Collet | 2020-11-11 | 7 | -17/+48 |
|\ \ | |/ |/| | |||||
| * | minor : lz4frame include stdlib only if needed | Yann Collet | 2020-11-10 | 1 | -1/+1 |
| * | proper fullbench's LZ4_calloc() | Yann Collet | 2020-11-09 | 1 | -1/+1 |
| * | changed LZ4_calloc() to a 2-arguments signature | Yann Collet | 2020-11-09 | 3 | -3/+5 |
| * | fix fullbench's LZ4_free() | Yann Collet | 2020-11-09 | 1 | -1/+1 |
| * | fix travis test | Yann Collet | 2020-11-09 | 1 | -1/+1 |
| * | Merge branch 'dev' into customMem | Yann Collet | 2020-11-09 | 4 | -19/+63 |
| |\ | |||||
| * | | first proposal for LZ4_USER_MEMORY_FUNCTIONS | Yann Collet | 2020-11-09 | 6 | -16/+45 |
* | | | updated NEWS for v1.9.3 | Yann Collet | 2020-11-10 | 1 | -2/+18 |
| |/ |/| | |||||
* | | Merge pull request #944 from lz4/fix874 | Yann Collet | 2020-11-09 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix #874 | Yann Collet | 2020-11-08 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #943 from lz4/fullbench_dec | Yann Collet | 2020-11-09 | 1 | -3/+44 |
|\ \ | |||||
| * | | fullbench: added LZ4F_decompress_noHint() | Yann Collet | 2020-11-08 | 1 | -0/+35 |
| * | | added test for LZ4_decompress_safe_withPrefix64k() | Yann Collet | 2020-11-08 | 1 | -3/+9 |
| |/ | |||||
* | | Merge pull request #945 from lz4/fix926 | Yann Collet | 2020-11-09 | 3 | -15/+18 |
|\ \ | |/ |/| | |||||
| * | attempt at silencing cppcheck | Yann Collet | 2020-11-09 | 1 | -12/+12 |
| * | fixed remaining ubsan warnings | Yann Collet | 2020-11-09 | 2 | -3/+6 |
* | | update obsolete section documentation | Yann Collet | 2020-11-08 | 3 | -38/+54 |
* | | Merge pull request #942 from lz4/fix926 | Yann Collet | 2020-11-08 | 3 | -21/+57 |
|\ \ | |/ | |||||
| * | fix minor UBs | Yann Collet | 2020-11-08 | 2 | -3/+5 |
| * | added similar tests for LZ4_saveDict() | Yann Collet | 2020-11-08 | 1 | -1/+17 |
| * | fix #926 | Yann Collet | 2020-11-08 | 2 | -20/+38 |
|/ | |||||
* | Merge pull request #941 from lz4/revertinline | Yann Collet | 2020-11-08 | 2 | -20/+20 |
|\ | |||||
| * | Revert "Replace "static" to "LZ4_FORCE_INLINE" for small functions" | Yann Collet | 2020-11-07 | 2 | -20/+20 |
* | | Merge pull request #940 from lz4/fix935 | Yann Collet | 2020-11-08 | 2 | -3/+4 |
|\ \ | |/ |/| | |||||
| * | fix #935 | Yann Collet | 2020-11-07 | 2 | -3/+4 |
|/ | |||||
* | Merge pull request #939 from lz4/fix927 | Yann Collet | 2020-11-07 | 3 | -7/+10 |
|\ | |||||
| * | LZ4F_decompress requires a valid dctx state | Yann Collet | 2020-11-07 | 3 | -7/+10 |
|/ | |||||
* | Merge pull request #936 from lz4/alignTest | Yann Collet | 2020-11-07 | 8 | -143/+155 |
|\ | |||||
| * | static state size | Yann Collet | 2020-11-07 | 2 | -4/+4 |
| * | re-enable alignment test on all targets | Yann Collet | 2020-11-07 | 3 | -17/+10 |
| * | unified internal state declaration | Yann Collet | 2020-11-07 | 2 | -74/+41 |
| * | document LZ4_ALIGN_TEST | Yann Collet | 2020-11-06 | 1 | -0/+3 |
| * | unified alignment test | Yann Collet | 2020-11-06 | 3 | -55/+76 |
| * | fix minor explicit cast | Yann Collet | 2020-10-31 | 1 | -1/+1 |
| * | reduce new test stack usage | Yann Collet | 2020-10-03 | 1 | -10/+12 |