Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add snprintf macro for MSVC | Takayuki MATSUOKA | 2015-04-13 | 2 | -2/+8 |
| | |||||
* | 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 | ||||
| | * \ | Merge pull request #65 from Cyan4973/dev | Yann Collet | 2015-03-27 | 17 | -69/+431 |
| | |\ \ | | | | | | | | | | | Dev | ||||
| | * \ \ | Merge pull request #61 from Cyan4973/dev | Yann Collet | 2015-03-23 | 48 | -984/+2404 |
| | |\ \ \ | | | | | | | | | | | | | Dev | ||||
| * | | | | | new tests for large files with content size support (#70) | Yann Collet | 2015-04-02 | 1 | -0/+5 |
| | | | | | | |||||
| * | | | | | Added : progress indicator, in fast and decompression modes | Yann Collet | 2015-04-02 | 1 | -2/+4 |
| | | | | | | |||||
| * | | | | | fullbench : tests of _limitedOutput variants intentionnally provides less ↵ | Yann Collet | 2015-04-01 | 4 | -41/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | memory space than safe (LZ4_compressBound()) | ||||
| * | | | | | Fixed issue 160, reported by Eric Berge | Yann Collet | 2015-04-01 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | simplified LZ4_compress_limitedOutput() | Yann Collet | 2015-04-01 | 2 | -17/+4 |
| | | | | | | |||||
| * | | | | | Removed make dist | Yann Collet | 2015-04-01 | 2 | -35/+0 |
| | | | | | | |||||
| * | | | | | Stricter tests : treat warnings as errors | Yann Collet | 2015-04-01 | 1 | -6/+6 |
| | | | | | | |||||
| * | | | | | simplified LZ4_compress_withState() | Yann Collet | 2015-04-01 | 1 | -26/+28 |
| | | | | | | |||||
| * | | | | | simplified LZ4_compress() | Yann Collet | 2015-04-01 | 2 | -41/+45 |
| | | | | | | |||||
| * | | | | | Modified files rights | Yann Collet | 2015-03-31 | 12 | -0/+1 |
| | | | | | | |||||
| * | | | | | Removed Visual 2013 solution, as AppVeyor automated mode only works with a ↵ | Yann Collet | 2015-03-31 | 11 | -1127/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | single solution | ||||
| * | | | | | Added : Visual 2013 solution | Yann Collet | 2015-03-31 | 13 | -0/+1131 |
| | | | | | |