summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patchYann Collet2015-04-133-15/+71
|\ | | | | Origin/r129/multiple inputs patch
| * Added support for continuation of file compression and decompression if ↵Kyle J Harper2015-04-122-6/+27
| | | | | | | | input files are missing. Should more closely match gzip/bzip2/xz and so forth. Also removed a debug print accidentally left in.
| * Added new LZ4IO_decompressMultipleFilenames to allow decompression of ↵Kyle J Harper2015-04-123-14/+49
| | | | | | | | multiple files with the -m switch added in r128 (ref: google code issue 151). Limitation: will only process files matching LZ4_EXTENSION macro, which for now seems reasonable.
* | new memory leak test for fullbench using multi-filesYann Collet2015-04-121-1/+1
| |
* | Shortened tests durationsYann Collet2015-04-124-56/+62
| |
* | Fixed : minor coverity warningYann Collet2015-04-121-2/+2
| |
* | Fixed a few coverity warningsYann Collet2015-04-122-1/+3
| |
* | Fixed a few Valgrind warningsYann Collet2015-04-121-35/+17
| |
* | Fixed : minor Visual warningsYann Collet2015-04-121-2/+0
| |
* | Fixed : a few minor coverity warningsYann Collet2015-04-126-35/+46
| |
* | Implemented obsolete warning messageYann Collet2015-04-112-82/+77
| |
* | fixed minor sanitize warningYann Collet2015-04-112-5/+4
| |
* | Updated : fuzzer tests can be programmed for a timelengthYann Collet2015-04-103-46/+113
| |
* | Fixed a few minor sanitize warningsYann Collet2015-04-102-6/+5
| |
* | Fixed a few warnings from -fsanitize=undefinedYann Collet2015-04-093-7/+18
| |
* | fixed over-cautious visual warningYann Collet2015-04-081-1/+1
| |
* | minor memory leak fix and testYann Collet2015-04-082-1/+7
| |
* | fix g++ typecastYann Collet2015-04-071-2/+2
| |
* | added : memtest on fullbenchYann Collet2015-04-062-10/+13
| |
* | Merge pull request #73 from funcodeio/devYann Collet2015-04-041-3/+0
|\ \ | | | | | | Removed unused lines.
| * | Removed unused lines.Yongwoon Cho2015-04-031-3/+0
| |/
* | Merge pull request #72 from fzort/masterYann Collet2015-04-022-2/+2
|\ \ | | | | | | Rebase #71
| * | Cygwin has fileno, so there's no need to use _fileno.mauro.persano2015-04-012-2/+2
| |/
| * Fixed : Visual compilationYann Collet2015-03-312-1/+5
| |
* | new tests for large files with content size support (#70)Yann Collet2015-04-021-0/+5
| |
* | Added : progress indicator, in fast and decompression modesYann Collet2015-04-021-2/+4
| |
* | fullbench : tests of _limitedOutput variants intentionnally provides less ↵Yann Collet2015-04-012-14/+16
| | | | | | | | memory space than safe (LZ4_compressBound())
* | Fixed : Windows compilationYann Collet2015-03-312-1/+5
| | | | | | Added : Appveyor badge
* | Added LZ4_compress_fast()Yann Collet2015-03-301-33/+35
| |
* | fixed fullbench memory allocation errorYann Collet2015-03-301-9/+9
|/
* lz4frame validates contentSize during decompressionYann Collet2015-03-291-2/+2
|
* Changed struct member to contentSizeYann Collet2015-03-292-4/+4
|
* Added : arm cross-compilation testYann Collet2015-03-251-2/+6
|
* Updated man page : "--[no-]X"Yann Collet2015-03-231-8/+8
|
* Updated testsYann Collet2015-03-231-7/+7
|
* Updated long commands, with reverse "--no-" variantsYann Collet2015-03-232-14/+28
|
* lz4 cli supports frame content sizeYann Collet2015-03-235-107/+147
|
* removed useless man pagesYann Collet2015-03-222-65/+0
|
* Updates tests & Man pagesYann Collet2015-03-224-148/+238
|
* new long commandsYann Collet2015-03-212-28/+25
|
* Some more tests related to frame content sizeYann Collet2015-03-191-0/+2
|
* frame content size supportYann Collet2015-03-182-3/+75
|
* Updated lz4io sparse file support (alignment properties)Yann Collet2015-03-173-44/+58
|