summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Collapse)AuthorAgeFilesLines
* minor code refactoringYann Collet2016-06-291-15/+10
|
* Reduced bench dependency to standard C <time.h>Yann Collet2016-06-291-68/+39
| | | | | Faster tests More accurate results on systems with high resolution clocks
* minor compression speed improvementYann Collet2016-06-291-71/+52
|
* minor refactoring (coding style)Yann Collet2016-06-292-51/+34
|
* Add FreeBSD to install targetsMartin Waschbüsch2016-05-171-2/+3
| | | | Add FreeBSD to install targets
* lz4cli: print library versionJohn Zhuge2016-04-011-2/+5
|
* Remove whitespace from ends of linesJulius Werner2016-02-131-11/+11
| | | | | | | I'm trying to import LZ4 code into a project with strict linting requirements. This will make that easier. Signed-off-by: Julius Werner <jwerner@chromium.org>
* Merge pull request #182 from kou/add-missing-extYann Collet2016-01-101-9/+9
|\ | | | | Add missing $(EXT)
| * Add missing $(EXT)Kouhei Sutou2016-01-101-9/+9
| | | | | | | | | | If the $(EXT) are added, "make install" can work with MinGW build on Linux.
* | Merge pull request #181 from kou/fix-build-failure-on-mingwYann Collet2016-01-101-1/+1
|\ \ | | | | | | Fix build error on MinGW
| * | Fix build error on MinGWKouhei Sutou2016-01-101-1/+1
| |/ | | | | | | | | Header file name is case insensitive on Windows but it is case sensitive on Linux. "Windows.h" can't be found on Linux.
* | clarified man page as suggested in #170Yann Collet2015-12-201-7/+15
| |
* | Fix : compiler-independent macro to remove deprecation warningsYann Collet2015-10-211-8/+9
| |
* | Tweak error messageDaniel Colascione2015-09-031-1/+1
| |
* | Improve error messages for attempted console IODaniel Colascione2015-09-031-2/+10
| |
* | fixed #150 : blank lines when converting lz4.1 to .ps or .pdfYann Collet2015-09-021-8/+8
| |
* | Updated Makefile and .travisYann Collet2015-09-012-11/+5
| |
* | updated cli helpYann Collet2015-08-201-30/+40
| |
* | Makefile : generates *.o for faster processingYann Collet2015-08-151-21/+22
| |
* | minor simplification lz4_readarch()Yann Collet2015-08-061-1/+1
|/
* Fixed a few minor visual analyzer warningsYann Collet2015-06-292-12/+12
|
* removed one mallocYann Collet2015-06-291-5/+6
|
* lz4io : removed one mallocYann Collet2015-06-291-3/+4
|
* lz4cli : add one malloc testYann Collet2015-06-291-0/+1
|
* changed datagen to remove one mallocYann Collet2015-06-292-26/+29
|
* Fixed : fuzzer display messagesYann Collet2015-06-271-3/+3
|
* staticAnalyze use same compilation flags as normal buildYann Collet2015-06-271-5/+6
|
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2015-06-271-0/+2
|\
| * Merge pull request #121 from keszybz/add-gitignoreYann Collet2015-06-261-0/+2
| |\ | | | | | | Add gitignore - redirect from #117
| | * Make git ignore generated filesZbigniew Jędrzejewski-Szmek2015-06-161-0/+2
| | |
* | | Minor doc clarification on sparse mode supportYann Collet2015-06-222-2/+2
|/ /
* | Merge pull request #114 from lpsantil/djgppYann Collet2015-05-282-5/+15
|\ \ | |/ |/| Djgpp
| * Reverted all `Makefile` changesLouis P. Santillan2015-05-271-1/+1
| |
| * Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build with Andrew Wu's ↵Louis P. Santillan2015-05-263-6/+16
| | | | | | | | build-djgpp cross compilers. Add some documentation in README.DJ
* | Fixed : default sparse mode disabled on stdout, to support ` >>` ↵Yann Collet2015-05-253-10/+20
| | | | | | | | redirection scenario reported by Takayuki Matsuoka (#110)
* | Fixed : LZ4IO exits too early when frame crc not present, reported by ↵Yann Collet2015-05-202-3/+11
| | | | | | | | Yongwoon Cho (#106)
* | minor tests improvementsYann Collet2015-05-191-2/+7
| |
* | minor test refactorYann Collet2015-05-182-8/+11
| |
* | Fixed sparse issue with non seekable streams (#105)Yann Collet2015-05-183-8/+17
| |
* | minor cosmetic changes for Takayuki's testVersionsYann Collet2015-05-151-1/+1
| |
* | Added a few more interoperability tests (32bits vs 64 bits)Yann Collet2015-05-131-5/+11
|/
* Added : LZ4_compress_destSize()Yann Collet2015-05-061-0/+35
|
* Added compilation flag -Wcast-qualYann Collet2015-05-064-8/+8
|
* Updated lz4hc APIYann Collet2015-05-032-2/+2
|
* New lz4 API, using LZ4_compress_fast()Yann Collet2015-05-033-85/+126
|
* Fixed bug 9318Yann Collet2015-05-021-1/+1
|
* Fixed minor static analyzer warningYann Collet2015-04-241-1/+1
|
* streaming API : Improved ring buffer managementYann Collet2015-04-242-69/+97
|
* Removed obsolete functions from lz4 cliYann Collet2015-04-211-3/+9
|
* Removed LZ4_compress() (obsolete) from lz4Yann Collet2015-04-212-11/+11
|