summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix minor "divide by zero" riskYann Collet2015-04-161-1/+2
| |
| * fixed minor leakYann Collet2015-04-161-0/+1
| |
| * Static analyzer generates error codes on bug suspicionYann Collet2015-04-161-2/+2
| |
| * minor header refactoringYann Collet2015-04-161-16/+15
| |
| * Merge pull request #96 from t-mat/improve-pr-95Yann Collet2015-04-161-19/+45
| |\ | | | | | | Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums
| | * Add LZ4F_OBSOLETE_ENUM() to describe obsolete enumsTakayuki MATSUOKA2015-04-161-19/+45
| | | | | | | | | | | | | | | | | | - Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums - Add compatible typedefs for obsolete enum types - Remove constant macros
| * | minor optimization for small filesYann Collet2015-04-161-38/+53
| | |
| * | Removed status notification in multiple-files modeYann Collet2015-04-162-5/+6
| | |
| * | Multiple files decompression refactoringYann Collet2015-04-152-101/+99
| |/
| * Updated lz4frame error namesYann Collet2015-04-155-25/+22
| |
| * Merge pull request #95 from t-mat/issue/90Yann Collet2015-04-155-85/+105
| |\ | | | | | | Modified lz4frame enum, by @t-mat
| | * Issue#90 : Change old enum names to new oneTakayuki MATSUOKA2015-04-141-15/+15
| | |
| | * 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
| | | | | | | | | | | | | | | - Add LZ4F_ prefix to LZ4 frame related enums. - Also add conditional macro LZ4F_DISABLE_OLD_ENUMS for testing and users who prefer strict prefixes.
| * | Merge pull request #94 from t-mat/devYann Collet2015-04-151-1/+1
| |\ \ | | | | | | | | Fix LZ4_DEPRECATED() in lz4hc.h
| | * | Fix LZ4_DEPRECATED() in lz4hc.hTakayuki MATSUOKA2015-04-151-1/+1
| | | |
| * | | Merge pull request #91 from t-mat/devYann Collet2015-04-143-13/+13
| |\ \ \ | | |/ / | | | / | | |/ | |/| Fix LZ4_DEPRECATED() for old compilers
| | * Fix LZ4_DEPRECATED() for older/non-gcc/clang/MSVC compilersTakayuki MATSUOKA2015-04-141-1/+1
| | |
| | * Replace GCC_VERSION with LZ4_GCC_VERSIONTakayuki MATSUOKA2015-04-143-12/+12
| |/
| * Merge pull request #93 from drcrallen/descriptiveFrameErrorsYann Collet2015-04-142-7/+12
| |\ | | | | | | Revert "Revert "Add more descriptive frame errors""
| | * Revert "Revert "Add more descriptive frame errors""Charles Allen2015-04-142-7/+12
| |/ | | | | | | This reverts commit 5a6652708439800e30d21e0cd24ed15cfb745a8b.
| * 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"
| | | * 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 errors
| | | * Add more descriptive frame errorsCharles Allen2015-04-132-7/+12
| |_|/ |/| |
| * | Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ↵Yann Collet2015-04-143-5/+6
| |/ | | | | | | 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-134-22/+26
| |
| * 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.
| * Merge pull request #87 from t-mat/fix-example2Yann Collet2015-04-132-7/+14
| |\ | | | | | | Replace obsolete functions in example code
| | * 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 macros
| | * Add LZ4 prefix to deprecation macrosTakayuki MATSUOKA2015-04-122-31/+31
| | | | | | | | | | | | | | | | | | | | | Replace the following macros: - "_DEPRECATE_WARNING_DEFBLOCK" to "LZ4_DEPRECATE_WARNING_DEFBLOCK" - "DEPRECATED" to "LZ4_DEPRECATED"
| * | Fixed a few Valgrind warningsYann Collet2015-04-123-38/+21
| |/
| * Fixed : minor Visual warningsYann Collet2015-04-121-2/+0
| |