summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue#90 : Change old enum to macro to maximize compatibilityTakayuki MATSUOKA2015-04-141-4/+13
* Issue#90 : Add LZ4F_ prefixTakayuki MATSUOKA2015-04-144-68/+79
* Merge pull request #93 from drcrallen/descriptiveFrameErrorsYann Collet2015-04-142-7/+12
|\
| * Revert "Revert "Add more descriptive frame errors""Charles Allen2015-04-142-7/+12
|/
* Valgrind tests generate errorsYann Collet2015-04-141-10/+10
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2015-04-140-0/+0
|\
| * Merge pull request #92 from Cyan4973/revert-89-descriptiveFrameErrorsYann Collet2015-04-142-12/+7
| |\
| | * Revert "Add more descriptive frame errors"Yann Collet2015-04-142-12/+7
| |/
| * Merge pull request #89 from drcrallen/descriptiveFrameErrorsYann Collet2015-04-142-7/+12
| |\
| | * Add more descriptive frame errorsCharles Allen2015-04-132-7/+12
* | | Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ca...Yann Collet2015-04-143-5/+6
|/ /
* | 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-134-22/+26
* | 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
| |/
* | Merge pull request #87 from t-mat/fix-example2Yann Collet2015-04-132-7/+14
|\ \
| * | 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