summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Expand)AuthorAgeFilesLines
* make UNAME externally definableYann Collet2021-08-161-1/+2
* nit(programs/platform.h): replace Unicode character #1018Nate2021-08-071-1/+1
* Merge pull request #999 from pekdon/solaris-10Yann Collet2021-08-061-1/+7
|\
| * add -lrt on Solaris 10, required for nanosleepClaes Nästén2021-06-021-1/+7
* | Print target directories during 'make install'.Eddy Jansson2021-07-241-2/+2
|/
* fix minor pedantic warningsYann Collet2020-12-011-7/+9
* Merge branch 'dev' into MakefileYann Collet2020-12-011-3/+3
|\
| * install links over existing installYann Collet2020-11-301-3/+3
* | refactor MakefileYann Collet2020-12-011-25/+29
|/
* updated license & header datesYann Collet2020-11-2511-12/+11
* update docYann Collet2020-11-151-1/+1
* Merge pull request #953 from lz4/vs2005Yann Collet2020-11-151-3/+3
|\
| * better visual conformanceYann Collet2020-11-151-3/+3
* | fix minor parse warningYann Collet2020-11-141-1/+1
* | all usages of prefs within lz4io are constYann Collet2020-11-143-45/+48
* | LZ4IO_openDstFile() doesn't need pref mutabilityYann Collet2020-11-142-33/+36
* | 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-303-17/+15
* fixup: Portable fileno()Niklas Hambüchen2020-08-251-1/+10
* fixup: C90 compliance, clean up stat() types/callsNiklas Hambüchen2020-08-251-27/+31
* Use fstat() to determine file size.Niklas Hambüchen2020-08-242-3/+28
* added target lz4-wlibYann Collet2020-08-112-6/+21
* Implement -m option with legacy format on cliFilipe Calasans2020-02-082-4/+58
* Fix lz4cli --list optionFilipe Calasans2020-02-072-5/+6
* bring support for Haiku up to date.Jerome Duval2019-11-072-1/+6
* Make benchmark compatible with dictionary compressionReto Koradi2019-11-063-53/+244
* util.h: Remove deprecated utime for non-WindowsRosen Penev2019-09-102-6/+20
* 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