summaryrefslogtreecommitdiff
path: root/programs
AgeCommit message (Expand)AuthorFilesLines
2020-11-15update docYann Collet1-1/+1
2020-11-15Merge pull request #953 from lz4/vs2005Yann Collet1-3/+3
2020-11-14better visual conformanceYann Collet1-3/+3
2020-11-14fix minor parse warningYann Collet1-1/+1
2020-11-14all usages of prefs within lz4io are constYann Collet3-45/+48
2020-11-14LZ4IO_openDstFile() doesn't need pref mutabilityYann Collet2-33/+36
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 Collet3-17/+15
2020-08-25fixup: Portable fileno()Niklas Hambüchen1-1/+10
2020-08-25fixup: C90 compliance, clean up stat() types/callsNiklas Hambüchen1-27/+31
2020-08-24Use fstat() to determine file size.Niklas Hambüchen2-3/+28
2020-08-11added target lz4-wlibYann Collet2-6/+21
2020-02-07Implement -m option with legacy format on cliFilipe Calasans2-4/+58
2020-02-06Fix lz4cli --list optionFilipe Calasans2-5/+6
2019-11-07bring support for Haiku up to date.Jerome Duval2-1/+6
2019-11-05Make benchmark compatible with dictionary compressionReto Koradi3-53/+244
2019-09-10util.h: Remove deprecated utime for non-WindowsRosen Penev2-6/+20
2019-07-23lz4cli: add option '--best' as an alias of '-12'WHR3-0/+11
2019-07-01bumped version number to v1.9.2Yann Collet2-9/+9
2019-06-24fix #734 : --version should output to stdoutYann Collet1-2/+3
2019-05-26Handle file not existing case #704gabrielstedman1-3/+10
2019-05-16List mode improvements.gstedman2-189/+204
2019-05-15Add multiframe report to --list commandgstedman2-92/+287
2019-04-23More build imrpvementsJPeterMugaas2-21/+59
2019-04-22Merge pull request #691 from lz4/listYann Collet5-18/+175
2019-04-22fix: no leak when LZ4F_dctx creation failsYann Collet1-9/+4
2019-04-22Merge pull request #689 from JPeterMugaas/jpm-makefileYann Collet1-12/+2
2019-04-22updated code commentsYann Collet1-4/+5
2019-04-22--list gives block typeYann Collet3-9/+24
2019-04-22--list can resume after a failed fileYann Collet2-44/+61
2019-04-22Make programs/Makefile use the includes.JPeterMugaas1-42/+1
2019-04-22refactored --list functionYann Collet3-93/+110
2019-04-22fixed C90 complianceYann Collet3-61/+74
2019-04-22Initial commits from diff I submitted earlierJPeterMugaas1-5/+36
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_filegabrielstedman3-15/+17
2019-04-22Merge https://github.com/lz4/lz4 into devgabrielstedman3-35/+41
2019-04-22FR #598 - Make LZ4IO_getCompressedFileInfo internal and reword funcgabrielstedman3-76/+68
2019-04-21ensure tests work when `stdout` is not the consoleYann Collet2-16/+16