aboutsummaryrefslogtreecommitdiff
path: root/programs
AgeCommit message (Expand)Author
2022-10-06Upgrade lz4 to v1.9.4Sadaf Ebrahimi
2022-08-11updated man pageYann Collet
2022-08-11updated documentation in anticipation for `v1.9.4` releaseYann Collet
2022-07-31fix: various typosDominique Pelle
2022-07-29fixed minor pedantic warningYann Collet
2022-07-29extend disabling checksum validation to normal lz4 CLI decompressionYann Collet
2022-07-29introduced new `--no-crc` commandYann Collet
2022-07-29can select validation of CRC during benchmarkYann Collet
2022-07-29implement decoder-only benchmark modeYann Collet
2022-07-29minor refactorYann Collet
2022-07-29updated documentation of bench unitYann Collet
2022-07-29minor : fix conversion warningsYann Collet
2022-07-15support skippable frames within pipeYann Collet
2022-07-01fixed minor leakYann Collet
2022-07-01fixed -tmYann Collet
2022-07-01minor refactor : EXM_THROW -> END_PROCESSYann Collet
2022-07-01fix #1086Yann Collet
2022-07-01refactored logic to test special file namesYann Collet
2022-06-30fail on requesting to process 3+ file names in legacy modeYann Collet
2022-05-24Correct unit prefix names in programs/lz4io.cWHR
2022-01-28--test and --list return an error when parsing invalid fileYann Collet
2022-01-28added testYann Collet
2021-12-14Allow '--list' with stdin if it is a regular fileWHR
2021-11-25Fix typos found by codespellDimitri Papadopoulos
2021-09-10Upgrade lz4 to v1.9.3Elliott Hughes
2021-08-16make UNAME externally definableYann Collet
2021-08-07nit(programs/platform.h): replace Unicode character #1018Nate
2021-08-06Merge pull request #999 from pekdon/solaris-10Yann Collet
2021-07-24Print target directories during 'make install'.Eddy Jansson
2021-06-02add -lrt on Solaris 10, required for nanosleepClaes Nästén
2021-02-04Add LOCAL_LICENSE_KINDS to external/lz4Bob Badour
2020-12-01fix minor pedantic warningsYann Collet
2020-11-30Merge branch 'dev' into MakefileYann Collet
2020-11-30refactor MakefileYann Collet
2020-11-30install links over existing installYann Collet
2020-11-25updated license & header datesYann Collet
2020-11-15update docYann Collet
2020-11-15Merge pull request #953 from lz4/vs2005Yann Collet
2020-11-14better visual conformanceYann Collet
2020-11-14fix minor parse warningYann Collet
2020-11-14all usages of prefs within lz4io are constYann Collet
2020-11-14LZ4IO_openDstFile() doesn't need pref mutabilityYann Collet
2020-11-14fixed force --sparse modeYann Collet
2020-11-13dictionary functions don't need prefs mutabilityYann Collet
2020-11-13LZ4IO_createDict() doesn't need prefsYann Collet
2020-11-13LZ4IO_decompressSrcFile() doesn't need mutable prefsYann Collet
2020-11-13selectDecoder() doesn't need mutable prefsYann Collet
2020-11-13LZ4IO_passThrough() doesn't need prefsYann Collet
2020-11-13LZ4IO_decompressLZ4F() doesn't need mutable prefsYann Collet
2020-11-13LZ4IO_decodeLegacyStream() doesn't need mutable prefsYann Collet