summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed frame concatenationYann Collet2015-04-201-3/+5
|
* Fixed frametestYann Collet2015-04-201-4/+5
|
* Restored make-lz4Yann Collet2015-04-201-7/+1
|
* Fixed unfinished frame (issue #75)Yann Collet2015-04-203-9/+34
|
* Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header ↵Yann Collet2015-04-191-0/+31
| | | | decoding attempts
* added --no-sparse testYann Collet2015-04-181-8/+11
|
* Sparse file support is now enabled by defaultYann Collet2015-04-173-3/+3
|
* test error message in multiple files modeYann Collet2015-04-161-0/+1
|
* Reclassified some notification messages as errorsYann Collet2015-04-161-2/+2
|
* stronger arm testsYann Collet2015-04-161-2/+2
|
* fix minor "divide by zero" riskYann Collet2015-04-161-1/+2
|
* fixed minor leakYann Collet2015-04-161-0/+1
|
* minor optimization for small filesYann Collet2015-04-161-38/+53
|
* Removed status notification in multiple-files modeYann Collet2015-04-162-5/+6
|
* Multiple files decompression refactoringYann Collet2015-04-152-101/+99
|
* Updated lz4frame error namesYann Collet2015-04-153-6/+7
|
* Issue#90 : Change old enum names to new oneTakayuki MATSUOKA2015-04-141-15/+15
|
* Issue#90 : Add LZ4F_ prefixTakayuki MATSUOKA2015-04-141-3/+3
| | | | | - Add LZ4F_ prefix to LZ4 frame related enums. - Also add conditional macro LZ4F_DISABLE_OLD_ENUMS for testing and users who prefer strict prefixes.
* Valgrind tests generate errorsYann Collet2015-04-141-10/+10
|
* Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ↵Yann Collet2015-04-141-1/+1
| | | | case instead of default.
* lz4io refactoringYann Collet2015-04-141-79/+66
|
* New valgrind test with multiple filesYann Collet2015-04-141-0/+3
|
* Fix leak issue with compression of multiple filesYann Collet2015-04-141-107/+167
|
* Improved performance when compressing a lot of small filesYann Collet2015-04-131-101/+172
|
* minor compatibility fixesYann Collet2015-04-133-18/+23
|