Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test powerpc64 | Przemyslaw Skibinski | 2016-11-08 | 1 | -1/+2 |
| | |||||
* | tests\Makefile: added test-platform | Przemyslaw Skibinski | 2016-11-08 | 1 | -2/+1 |
| | |||||
* | new Travis tests | Przemyslaw Skibinski | 2016-11-08 | 1 | -10/+7 |
| | |||||
* | Fix #243 : detect and report fread() errors, by @iyokan | Yann Collet | 2016-11-07 | 1 | -10/+11 |
| | |||||
* | added --rm option | Przemyslaw Skibinski | 2016-11-07 | 3 | -28/+28 |
| | |||||
* | Copy owner, file permissions and modification time | Przemyslaw Skibinski | 2016-11-07 | 1 | -8/+7 |
| | |||||
* | fixed --test | Przemyslaw Skibinski | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Updated man page | Yann Collet | 2016-11-05 | 2 | -13/+32 |
| | |||||
* | Merge pull request #252 from inikep/dev | Yann Collet | 2016-11-04 | 5 | -335/+959 |
|\ | | | | | Dev | ||||
| * | fixed Travis tests | Przemyslaw Skibinski | 2016-11-04 | 1 | -9/+15 |
| | | |||||
| * | updated #include in util.h | Przemyslaw Skibinski | 2016-11-04 | 1 | -0/+2 |
| | | |||||
| * | updated lz4cli.c | Przemyslaw Skibinski | 2016-11-04 | 3 | -12/+12 |
| | | |||||
| * | bench.c based on zstd | Przemyslaw Skibinski | 2016-11-04 | 3 | -329/+433 |
| | | |||||
| * | redefined VOID for Windows/MSYS | Przemyslaw Skibinski | 2016-11-04 | 1 | -2/+1 |
| | | |||||
| * | added -r option | Przemyslaw Skibinski | 2016-11-04 | 2 | -13/+526 |
| | | |||||
* | | Fix typo in lz4 manpage | Nick Terrell | 2016-11-04 | 1 | -1/+1 |
| | | |||||
* | | Return error if input file does not exist. | Nick Terrell | 2016-11-04 | 1 | -2/+2 |
|/ | | | | Make `lz4 file-does-not-exist` return non-zero. | ||||
* | Rename passThrough to testMode | Nick Terrell | 2016-11-04 | 3 | -10/+10 |
| | |||||
* | Fix test mode and write to null | Nick Terrell | 2016-11-03 | 3 | -3/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix test mode to not always return success. Don't ask for permission to overwrite `nulmark`. Before: > echo "hello world" > file > lz4 -t file successfully decoded 12 bytes > lz4 -tf file successfully decoded 12 bytes > lz4 file null Warning : /dev/null already exists Overwrite ? (Y/n) : n Error 12 : No. Operation aborted : /dev/null already exists > lz4 file /dev/null Warning : /dev/null already exists Overwrite ? (Y/n) : n Error 12 : No. Operation aborted : /dev/null already exists After: > lz4 -t file Error 44 : Unrecognized header : file cannot be decoded > lz4 -tf file Error 44 : Unrecognized header : file cannot be decoded > lz4 file null Compressed 12 bytes into 31 bytes ==> 258.33% > lz4 file /dev/null Compressed 12 bytes into 31 bytes ==> 258.33% | ||||
* | Merge pull request #249 from inikep/dev | Yann Collet | 2016-11-03 | 13 | -3248/+73 |
|\ | | | | | Dev | ||||
| * | updated programs/README.md | Przemyslaw Skibinski | 2016-11-03 | 1 | -3/+64 |
| | | |||||
| * | updated .travis.yml | Przemyslaw Skibinski | 2016-11-03 | 1 | -4/+0 |
| | | |||||
| * | updated links to LZ4 repository | Przemyslaw Skibinski | 2016-11-03 | 7 | -7/+7 |
| | | |||||
| * | test programs moved to tests/ | Przemyslaw Skibinski | 2016-11-03 | 5 | -3234/+2 |
| | | |||||
* | | fixed clang conversion warning | Yann Collet | 2016-11-03 | 1 | -1/+1 |
| | | |||||
* | | check fread() operation results (#243) | Yann Collet | 2016-11-03 | 2 | -10/+17 |
|/ | |||||
* | fix for ARM platform | Yann Collet | 2016-11-02 | 1 | -2/+2 |
| | |||||
* | Clarified license (#115, #244) | Yann Collet | 2016-11-02 | 1 | -0/+7 |
| | |||||
* | moved cmake and debian directories to contrib (#245) | Yann Collet | 2016-11-02 | 1 | -5/+5 |
| | |||||
* | fixed #247, reported by Felix Bolte | Yann Collet | 2016-11-01 | 1 | -205/+144 |
| | |||||
* | fixes static compilation under Windows (#246) | Yann Collet | 2016-10-21 | 1 | -0/+3 |
| | |||||
* | Merge pull request #238 from kou/add-lz4lib-api | Yann Collet | 2016-09-23 | 1 | -1/+1 |
|\ | | | | | Add LZ4LIB_API | ||||
| * | Add LZ4LIB_API | Kouhei Sutou | 2016-09-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | It's based on Zstandard's ZSTDLIB_API. See also: https://github.com/Cyan4973/lz4/issues/216#issuecomment-226245432 Deprecated functions aren't LZ4LIB_API targets. Because we don't need to export deprecated functions from now. There are same LZ4LIB_API definitions in each header files instead of including a common header file because LZ4_DEPRECATED is defined so. | ||||
* | | Use lower case for header file name | Kouhei Sutou | 2016-09-22 | 1 | -1/+1 |
|/ | | | | | | "WinIoCtl.h" works on Windows because Windows uses case insensitive file system. But it doesn't work on GNU/Linux (for cross compiling with MinGW) because GNU/Linux uses case sensitive file system. | ||||
* | updated uninstall | Yann Collet | 2016-09-17 | 1 | -17/+17 |
| | |||||
* | removed test artefacts | Yann Collet | 2016-09-06 | 1 | -5/+0 |
| | |||||
* | datagen depends on lz4.h for version string | Yann Collet | 2016-09-05 | 2 | -10/+12 |
| | |||||
* | fixed LZ4 repository links | inikep | 2016-09-05 | 3 | -6/+6 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev | inikep | 2016-09-03 | 6 | -434/+151 |
|\ | | | | | | | | | # Conflicts: # programs/Makefile | ||||
| * | lz4 version source from lz4.h | Yann Collet | 2016-09-03 | 1 | -5/+3 |
| | | |||||
| * | frametest depends on standard C time.h only | Yann Collet | 2016-09-03 | 1 | -60/+19 |
| | | |||||
| * | fullbench depends on standard C time.h only | Yann Collet | 2016-09-03 | 1 | -151/+79 |
| | | |||||
| * | fuzzer depends on standard C time.h only | Yann Collet | 2016-09-03 | 3 | -175/+20 |
| | | |||||
| * | lz4cli version number from lz4.h | Yann Collet | 2016-09-03 | 2 | -44/+31 |
| | | |||||
* | | CFLAGS += $(MOREFLAGS) | inikep | 2016-09-03 | 1 | -0/+1 |
| | | |||||
* | | remove EnablePREfast=true for Win32 | inikep | 2016-09-02 | 1 | -0/+1 |
| | | |||||
* | | update IncludePath | inikep | 2016-09-02 | 1 | -3/+0 |
|/ | |||||
* | added <string.h> for strlen() | inikep | 2016-09-02 | 1 | -0/+2 |
| | |||||
* | -b# and -e# options from zstd | inikep | 2016-09-02 | 3 | -25/+63 |
| | |||||
* | fix mingw64 compilation warnings | inikep | 2016-09-02 | 3 | -1/+8 |
| |