summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Replace obsolete functionsTakayuki MATSUOKA2015-04-132-5/+6
| * | Add snprintf macro for MSVCTakayuki MATSUOKA2015-04-132-2/+8
* | | new memory leak test for fullbench using multi-filesYann Collet2015-04-121-1/+1
* | | Shortened tests durationsYann Collet2015-04-125-57/+63
* | | Updated badgesYann Collet2015-04-121-3/+3
|/ /
* | Fixed issue #84Yann Collet2015-04-123-11/+12
* | Fixed : minor coverity warningYann Collet2015-04-121-2/+2
* | Fixed a few coverity warningsYann Collet2015-04-122-1/+3
* | fixed minor g++ warningYann Collet2015-04-121-1/+1
* | Merge pull request #82 from t-mat/add-lz4-prefixYann Collet2015-04-122-31/+31
|\ \
| * | Add LZ4 prefix to deprecation macrosTakayuki MATSUOKA2015-04-122-31/+31
* | | Fixed a few Valgrind warningsYann Collet2015-04-123-38/+21
|/ /
* | Fixed : minor Visual warningsYann Collet2015-04-121-2/+0
* | Fixed : a few minor coverity warningsYann Collet2015-04-127-41/+58
* | Extended obsolete warning messages to lz4hcYann Collet2015-04-112-11/+37
* | Implemented obsolete warning messageYann Collet2015-04-115-115/+124
* | Update lz4hc API : LZ4_compressHC_safe()Yann Collet2015-04-113-111/+68
* | Clarified lz4frame.h inline docYann Collet2015-04-111-6/+8
* | fixed minor sanitize warningYann Collet2015-04-112-5/+4
* | Updated : fuzzer tests can be programmed for a timelengthYann Collet2015-04-104-47/+114
* | Fixed a few minor sanitize warningsYann Collet2015-04-102-6/+5
* | Added : sanitize testYann Collet2015-04-092-0/+4
* | Fixed a few warnings from -fsanitize=undefinedYann Collet2015-04-096-148/+67
* | New LZ4_compress_safe() APIYann Collet2015-04-092-71/+53
* | fixed over-cautious visual warningYann Collet2015-04-081-1/+1
* | minor Makefile test refactoringYann Collet2015-04-081-5/+5
* | minor memory leak fix and testYann Collet2015-04-082-1/+7
* | fix g++ typecastYann Collet2015-04-071-2/+2
* | updated docYann Collet2015-04-062-8/+7
* | 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
* | | memcpy speed as referenceYann Collet2015-04-031-4/+0
* | | Merge pull request #74 from Cyan4973/fastModeYann Collet2015-04-0333-277/+1341
|\ \ \ | |/ / |/| |
| * | 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
| | |/
| | * Merge pull request #69 from Cyan4973/devr128Yann Collet2015-03-313-3/+9
| | |\ | |_|/ |/| |
* | | Fixed : Visual compilationYann Collet2015-03-313-3/+9
| | * Merge pull request #67 from Cyan4973/devYann Collet2015-03-303-24/+32
| | |\ | |_|/ |/| |
| | * Merge pull request #66 from Cyan4973/devYann Collet2015-03-294-48/+54
| | |\
| | * \ Merge pull request #65 from Cyan4973/devYann Collet2015-03-2717-69/+431
| | |\ \
| | * \ \ Merge pull request #61 from Cyan4973/devYann Collet2015-03-2348-984/+2404
| | |\ \ \
| * | | | | 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-014-41/+33
| * | | | | Fixed issue 160, reported by Eric BergeYann Collet2015-04-011-1/+1
| * | | | | simplified LZ4_compress_limitedOutput()Yann Collet2015-04-012-17/+4
| * | | | | Removed make distYann Collet2015-04-012-35/+0
| * | | | | Stricter tests : treat warnings as errorsYann Collet2015-04-011-6/+6
| * | | | | simplified LZ4_compress_withState()Yann Collet2015-04-011-26/+28