Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ↵ | Yann Collet | 2015-04-14 | 3 | -5/+6 |
| | | | | case instead of default. | ||||
* | lz4io refactoring | Yann Collet | 2015-04-14 | 1 | -79/+66 |
| | |||||
* | New valgrind test with multiple files | Yann Collet | 2015-04-14 | 1 | -0/+3 |
| | |||||
* | Fix leak issue with compression of multiple files | Yann Collet | 2015-04-14 | 1 | -107/+167 |
| | |||||
* | Improved performance when compressing a lot of small files | Yann Collet | 2015-04-13 | 1 | -101/+172 |
| | |||||
* | minor compatibility fixes | Yann Collet | 2015-04-13 | 4 | -22/+26 |
| | |||||
* | Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patch | Yann Collet | 2015-04-13 | 3 | -15/+71 |
|\ | | | | | Origin/r129/multiple inputs patch | ||||
| * | Added support for continuation of file compression and decompression if ↵ | Kyle J Harper | 2015-04-12 | 2 | -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 Harper | 2015-04-12 | 3 | -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-example2 | Yann Collet | 2015-04-13 | 2 | -7/+14 |
|\ \ | | | | | | | Replace obsolete functions in example code | ||||
| * | | Replace obsolete functions | Takayuki MATSUOKA | 2015-04-13 | 2 | -5/+6 |
| | | | |||||
| * | | Add snprintf macro for MSVC | Takayuki MATSUOKA | 2015-04-13 | 2 | -2/+8 |
| | | | |||||
* | | | new memory leak test for fullbench using multi-files | Yann Collet | 2015-04-12 | 1 | -1/+1 |
| | | | |||||
* | | | Shortened tests durations | Yann Collet | 2015-04-12 | 5 | -57/+63 |
| | | | |||||
* | | | Updated badges | Yann Collet | 2015-04-12 | 1 | -3/+3 |
|/ / | |||||
* | | Fixed issue #84 | Yann Collet | 2015-04-12 | 3 | -11/+12 |
| | | |||||
* | | Fixed : minor coverity warning | Yann Collet | 2015-04-12 | 1 | -2/+2 |
| | | |||||
* | | Fixed a few coverity warnings | Yann Collet | 2015-04-12 | 2 | -1/+3 |
| | | |||||
* | | fixed minor g++ warning | Yann Collet | 2015-04-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #82 from t-mat/add-lz4-prefix | Yann Collet | 2015-04-12 | 2 | -31/+31 |
|\ \ | | | | | | | Add LZ4 prefix to deprecation macros | ||||
| * | | Add LZ4 prefix to deprecation macros | Takayuki MATSUOKA | 2015-04-12 | 2 | -31/+31 |
| | | | | | | | | | | | | | | | | | | | | | Replace the following macros: - "_DEPRECATE_WARNING_DEFBLOCK" to "LZ4_DEPRECATE_WARNING_DEFBLOCK" - "DEPRECATED" to "LZ4_DEPRECATED" | ||||
* | | | Fixed a few Valgrind warnings | Yann Collet | 2015-04-12 | 3 | -38/+21 |
|/ / | |||||
* | | Fixed : minor Visual warnings | Yann Collet | 2015-04-12 | 1 | -2/+0 |
| | | |||||
* | | Fixed : a few minor coverity warnings | Yann Collet | 2015-04-12 | 7 | -41/+58 |
| | | |||||
* | | Extended obsolete warning messages to lz4hc | Yann Collet | 2015-04-11 | 2 | -11/+37 |
| | | |||||
* | | Implemented obsolete warning message | Yann Collet | 2015-04-11 | 5 | -115/+124 |
| | | |||||
* | | Update lz4hc API : LZ4_compressHC_safe() | Yann Collet | 2015-04-11 | 3 | -111/+68 |
| | | |||||
* | | Clarified lz4frame.h inline doc | Yann Collet | 2015-04-11 | 1 | -6/+8 |
| | | |||||
* | | fixed minor sanitize warning | Yann Collet | 2015-04-11 | 2 | -5/+4 |
| | | |||||
* | | Updated : fuzzer tests can be programmed for a timelength | Yann Collet | 2015-04-10 | 4 | -47/+114 |
| | | |||||
* | | Fixed a few minor sanitize warnings | Yann Collet | 2015-04-10 | 2 | -6/+5 |
| | | |||||
* | | Added : sanitize test | Yann Collet | 2015-04-09 | 2 | -0/+4 |
| | | |||||
* | | Fixed a few warnings from -fsanitize=undefined | Yann Collet | 2015-04-09 | 6 | -148/+67 |
| | | |||||
* | | New LZ4_compress_safe() API | Yann Collet | 2015-04-09 | 2 | -71/+53 |
| | | |||||
* | | fixed over-cautious visual warning | Yann Collet | 2015-04-08 | 1 | -1/+1 |
| | | |||||
* | | minor Makefile test refactoring | Yann Collet | 2015-04-08 | 1 | -5/+5 |
| | | |||||
* | | minor memory leak fix and test | Yann Collet | 2015-04-08 | 2 | -1/+7 |
| | | |||||
* | | fix g++ typecast | Yann Collet | 2015-04-07 | 1 | -2/+2 |
| | | |||||
* | | updated doc | Yann Collet | 2015-04-06 | 2 | -8/+7 |
| | | |||||
* | | added : memtest on fullbench | Yann Collet | 2015-04-06 | 2 | -10/+13 |
| | | |||||
* | | Merge pull request #73 from funcodeio/dev | Yann Collet | 2015-04-04 | 1 | -3/+0 |
|\ \ | | | | | | | Removed unused lines. | ||||
| * | | Removed unused lines. | Yongwoon Cho | 2015-04-03 | 1 | -3/+0 |
| | | | |||||
* | | | memcpy speed as reference | Yann Collet | 2015-04-03 | 1 | -4/+0 |
| | | | |||||
* | | | Merge pull request #74 from Cyan4973/fastMode | Yann Collet | 2015-04-03 | 33 | -277/+1341 |
|\ \ \ | |/ / |/| | | Fast mode | ||||
| * | | Merge pull request #72 from fzort/master | Yann Collet | 2015-04-02 | 2 | -2/+2 |
| |\ \ | | | | | | | | | Rebase #71 | ||||
| | * | | Cygwin has fileno, so there's no need to use _fileno. | mauro.persano | 2015-04-01 | 2 | -2/+2 |
| | |/ | |||||
| | * | Merge pull request #69 from Cyan4973/devr128 | Yann Collet | 2015-03-31 | 3 | -3/+9 |
| | |\ | |_|/ |/| | | Fixed : Visual compilation | ||||
* | | | Fixed : Visual compilation | Yann Collet | 2015-03-31 | 3 | -3/+9 |
| | | | |||||
| | * | Merge pull request #67 from Cyan4973/dev | Yann Collet | 2015-03-30 | 3 | -24/+32 |
| | |\ | |_|/ |/| | | Dev | ||||
| | * | Merge pull request #66 from Cyan4973/dev | Yann Collet | 2015-03-29 | 4 | -48/+54 |
| | |\ | | | | | | | | | Dev |