summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Collapse)AuthorAgeFilesLines
* Fix gcc7 Wimplicit-fallthrough warningsChocobo12017-06-191-1/+2
| | | | | For the default Wimplicit-fallthrough=3 level, the comment should start with "fall*"
* -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
| | | | | suggested by @ehem note : only works for files < 2 GB
* cli accept block sizes with KB / MB prefixesYann Collet2017-05-261-2/+10
|
* updated MakefileYann Collet2017-05-101-16/+10
| | | | | to automatically build manual files with make all
* lz4cli.c: fix a comment: LZ4HC_DEFAULT_CLEVEL -> LZ4HC_CLEVEL_MAXAlexey Tourbin2017-04-291-1/+1
| | | | Actually the program only mentions LZ4HC_CLEVEL_MAX.
* 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 matching
| * 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
| | | | | | | | | | This option is supported by other compressors with compatible cli, so add it to lz4 as well for better compatibility.
* | LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-161-1/+1
|/ | | | | Limits compression level to 10, to remain compatible with Hash Chain.
* fixed Visual compilation errorYann Collet2017-03-161-1/+1
| | | | | static const must be a "constant", like a macro even if it can be determined at compile time ...
* 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
|
* updated platform.hPrzemyslaw Skibinski2017-02-102-4/+5
|
* added "This Makefile is validated for"Przemyslaw Skibinski2017-01-191-0/+2
|
* Use logical or instead of bitwise orChocobo12017-01-121-1/+1
|
* Fix printf specifierChocobo12017-01-121-1/+1
|
* changed default PREFIX and MANDIRPrzemyslaw Skibinski2016-12-281-5/+5
|
* Merge remote-tracking branch 'refs/remotes/lz4/dev' into devPrzemyslaw Skibinski2016-12-273-16/+21
|\ | | | | | | | | # Conflicts: # lib/Makefile
| * updated Makefile : lz4 no longer recompiled when already up-to-dateYann Collet2016-12-221-12/+17
| |
| * Merge pull request #292 from inikep/devYann Collet2016-12-226-178/+255
| |\ | | | | | | improved POSIX
| * | updated a few macros namesYann Collet2016-12-222-4/+4
| | |
* | | BSD: improved "make install"Przemyslaw Skibinski2016-12-231-6/+11
| | |
* | | Solaris: working "make install"Przemyslaw Skibinski2016-12-221-12/+25
| | |
* | | "make test" is now compatible with SolarisPrzemyslaw Skibinski2016-12-221-3/+3
| |/ |/|
* | use FindFirstFileA and FindNextFileA on WindowsPrzemyslaw Skibinski2016-12-222-4/+4
| |
* | improved commentsPrzemyslaw Skibinski2016-12-211-1/+1
| |
* | use fseeko for 32-bit MacOSPrzemyslaw Skibinski2016-12-211-3/+1
| |
* | test Large File support for Mac OS-X in 32-bits modePrzemyslaw Skibinski2016-12-212-2/+19
| |
* | util.h and platform.h based on zstdPrzemyslaw Skibinski2016-12-213-45/+46
| |
* | fixed Visual Studio compilationPrzemyslaw Skibinski2016-12-212-3/+8
| |
* | improved MinGW supportPrzemyslaw Skibinski2016-12-213-6/+6
| |
* | executables use basic types from util.hPrzemyslaw Skibinski2016-12-213-33/+24
| |
* | reordered definitons in platform.hPrzemyslaw Skibinski2016-12-202-34/+44
| |
* | improved formatting (2)Przemyslaw Skibinski2016-12-202-1/+3
| |
* | improved formattingPrzemyslaw Skibinski2016-12-201-12/+12
| |
* | fixed gcc warnings (2)Przemyslaw Skibinski2016-12-202-3/+4
| |
* | fixed gcc warningsPrzemyslaw Skibinski2016-12-202-1/+3
| |
* | improved platform.hPrzemyslaw Skibinski2016-12-205-90/+72
| |
* | executables use platform.hPrzemyslaw Skibinski2016-12-203-55/+7
| |
* | updated util.hPrzemyslaw Skibinski2016-12-201-58/+70
| |
* | added platfom.hPrzemyslaw Skibinski2016-12-201-0/+104
|/
* Merge remote-tracking branch 'refs/remotes/lz4/dev' into devPrzemyslaw Skibinski2016-12-092-8/+13
|\
| * fix #285 : lz4cat doesn't work with stdin (reported by @beiDei8z)Yann Collet2016-12-082-8/+13
| |