Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added LZ4F_resetDecompressionContext() | Yann Collet | 2017-03-29 | 1 | -22/+22 |
| | |||||
* | Safer LZ4_getFrameInfo() | Yann Collet | 2017-03-29 | 1 | -9/+17 |
| | | | | | LZ4_getFrameInfo() is now guaranteed to keep dctx state clean, even in case of failure. | ||||
* | cli: add GNU separator -- specifying that all following arguments are files | Dmitry V. Levin | 2017-03-23 | 1 | -0/+8 |
| | | | | | This option is supported by other compressors with compatible cli, so add it to lz4 as well for better compatibility. | ||||
* | added `extern C` for lz4.h static section | Yann Collet | 2017-03-17 | 1 | -1/+1 |
| | | | | should make the file more compatible with C++ compiler, such as Visual or g++ | ||||
* | LZ4_compress_HC_continue_destSize() works as intended up to level 10 | Yann Collet | 2017-03-16 | 1 | -1/+1 |
| | | | | | It's incompatible with btopt though, so cLevel >= 11 feature much reduced performance (degraded mode) | ||||
* | LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code path | Yann Collet | 2017-03-16 | 1 | -29/+55 |
| | | | | | Limits compression level to 10, to remain compatible with Hash Chain. | ||||
* | created LZ4_HC_STATIC_LINKING_ONLY section | Yann Collet | 2017-03-16 | 1 | -3/+4 |
| | | | | where are exposed new prototypes *_destSize() | ||||
* | tests: fuzzer: Add test for LZ4_compressHC_destSize | remittor | 2017-03-08 | 1 | -2/+38 |
| | |||||
* | Fix test-lz4-basic | Dmitry V. Levin | 2017-03-05 | 1 | -3/+3 |
| | | | | | | | | | When no output filename is specified and stdout is not a terminal, lz4 doesn't attempt to guess an output filename and uses stdout for output. This change fixes test-lz4-basic when run without a terminal by specifying output filenames. | ||||
* | remove MOREFLAGS from test-lz4c32 | Przemyslaw Skibinski | 2017-02-16 | 1 | -1/+0 |
| | |||||
* | circle.yml: fixed lz4c32 target (2) | Przemyslaw Skibinski | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | circle.yml: fixed lz4c32 target | Przemyslaw Skibinski | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | improved Circle CI tests | Przemyslaw Skibinski | 2017-02-15 | 1 | -0/+1 |
| | |||||
* | Don't use "foo && false || true" | Eric Siegerman | 2017-02-14 | 1 | -19/+19 |
| | | | | | | | | | Replace it with either: test ! -f $FILE_THAT_SHOULD_NOT_EXIST or: ! $COMMAND_THAT_SHOULD_FAIL as appropriate. | ||||
* | added OpenBSD NetBSD SunOS to list of supported `make install` OSes | Przemyslaw Skibinski | 2017-02-10 | 1 | -3/+3 |
| | |||||
* | added "This Makefile is validated for" | Przemyslaw Skibinski | 2017-01-19 | 1 | -0/+2 |
| | |||||
* | fuzzer: tests more compression levels | Przemyslaw Skibinski | 2016-12-28 | 1 | -17/+17 |
| | |||||
* | LZ4HC_getSearchNum | Przemyslaw Skibinski | 2016-12-28 | 1 | -1/+1 |
| | |||||
* | added FUZ_CLEVEL_DEFAULT | Przemyslaw Skibinski | 2016-12-28 | 1 | -7/+8 |
| | |||||
* | improved test-lz4-opt-parser | Przemyslaw Skibinski | 2016-12-27 | 1 | -5/+10 |
| | |||||
* | added test-lz4-opt-parser | Przemyslaw Skibinski | 2016-12-27 | 1 | -1/+9 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev | Przemyslaw Skibinski | 2016-12-27 | 1 | -0/+7 |
|\ | | | | | | | | | # Conflicts: # lib/Makefile | ||||
| * | Merge pull request #292 from inikep/dev | Yann Collet | 2016-12-22 | 5 | -120/+18 |
| |\ | | | | | | | improved POSIX | ||||
| * | | LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and ↵ | Yann Collet | 2016-12-21 | 1 | -0/+7 |
| | | | | | | | | | | | | LZ4F_compressEnd() [#290, suggested by @vtermanis] | ||||
* | | | Solaris: working "make install" | Przemyslaw Skibinski | 2016-12-22 | 1 | -1/+1 |
| | | | |||||
* | | | "make test" is now compatible with Solaris | Przemyslaw Skibinski | 2016-12-22 | 1 | -16/+22 |
| |/ |/| | |||||
* | | test Large File support for Mac OS-X in 32-bits mode | Przemyslaw Skibinski | 2016-12-21 | 1 | -1/+1 |
| | | |||||
* | | util.h and platform.h based on zstd | Przemyslaw Skibinski | 2016-12-21 | 3 | -2/+4 |
| | | |||||
* | | fixed gcc 4.4 support | Przemyslaw Skibinski | 2016-12-21 | 1 | -4/+12 |
| | | |||||
* | | improved MinGW support | Przemyslaw Skibinski | 2016-12-21 | 1 | -3/+3 |
| | | |||||
* | | executables use basic types from util.h | Przemyslaw Skibinski | 2016-12-21 | 5 | -106/+8 |
| | | |||||
* | | executables use platform.h | Przemyslaw Skibinski | 2016-12-20 | 1 | -15/+1 |
|/ | |||||
* | fix #285 : lz4cat doesn't work with stdin (reported by @beiDei8z) | Yann Collet | 2016-12-08 | 1 | -0/+5 |
| | |||||
* | fixed test-lz4c32 | Yann Collet | 2016-12-07 | 1 | -3/+3 |
| | |||||
* | fix #284, reported by @beiDei8z : added test cases for path/to/lz4cat | Yann Collet | 2016-12-07 | 1 | -3/+11 |
| | |||||
* | fix : invocation of path/to/unlz4 (#284), reported by @beiDei8z | Yann Collet | 2016-12-07 | 1 | -2/+13 |
| | |||||
* | fix #283 : implement LZ4_versionString(). | Yann Collet | 2016-12-04 | 1 | -1/+1 |
| | |||||
* | fix minor analyzer warning | Yann Collet | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | added a few dates | Yann Collet | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | fixed #272 (compilation fails on gcc 4.4), reported by @totaam | Yann Collet | 2016-11-19 | 1 | -1/+1 |
| | |||||
* | fixed strict aliasing warnings in fasttest | Yann Collet | 2016-11-17 | 1 | -9/+2 |
| | |||||
* | fixed versionsTest | Yann Collet | 2016-11-17 | 2 | -2/+3 |
| | |||||
* | added v1.x.y to versions tests | Yann Collet | 2016-11-17 | 3 | -1/+5 |
| | |||||
* | fix 32-bits mode. | Yann Collet | 2016-11-17 | 3 | -180/+120 |
| | | | | | | Large File support for Mac OS-X in 32-bits mode Fixed potential undefined behavior Changed makefile for 32-bits mode | ||||
* | MinGW doesn't require the import library at all | Przemyslaw Skibinski | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | DLL dependencies moved to lib/dll/ | Przemyslaw Skibinski | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | fixed conversion warnings | Yann Collet | 2016-11-14 | 2 | -19/+4 |
| | |||||
* | clang and g++ tests restricted to native only on Travis CI Ubuntu v12 ↵ | Yann Collet | 2016-11-14 | 1 | -4/+5 |
| | | | | environment | ||||
* | fixed conversion warnings | Yann Collet | 2016-11-14 | 2 | -22/+20 |
| | |||||
* | fixed uintptr_t on pre-c99 compilers | Yann Collet | 2016-11-14 | 1 | -1/+2 |
| |