aboutsummaryrefslogtreecommitdiff
path: root/programs
AgeCommit message (Expand)Author
2021-02-04Add LOCAL_LICENSE_KINDS to external/lz4Bob Badour
2020-04-09Upgrade to lz v1.9.1.Elliott Hughes
2019-07-23lz4cli: add option '--best' as an alias of '-12'WHR
2019-07-01bumped version number to v1.9.2Yann Collet
2019-06-24fix #734 : --version should output to stdoutYann Collet
2019-05-26Handle file not existing case #704gabrielstedman
2019-05-16List mode improvements.gstedman
2019-05-15Add multiframe report to --list commandgstedman
2019-04-23More build imrpvementsJPeterMugaas
2019-04-22Merge pull request #691 from lz4/listYann Collet
2019-04-22fix: no leak when LZ4F_dctx creation failsYann Collet
2019-04-22Merge pull request #689 from JPeterMugaas/jpm-makefileYann Collet
2019-04-22updated code commentsYann Collet
2019-04-22--list gives block typeYann Collet
2019-04-22--list can resume after a failed fileYann Collet
2019-04-22Make programs/Makefile use the includes.JPeterMugaas
2019-04-22refactored --list functionYann Collet
2019-04-22fixed C90 complianceYann Collet
2019-04-22Initial commits from diff I submitted earlierJPeterMugaas
2019-04-22FR #598 - Correctly initialize cfinfo & cast malloc res to (char*)gabrielstedman
2019-04-22FR #598 - Make fileSize unsigned long longgabrielstedman
2019-04-22FR #598 - Move LZ4F_compFileInfo_t def to lz4frame.h discard output_filegabrielstedman
2019-04-22Merge https://github.com/lz4/lz4 into devgabrielstedman
2019-04-22FR #598 - Make LZ4IO_getCompressedFileInfo internal and reword funcgabrielstedman
2019-04-21ensure tests work when `stdout` is not the consoleYann Collet
2019-04-21FR #598 Improve initial design, test mallocs, support C90.gabrielstedman
2019-04-21correctly use unisgned int for indexgabrielstedman
2019-04-21Add --list option to display compressed file information.gabrielstedman
2019-04-19cli: display a warning whenever default output is stdout while input != stdinYann Collet
2019-04-18ensure list of names is large enoughYann Collet
2019-04-18fix several minor static analyzer warningsYann Collet
2019-04-12and even more visual conversion warningsYann Collet
2019-04-12some more Visual conversion warningYann Collet
2019-04-12fixed minor Visual conversion warningsYann Collet
2019-04-12added tests for -d -m -cYann Collet
2019-04-12fixed lz4 -m -cYann Collet
2019-04-12added command -BI for "Independent Blocks"Yann Collet
2019-04-12updated man pageYann Collet
2019-04-12updated doc to underline difference between block and frameYann Collet
2019-04-11improved documentation for LZ4 dictionary compressionYann Collet
2019-04-11introduce LZ4_DISTANCE_MAX build macroYann Collet
2019-03-03Merge pull request #652 from vtorri/devYann Collet
2019-03-03Allow installation of lz4 for Windows 10 with MSYS2Vincent Torri
2019-01-14Merge v1.8.3 into master.Xin Li
2019-01-11Add cast around mallocTim Zakian
2019-01-10Add constant pointer annotationsTim Zakian
2019-01-10Remove a bunch of global variables that tracked settings for the IO module, a...Tim Zakian
2019-01-10Fix pass-through modeTim Zakian
2019-01-08Fix lz4 extension in input filename not causing decompressionRuben O. Chiavone
2018-11-20Allow installation of lz4 for Windows (MSYS2 or when cross-compiling)Vincent Torri