summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Expand)AuthorAgeFilesLines
* lz4cli: add option '--best' as an alias of '-12'WHR2019-07-233-0/+11
* bumped version number to v1.9.2Yann Collet2019-07-012-9/+9
* fix #734 : --version should output to stdoutYann Collet2019-06-241-2/+3
* Handle file not existing case #704gabrielstedman2019-05-261-3/+10
* List mode improvements.gstedman2019-05-162-189/+204
* Add multiframe report to --list commandgstedman2019-05-152-92/+287
* More build imrpvementsJPeterMugaas2019-04-232-21/+59
* Merge pull request #691 from lz4/listYann Collet2019-04-235-18/+175
|\
| * fix: no leak when LZ4F_dctx creation failsYann Collet2019-04-221-9/+4
| * updated code commentsYann Collet2019-04-221-4/+5
| * --list gives block typeYann Collet2019-04-223-9/+24
| * --list can resume after a failed fileYann Collet2019-04-222-44/+61
| * refactored --list functionYann Collet2019-04-223-93/+110
| * fixed C90 complianceYann Collet2019-04-223-61/+74
| * FR #598 - Correctly initialize cfinfo & cast malloc res to (char*)gabrielstedman2019-04-221-2/+2
| * FR #598 - Make fileSize unsigned long longgabrielstedman2019-04-221-2/+2
| * FR #598 - Move LZ4F_compFileInfo_t def to lz4frame.h discard output_filegabrielstedman2019-04-223-15/+17
| * Merge https://github.com/lz4/lz4 into devgabrielstedman2019-04-223-35/+41
| |\
| * | FR #598 - Make LZ4IO_getCompressedFileInfo internal and reword funcgabrielstedman2019-04-223-76/+68
| * | FR #598 Improve initial design, test mallocs, support C90.gabrielstedman2019-04-214-60/+94
| * | correctly use unisgned int for indexgabrielstedman2019-04-201-2/+2
| * | Add --list option to display compressed file information.gabrielstedman2019-04-203-3/+82
* | | Merge pull request #689 from JPeterMugaas/jpm-makefileYann Collet2019-04-221-12/+2
|\ \ \ | |_|/ |/| |
| * | Make programs/Makefile use the includes.JPeterMugaas2019-04-221-42/+1
| * | Initial commits from diff I submitted earlierJPeterMugaas2019-04-221-5/+36
* | | ensure tests work when `stdout` is not the consoleYann Collet2019-04-222-16/+16
* | | cli: display a warning whenever default output is stdout while input != stdinYann Collet2019-04-201-11/+25
| |/ |/|
* | ensure list of names is large enoughYann Collet2019-04-191-10/+9
* | fix several minor static analyzer warningsYann Collet2019-04-181-6/+6
|/
* and even more visual conversion warningsYann Collet2019-04-131-1/+5
* some more Visual conversion warningYann Collet2019-04-131-1/+3
* fixed minor Visual conversion warningsYann Collet2019-04-131-6/+6
* added tests for -d -m -cYann Collet2019-04-121-3/+8
* fixed lz4 -m -cYann Collet2019-04-123-13/+34
* added command -BI for "Independent Blocks"Yann Collet2019-04-123-13/+22
* updated man pageYann Collet2019-04-122-6/+16
* updated doc to underline difference between block and frameYann Collet2019-04-121-3/+11
* improved documentation for LZ4 dictionary compressionYann Collet2019-04-111-4/+9
* introduce LZ4_DISTANCE_MAX build macroYann Collet2019-04-111-1/+1
* Merge pull request #652 from vtorri/devYann Collet2019-03-031-1/+1
|\
| * Allow installation of lz4 for Windows 10 with MSYS2Vincent Torri2019-03-031-1/+1
* | Add cast around mallocTim Zakian2019-01-111-1/+1
* | Add constant pointer annotationsTim Zakian2019-01-113-54/+55
* | Remove a bunch of global variables that tracked settings for the IO module, a...Tim Zakian2019-01-103-166/+209
* | Fix pass-through modeTim Zakian2019-01-103-2/+20
* | Fix lz4 extension in input filename not causing decompressionRuben O. Chiavone2019-01-091-5/+19
|/
* Allow installation of lz4 for Windows (MSYS2 or when cross-compiling)Vincent Torri2018-11-201-1/+1
* support custom block sizes: fix usage message & remove unused functionsBlaise Sanouillet2018-09-282-2/+1
* support custom block sizes - fix typesBlaise Sanouillet2018-09-281-1/+1
* support custom block sizesBlaise Sanouillet2018-09-283-10/+33