summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Expand)AuthorAgeFilesLines
* Valgrind tests generate errorsYann Collet2015-04-141-10/+10
* Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ca...Yann Collet2015-04-141-1/+1
* 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
|\
| * Added support for continuation of file compression and decompression if input...Kyle J Harper2015-04-122-6/+27
| * Added new LZ4IO_decompressMultipleFilenames to allow decompression of multipl...Kyle J Harper2015-04-123-14/+49
* | 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.Yongwoon Cho2015-04-031-3/+0
| |/
* | Merge pull request #72 from fzort/masterYann Collet2015-04-022-2/+2
|\ \
| * | 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 mem...Yann Collet2015-04-012-14/+16
* | Fixed : Windows compilationYann Collet2015-03-312-1/+5
* | 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