summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Expand)AuthorAgeFilesLines
* use more restrictive conditions for clock_gettime()Yann Collet2018-01-161-1/+8
* minor : try to tell static analyzer that we don't care if fseek() failsYann Collet2018-01-141-1/+1
* programs/datagen : attempt to please static analyzerYann Collet2018-01-141-15/+12
* lz4io: fixed minor ressource leakYann Collet2018-01-141-0/+1
* update man pageYann Collet2018-01-141-1/+4
* updated manuals to v1.8.1Yann Collet2018-01-141-2/+2
* [lz4io] Refuse to set file stat for non-regular filesNick Terrell2018-01-051-0/+6
* [lz4io] Fix decompression file stat with --rmNick Terrell2018-01-051-8/+12
* Merge pull request #439 from eli-b/doc-nohup-behaviorYann Collet2018-01-011-0/+3
|\
| * Docs: describe behavior under nohupEli Boyarski2018-01-011-0/+3
* | Grammar: "to silent" -> "to silence"Eli Boyarski2018-01-012-2/+2
|/
* Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if ru...Alice Atlas2017-12-041-1/+1
* minor updates to examplesYann Collet2017-11-251-5/+5
* [bench] Use higher resolution timer on POSIXNick Terrell2017-10-172-41/+110
* lz4cli : minor rewrite of lz4c legacy commandsYann Collet2017-10-151-12/+13
* lz4cli : removed extension artefactsYann Collet2017-10-151-15/+7
* Read the Dictionary into a Circular BufferW. Felix Handte2017-10-101-22/+49
* Add Dictionary Support to the Command Line ToolW. Felix Handte2017-10-103-4/+109
* fixed a bunch of -Wcomma warningsYann Collet2017-09-103-4/+13
* bench : made decompression speed evaluation same time as compressionYann Collet2017-09-071-3/+3
* minor Makefile fixesYann Collet2017-09-071-8/+8
* build: source files sorted in a FS independent mannerYann Collet2017-08-261-3/+3
* fixed make recurrence from /testsYann Collet2017-08-251-4/+5
* minor : added header licenseYann Collet2017-08-241-1/+1
* fixed man directory installation (#337)Yann Collet2017-08-241-3/+4
* Merge branch 'dev' into installVars and fixed conflictsYann Collet2017-08-152-6/+7
|\
| * cli : restored command -BX to enable block checksum (#322)Yann Collet2017-08-122-6/+7
* | lz4c legacy commands are now enabled at runtime based on link/binary name "lz4c"Yann Collet2017-08-142-37/+35
* | better respect GNU standard Makefile conventionsYann Collet2017-08-141-17/+24
|/
* updated man pageYann Collet2017-08-072-13/+26
* Fix formatting of concatenation exampleFeRD (Frank Dana)2017-07-081-6/+2
* Fix gcc7 Wimplicit-fallthrough warningsChocobo12017-06-191-1/+2
* -g compilation flag not by default for lz4 cliYann Collet2017-06-131-1/+1
* report where decompression ends (#313)Yann Collet2017-06-121-39/+60
* cli accept block sizes with KB / MB prefixesYann Collet2017-05-261-2/+10
* updated MakefileYann Collet2017-05-101-16/+10
* lz4cli.c: fix a comment: LZ4HC_DEFAULT_CLEVEL -> LZ4HC_CLEVEL_MAXAlexey Tourbin2017-04-291-1/+1
* Fix inline compile errorsSean Purcell2017-03-271-1/+1
* Fix IS_CONSOLE returning 1 for NUL on windowsSean Purcell2017-03-271-1/+10
* Merge pull request #341 from iburinoc/exematchYann Collet2017-03-251-6/+15
|\
| * Ignore extensions in exe name matchingSean Purcell2017-03-241-6/+15
* | cli: add GNU separator -- specifying that all following arguments are filesDmitry V. Levin2017-03-232-1/+6
* | 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-162-42/+36
* bench.c: respect LZ4_MAX_INPUT_SIZE limitPrzemyslaw Skibinski2017-03-101-2/+7
* CFLAGS=-I/usr/include/x86_64-linux-gnuPrzemyslaw Skibinski2017-02-151-1/+1
* circle.yml: fixed lz4c32 target (2)Przemyslaw Skibinski2017-02-151-1/+1
* Avoid fseek()'s 2GiB barrier with MinGWPrzemyslaw Skibinski2017-02-151-16/+5
* upgraded util.hPrzemyslaw Skibinski2017-02-153-45/+62