summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Expand)AuthorAgeFilesLines
* and even more visual conversion warningsYann Collet2019-04-131-1/+5
* some more Visual conversion warningYann Collet2019-04-131-1/+3
* fixed minor Visual conversion warningsYann Collet2019-04-131-6/+6
* added tests for -d -m -cYann Collet2019-04-121-3/+8
* fixed lz4 -m -cYann Collet2019-04-123-13/+34
* added command -BI for "Independent Blocks"Yann Collet2019-04-123-13/+22
* updated man pageYann Collet2019-04-122-6/+16
* updated doc to underline difference between block and frameYann Collet2019-04-121-3/+11
* improved documentation for LZ4 dictionary compressionYann Collet2019-04-111-4/+9
* introduce LZ4_DISTANCE_MAX build macroYann Collet2019-04-111-1/+1
* Merge pull request #652 from vtorri/devYann Collet2019-03-031-1/+1
|\
| * Allow installation of lz4 for Windows 10 with MSYS2Vincent Torri2019-03-031-1/+1
* | Add cast around mallocTim Zakian2019-01-111-1/+1
* | Add constant pointer annotationsTim Zakian2019-01-113-54/+55
* | Remove a bunch of global variables that tracked settings for the IO module, a...Tim Zakian2019-01-103-166/+209
* | Fix pass-through modeTim Zakian2019-01-103-2/+20
* | Fix lz4 extension in input filename not causing decompressionRuben O. Chiavone2019-01-091-5/+19
|/
* Allow installation of lz4 for Windows (MSYS2 or when cross-compiling)Vincent Torri2018-11-201-1/+1
* support custom block sizes: fix usage message & remove unused functionsBlaise Sanouillet2018-09-282-2/+1
* support custom block sizes - fix typesBlaise Sanouillet2018-09-281-1/+1
* support custom block sizesBlaise Sanouillet2018-09-283-10/+33
* tried to clean another bunch of cppcheck warningsYann Collet2018-09-191-16/+24
* fixed minor cppcheck warnings in programsYann Collet2018-09-182-21/+29
* Add support for MidnightBSDLucas Holt2018-09-082-2/+2
* Merge pull request #563 from lz4/docDictYann Collet2018-09-063-11/+25
|\
| * updated documentation regarding dictionary compressionYann Collet2018-09-053-11/+25
* | Merge pull request #564 from lz4/cTimeYann Collet2018-09-061-10/+21
|\ \
| * | fixed compression timeYann Collet2018-09-051-10/+21
* | | Merge pull request #556 from kou/add-missing-exeextYann Collet2018-09-051-12/+12
|\ \ \ | |/ / |/| |
| * | Add missing $(EXT)Kouhei Sutou2018-08-131-12/+12
* | | fixed #560Yann Collet2018-09-051-1/+1
| |/ |/|
* | Fixed bugs about incorrect acceleration calculation and benchmarking negative...Jennifer Liu2018-06-271-1/+4
* | Fixed invalid argument test and reformatted elseJennifer Liu2018-06-271-2/+1
* | Fixed code based on comments from pull requestJennifer Liu2018-06-272-4/+7
* | delete commented out code in bench.cJennifer Liu2018-06-261-2/+0
* | Added --fast command to cliJennifer Liu2018-06-263-2/+42
* | Add Haiku as a validated target.fbrosson2018-05-171-1/+1
|/
* Fix make installNick Terrell2018-05-041-32/+30
* added a test case for LZ4_decompress_fast_usingDictCyan49732018-04-291-1/+1
* fasterDecSpeed can be triggered from cli with --favor-decSpeedYann Collet2018-04-263-1/+16
* Change Over Includes in the ProjectW. Felix Handte2018-04-241-1/+1
* fixed minor declaration issue with clang on msysCyan49732018-04-231-1/+2
* fixed DISPLAYUPDATE()Yann Collet2018-04-061-3/+6
* bench: introduced hidden command -SYann Collet2018-03-203-12/+37
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2018-03-191-1/+1
|\
| * Make LZ4F_compressFrame_usingCDict Take a Compression ContextW. Felix Handte2018-03-121-1/+1
* | minor man fix on clevelsYann Collet2018-03-191-3/+3
|/
* use TIMELOOP_NANOSEC,Yann Collet2018-02-201-2/+2
* fixed minor conversion warningYann Collet2018-02-201-2/+2
* ensure bench speed measurement is more accurate for small inputsYann Collet2018-02-202-24/+41