summaryrefslogtreecommitdiff
path: root/programs/lz4io.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-14fix minor parse warningYann Collet1-1/+1
2020-11-14all usages of prefs within lz4io are constYann Collet1-31/+31
2020-11-14LZ4IO_openDstFile() doesn't need pref mutabilityYann Collet1-30/+33
2020-11-14fixed force --sparse modeYann Collet1-1/+1
2020-11-13dictionary functions don't need prefs mutabilityYann Collet1-4/+5
2020-11-13LZ4IO_createDict() doesn't need prefsYann Collet1-27/+30
2020-11-13LZ4IO_decompressSrcFile() doesn't need mutable prefsYann Collet1-5/+5
2020-11-13selectDecoder() doesn't need mutable prefsYann Collet1-4/+4
2020-11-13LZ4IO_passThrough() doesn't need prefsYann Collet1-9/+14
2020-11-13LZ4IO_decompressLZ4F() doesn't need mutable prefsYann Collet1-4/+14
2020-11-13LZ4IO_decodeLegacyStream() doesn't need mutable prefsYann Collet1-9/+9
2020-11-13LZ4IO_fwriteSparse doesn't need writable prefsYann Collet1-5/+10
2020-11-13minor refactorYann Collet1-32/+28
2020-11-13minor refactor of lz4ioYann Collet1-96/+95
2020-09-29fix minor static analyzer warningsYann Collet1-12/+10
2020-08-24Use fstat() to determine file size.Niklas Hambüchen1-2/+2
2020-02-07Implement -m option with legacy format on cliFilipe Calasans1-2/+49
2020-02-06Fix lz4cli --list optionFilipe Calasans1-4/+5
2019-07-01bumped version number to v1.9.2Yann Collet1-8/+8
2019-05-16List mode improvements.gstedman1-182/+190
2019-05-15Add multiframe report to --list commandgstedman1-92/+285
2019-04-22fix: no leak when LZ4F_dctx creation failsYann Collet1-9/+4
2019-04-22updated code commentsYann Collet1-4/+5
2019-04-22--list gives block typeYann Collet1-5/+21
2019-04-22--list can resume after a failed fileYann Collet1-43/+60
2019-04-22refactored --list functionYann Collet1-79/+97
2019-04-22fixed C90 complianceYann Collet1-58/+69
2019-04-22FR #598 - Correctly initialize cfinfo & cast malloc res to (char*)gabrielstedman1-2/+2
2019-04-22FR #598 - Make fileSize unsigned long longgabrielstedman1-2/+2
2019-04-22FR #598 - Move LZ4F_compFileInfo_t def to lz4frame.h discard output_filegabrielstedman1-4/+7
2019-04-22FR #598 - Make LZ4IO_getCompressedFileInfo internal and reword funcgabrielstedman1-68/+64
2019-04-21FR #598 Improve initial design, test mallocs, support C90.gabrielstedman1-33/+79
2019-04-21Add --list option to display compressed file information.gabrielstedman1-1/+39
2019-04-12added tests for -d -m -cYann Collet1-3/+8
2019-04-12fixed lz4 -m -cYann Collet1-12/+30
2019-01-11Add cast around mallocTim Zakian1-1/+1
2019-01-10Add constant pointer annotationsTim Zakian1-34/+35
2019-01-10Remove a bunch of global variables that tracked settings for the IO module, a...Tim Zakian1-117/+150
2019-01-10Fix pass-through modeTim Zakian1-1/+10
2018-09-28support custom block sizes: fix usage message & remove unused functionsBlaise Sanouillet1-1/+0
2018-09-28support custom block sizes - fix typesBlaise Sanouillet1-1/+1
2018-09-28support custom block sizesBlaise Sanouillet1-3/+22
2018-09-19tried to clean another bunch of cppcheck warningsYann Collet1-16/+24
2018-09-05fixed compression timeYann Collet1-10/+21
2018-04-26fasterDecSpeed can be triggered from cli with --favor-decSpeedYann Collet1-0/+8
2018-04-24Change Over Includes in the ProjectW. Felix Handte1-1/+1
2018-04-06fixed DISPLAYUPDATE()Yann Collet1-3/+6
2018-03-12Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte1-1/+1
2018-02-14fix: missed semicolon at programs/lz4io.c:954hobomind1-1/+1
2018-01-13minor : try to tell static analyzer that we don't care if fseek() failsYann Collet1-1/+1