summaryrefslogtreecommitdiffstats
path: root/programs/lz4io.c
Commit message (Expand)AuthorAgeFilesLines
* List mode improvements.gstedman2019-05-161-182/+190
* Add multiframe report to --list commandgstedman2019-05-151-92/+285
* 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-221-5/+21
* --list can resume after a failed fileYann Collet2019-04-221-43/+60
* refactored --list functionYann Collet2019-04-221-79/+97
* fixed C90 complianceYann Collet2019-04-221-58/+69
* 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-221-4/+7
* FR #598 - Make LZ4IO_getCompressedFileInfo internal and reword funcgabrielstedman2019-04-221-68/+64
* FR #598 Improve initial design, test mallocs, support C90.gabrielstedman2019-04-211-33/+79
* Add --list option to display compressed file information.gabrielstedman2019-04-201-1/+39
* added tests for -d -m -cYann Collet2019-04-121-3/+8
* fixed lz4 -m -cYann Collet2019-04-121-12/+30
* Add cast around mallocTim Zakian2019-01-111-1/+1
* Add constant pointer annotationsTim Zakian2019-01-111-34/+35
* Remove a bunch of global variables that tracked settings for the IO module, a...Tim Zakian2019-01-101-117/+150
* Fix pass-through modeTim Zakian2019-01-101-1/+10
* support custom block sizes: fix usage message & remove unused functionsBlaise Sanouillet2018-09-281-1/+0
* support custom block sizes - fix typesBlaise Sanouillet2018-09-281-1/+1
* support custom block sizesBlaise Sanouillet2018-09-281-3/+22
* tried to clean another bunch of cppcheck warningsYann Collet2018-09-191-16/+24
* fixed compression timeYann Collet2018-09-051-10/+21
* fasterDecSpeed can be triggered from cli with --favor-decSpeedYann Collet2018-04-261-0/+8
* Change Over Includes in the ProjectW. Felix Handte2018-04-241-1/+1
* fixed DISPLAYUPDATE()Yann Collet2018-04-061-3/+6
* Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte2018-03-121-1/+1
* fix: missed semicolon at programs/lz4io.c:954hobomind2018-02-141-1/+1
* minor : try to tell static analyzer that we don't care if fseek() failsYann Collet2018-01-141-1/+1
* lz4io: fixed minor ressource leakYann Collet2018-01-141-0/+1
* [lz4io] Fix decompression file stat with --rmNick Terrell2018-01-051-8/+12
* Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if ru...Alice Atlas2017-12-041-1/+1
* Read the Dictionary into a Circular BufferW. Felix Handte2017-10-101-22/+49
* Add Dictionary Support to the Command Line ToolW. Felix Handte2017-10-101-4/+80
* cli : restored command -BX to enable block checksum (#322)Yann Collet2017-08-121-5/+6
* report where decompression ends (#313)Yann Collet2017-06-121-39/+60
* LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-161-1/+1
* fixed Visual compilation errorYann Collet2017-03-161-1/+1
* fix #332 : do not modify /dev/null permissionsYann Collet2017-03-161-37/+31
* Avoid fseek()'s 2GiB barrier with MinGWPrzemyslaw Skibinski2017-02-151-16/+5
* use FindFirstFileA and FindNextFileA on WindowsPrzemyslaw Skibinski2016-12-221-1/+1
* improved commentsPrzemyslaw Skibinski2016-12-211-1/+1
* use fseeko for 32-bit MacOSPrzemyslaw Skibinski2016-12-211-3/+1
* test Large File support for Mac OS-X in 32-bits modePrzemyslaw Skibinski2016-12-211-2/+11
* util.h and platform.h based on zstdPrzemyslaw Skibinski2016-12-211-1/+5
* fixed Visual Studio compilationPrzemyslaw Skibinski2016-12-211-0/+8
* improved MinGW supportPrzemyslaw Skibinski2016-12-211-6/+0
* improved formatting (2)Przemyslaw Skibinski2016-12-201-0/+2