summaryrefslogtreecommitdiffstats
path: root/programs
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor lz4frame refactoringYann Collet2015-03-161-4/+4
* lz4 utility supports "pass-through" modeYann Collet2015-03-162-2/+35
* minor refactoringYann Collet2015-03-161-2/+21
* skippable frames supportYann Collet2015-03-161-25/+81
* removed -s command from lz4c specific list of legacy commandsYann Collet2015-03-151-2/+0
* Added : unlz4 symbolic link to "lz4 -d"Yann Collet2015-03-151-0/+2
* changed "make install" default install directory to /usr/localYann Collet2015-03-151-2/+4
* Added : clang testYann Collet2015-03-152-7/+5
* scan-build testsYann Collet2015-03-156-29/+50
* windows sparse file supportYann Collet2015-03-131-5/+14
* Improved sparse files supportYann Collet2015-03-133-42/+62