| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1212 from lz4/cdir | Yann Collet | 2023-03-06 | 2 | -24/+30 |
|\ |
|
| * | merge into a single UTIL_isDirectory() methodcdir | Yann Collet | 2023-02-27 | 2 | -23/+7 |
|
|
| * | refuse to compress directories | Yann Collet | 2023-02-26 | 2 | -12/+34 |
|
|
* | | 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 |
|
|
* | fix benchmark more using Dictionary | Yann Collet | 2022-09-15 | 1 | -0/+2 |
|
|
* | 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 |
|
|
* | introduced new `--no-crc` command | Yann Collet | 2022-07-29 | 2 | -0/+4 |
|
|
* | can select validation of CRC during benchmark | Yann Collet | 2022-07-29 | 3 | -4/+14 |
|
|
* | implement decoder-only benchmark mode | Yann Collet | 2022-07-29 | 3 | -36/+123 |
|
|
* | minor refactor | Yann Collet | 2022-07-29 | 1 | -122/+123 |
|
|
* | 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 |
|
|
* | fixed minor leak | Yann Collet | 2022-07-01 | 2 | -9/+5 |
|
|
* | fixed -tm | Yann Collet | 2022-07-01 | 2 | -4/+6 |
|
|
* | minor refactor : EXM_THROW -> END_PROCESS | Yann Collet | 2022-07-01 | 1 | -76/+70 |
|
|
* | fix #1086 | Yann Collet | 2022-07-01 | 1 | -9/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | added test | Yann Collet | 2022-01-29 | 2 | -2/+5 |
|
|
* | 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 |
|
|
* | nit(programs/platform.h): replace Unicode character #1018 | Nate | 2021-08-07 | 1 | -1/+1 |
|
|
* | Merge pull request #999 from pekdon/solaris-10 | Yann Collet | 2021-08-06 | 1 | -1/+7 |
|\ |
|
| * | 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 |
|/ |
|
* | fix minor pedantic warnings | Yann Collet | 2020-12-01 | 1 | -7/+9 |
|
|
* | Merge branch 'dev' into Makefile | Yann Collet | 2020-12-01 | 1 | -3/+3 |
|\ |
|
| * | install links over existing install | Yann Collet | 2020-11-30 | 1 | -3/+3 |
|
|
* | | refactor Makefile | Yann Collet | 2020-12-01 | 1 | -25/+29 |
|/ |
|
* | 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 visual conformance | Yann Collet | 2020-11-15 | 1 | -3/+3 |
|
|
* | | 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 |
|
|