summaryrefslogtreecommitdiffstats
path: root/programs/lz4io.c
Commit message (Expand)AuthorAgeFilesLines
* updated license & header datesYann Collet2020-11-251-1/+1
* fix minor parse warningYann Collet2020-11-141-1/+1
* all usages of prefs within lz4io are constYann Collet2020-11-141-31/+31
* LZ4IO_openDstFile() doesn't need pref mutabilityYann Collet2020-11-141-30/+33
* fixed force --sparse modeYann Collet2020-11-141-1/+1
* dictionary functions don't need prefs mutabilityYann Collet2020-11-141-4/+5
* LZ4IO_createDict() doesn't need prefsYann Collet2020-11-141-27/+30
* LZ4IO_decompressSrcFile() doesn't need mutable prefsYann Collet2020-11-141-5/+5
* selectDecoder() doesn't need mutable prefsYann Collet2020-11-141-4/+4
* LZ4IO_passThrough() doesn't need prefsYann Collet2020-11-141-9/+14
* LZ4IO_decompressLZ4F() doesn't need mutable prefsYann Collet2020-11-141-4/+14
* LZ4IO_decodeLegacyStream() doesn't need mutable prefsYann Collet2020-11-141-9/+9
* LZ4IO_fwriteSparse doesn't need writable prefsYann Collet2020-11-141-5/+10
* minor refactorYann Collet2020-11-131-32/+28
* minor refactor of lz4ioYann Collet2020-11-131-96/+95
* fix minor static analyzer warningsYann Collet2020-09-301-12/+10
* Use fstat() to determine file size.Niklas Hambüchen2020-08-241-2/+2
* Implement -m option with legacy format on cliFilipe Calasans2020-02-081-2/+49
* Fix lz4cli --list optionFilipe Calasans2020-02-071-4/+5
* bumped version number to v1.9.2Yann Collet2019-07-011-8/+8
* 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