Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 64-bit detection for LoongArch | zhaixiaojuan | 2023-02-13 | 1 | -0/+1 |
| | |||||
* | added test able to catch bug #1167 | Yann Collet | 2022-09-15 | 1 | -22/+36 |
| | | | | also : errors during benchmark mode return an error code. | ||||
* | fix benchmark more using Dictionary | Yann Collet | 2022-09-15 | 1 | -0/+2 |
| | | | | | | | benchmark dictionary mode, implemented in #808, is incorrect. It would desynchronize compression and decompression as soon as 2+ files are dictionary compressed. Also : slightly improved traces system, to also include __LINE__ number | ||||
* | updated man page | Yann Collet | 2022-08-11 | 2 | -8/+16 |
| | |||||
* | updated documentation in anticipation for `v1.9.4` release | Yann Collet | 2022-08-11 | 1 | -0/+3 |
| | |||||
* | fix: various typos | Dominique Pelle | 2022-07-31 | 2 | -2/+2 |
| | |||||
* | fixed minor pedantic warning | Yann Collet | 2022-07-29 | 1 | -2/+4 |
| | |||||
* | extend disabling checksum validation to normal lz4 CLI decompression | Yann Collet | 2022-07-29 | 1 | -4/+25 |
| | | | | | note : it's unlikely to improve speed, as in most cases I/O is slower than lz4 decompression, but maybe in extreme scenarios, it might show a difference. | ||||
* | introduced new `--no-crc` command | Yann Collet | 2022-07-29 | 2 | -0/+4 |
| | | | | which disables both frame and block checksums. | ||||
* | can select validation of CRC during benchmark | Yann Collet | 2022-07-29 | 3 | -4/+14 |
| | | | | | on command line, using existing long command --no-frame-crc. Note : it's effectively more than that, since _all_ checksums are disabled. | ||||
* | implement decoder-only benchmark mode | Yann Collet | 2022-07-29 | 3 | -36/+123 |
| | | | | requires an LZ4 Frame as input | ||||
* | minor refactor | Yann Collet | 2022-07-29 | 1 | -122/+123 |
| | | | | to prepare bench.c for multiple decoding functions. | ||||
* | updated documentation of bench unit | Yann Collet | 2022-07-29 | 2 | -8/+21 |
| | |||||
* | minor : fix conversion warnings | Yann Collet | 2022-07-29 | 1 | -25/+25 |
| | |||||
* | support skippable frames within pipe | Yann Collet | 2022-07-15 | 1 | -3/+22 |
| | | | | | | | fix #977 fseek() doesn't work for pipe, switch to "read and forget" mode in such case. | ||||
* | fixed minor leak | Yann Collet | 2022-07-01 | 2 | -9/+5 |
| | |||||
* | fixed -tm | Yann Collet | 2022-07-01 | 2 | -4/+6 |
| | | | | which was broken up to now. | ||||
* | minor refactor : EXM_THROW -> END_PROCESS | Yann Collet | 2022-07-01 | 1 | -76/+70 |
| | |||||
* | fix #1086 | Yann Collet | 2022-07-01 | 1 | -9/+1 |
| | | | | just remove the specific code of #704, it's not necessary and produces side effects. | ||||
* | refactored logic to test special file names | Yann Collet | 2022-07-01 | 3 | -58/+98 |
| | |||||
* | fail on requesting to process 3+ file names in legacy mode | Yann Collet | 2022-07-01 | 2 | -27/+25 |
| | | | | warning only if -f is selected. | ||||
* | Correct unit prefix names in programs/lz4io.c | WHR | 2022-05-24 | 1 | -5/+5 |
| | |||||
* | --test and --list return an error when parsing invalid file | Yann Collet | 2022-01-29 | 2 | -34/+55 |
| | | | | fix #1045 | ||||
* | added test | Yann Collet | 2022-01-29 | 2 | -2/+5 |
| | | | | for --list from stdin | ||||
* | Allow '--list' with stdin if it is a regular file | WHR | 2021-12-14 | 3 | -7/+27 |
| | |||||
* | Fix typos found by codespell | Dimitri Papadopoulos | 2021-11-25 | 1 | -4/+4 |
| | |||||
* | make UNAME externally definable | Yann Collet | 2021-08-16 | 1 | -1/+2 |
| | | | | | | | on top of providing a central definition place, which eases maintenance, it might also help for #1021. Also : updated doc | ||||
* | nit(programs/platform.h): replace Unicode character #1018 | Nate | 2021-08-07 | 1 | -1/+1 |
| | | | On line 83, U+2013 was replaced with U+002D in order to improve compatibility with MSVC 2019 and older compilers. | ||||
* | Merge pull request #999 from pekdon/solaris-10 | Yann Collet | 2021-08-06 | 1 | -1/+7 |
|\ | | | | | add -lrt on Solaris 10, required for nanosleep | ||||
| * | add -lrt on Solaris 10, required for nanosleep | Claes Nästén | 2021-06-02 | 1 | -1/+7 |
| | | |||||
* | | Print target directories during 'make install'. | Eddy Jansson | 2021-07-24 | 1 | -2/+2 |
|/ | | | | This takes #975 to its logical conclusion. | ||||
* | fix minor pedantic warnings | Yann Collet | 2020-12-01 | 1 | -7/+9 |
| | | | | initialization and conversion | ||||
* | Merge branch 'dev' into Makefile | Yann Collet | 2020-12-01 | 1 | -3/+3 |
|\ | | | | | | | remove `LN_S` | ||||
| * | install links over existing install | Yann Collet | 2020-11-30 | 1 | -3/+3 |
| | | | | | | | | ensures links are created | ||||
* | | refactor Makefile | Yann Collet | 2020-12-01 | 1 | -25/+29 |
|/ | | | | | remove usage of include Makefile.inc in too Makefile as it seems to somehow unexport CFLAGS ... | ||||
* | updated license & header dates | Yann Collet | 2020-11-25 | 11 | -12/+11 |
| | |||||
* | update doc | Yann Collet | 2020-11-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #953 from lz4/vs2005 | Yann Collet | 2020-11-15 | 1 | -3/+3 |
|\ | | | | | better MSVC conformance | ||||
| * | better visual conformance | Yann Collet | 2020-11-15 | 1 | -3/+3 |
| | | | | | | | | | | | | only include <intrin.h> on vs2005+ (#947) remove some useless #pragma fix a few minor Visual warnings | ||||
* | | fix minor parse warning | Yann Collet | 2020-11-14 | 1 | -1/+1 |
| | | |||||
* | | all usages of prefs within lz4io are const | Yann Collet | 2020-11-14 | 3 | -45/+48 |
| | | |||||
* | | LZ4IO_openDstFile() doesn't need pref mutability | Yann Collet | 2020-11-14 | 2 | -33/+36 |
| | | |||||
* | | fixed force --sparse mode | Yann Collet | 2020-11-14 | 1 | -1/+1 |
|/ | |||||
* | 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 | 1 | -27/+30 |
| | |||||
* | 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 |
| |