Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | request POSIX.2001 definitions for fileno() | Georg Sauthoff | 2016-08-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | this also fixes compilation on Solaris 10 cf. feature_test_macros(7) Linux man page: > _POSIX_SOURCE > Defining this obsolete macro with any value is equivalent to defin‐ > ing _POSIX_C_SOURCE with the value 1. > > Since this macro is obsolete, its usage is generally not documented > when discussing feature test macro requirements in the man pages. | ||||
* | Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frame | Yann Collet | 2016-08-11 | 1 | -25/+39 |
| | |||||
* | Minor fuzzer code refactoring | Yann Collet | 2016-08-11 | 1 | -93/+62 |
| | |||||
* | fixed : fuzzer test, reported by @setharnold (#203) | Yann Collet | 2016-08-10 | 1 | -5/+5 |
| | |||||
* | minor refactoring changes | Yann Collet | 2016-08-10 | 3 | -71/+35 |
| | |||||
* | Updated xxhash library to v0.6.1 | Yann Collet | 2016-06-29 | 2 | -9/+11 |
| | |||||
* | stronger compilation flags | Yann Collet | 2016-06-29 | 1 | -4/+4 |
| | |||||
* | modified : some more deprecated functions from lz4hc.h generate warnings | Yann Collet | 2016-06-29 | 1 | -0/+3 |
| | |||||
* | changed : default benchmark LZ4_decompress_safe() | Yann Collet | 2016-06-29 | 1 | -4/+4 |
| | |||||
* | Fixed : alignment warning | Yann Collet | 2016-06-29 | 1 | -0/+3 |
| | |||||
* | minor refactoring | Yann Collet | 2016-06-29 | 1 | -0/+5 |
| | |||||
* | fixed display result issue when benchmarking multiple files | Yann Collet | 2016-06-29 | 1 | -1/+3 |
| | |||||
* | minor code refactoring | Yann Collet | 2016-06-29 | 1 | -15/+10 |
| | |||||
* | Reduced bench dependency to standard C <time.h> | Yann Collet | 2016-06-29 | 1 | -68/+39 |
| | | | | | Faster tests More accurate results on systems with high resolution clocks | ||||
* | minor compression speed improvement | Yann Collet | 2016-06-29 | 1 | -71/+52 |
| | |||||
* | minor refactoring (coding style) | Yann Collet | 2016-06-29 | 2 | -51/+34 |
| | |||||
* | Add FreeBSD to install targets | Martin Waschbüsch | 2016-05-17 | 1 | -2/+3 |
| | | | | Add FreeBSD to install targets | ||||
* | lz4cli: print library version | John Zhuge | 2016-04-01 | 1 | -2/+5 |
| | |||||
* | Remove whitespace from ends of lines | Julius Werner | 2016-02-13 | 1 | -11/+11 |
| | | | | | | | I'm trying to import LZ4 code into a project with strict linting requirements. This will make that easier. Signed-off-by: Julius Werner <jwerner@chromium.org> | ||||
* | Merge pull request #182 from kou/add-missing-ext | Yann Collet | 2016-01-10 | 1 | -9/+9 |
|\ | | | | | Add missing $(EXT) | ||||
| * | Add missing $(EXT) | Kouhei Sutou | 2016-01-10 | 1 | -9/+9 |
| | | | | | | | | | | If the $(EXT) are added, "make install" can work with MinGW build on Linux. | ||||
* | | Merge pull request #181 from kou/fix-build-failure-on-mingw | Yann Collet | 2016-01-10 | 1 | -1/+1 |
|\ \ | | | | | | | Fix build error on MinGW | ||||
| * | | Fix build error on MinGW | Kouhei Sutou | 2016-01-10 | 1 | -1/+1 |
| |/ | | | | | | | | | Header file name is case insensitive on Windows but it is case sensitive on Linux. "Windows.h" can't be found on Linux. | ||||
* | | clarified man page as suggested in #170 | Yann Collet | 2015-12-20 | 1 | -7/+15 |
| | | |||||
* | | Fix : compiler-independent macro to remove deprecation warnings | Yann Collet | 2015-10-21 | 1 | -8/+9 |
| | | |||||
* | | Tweak error message | Daniel Colascione | 2015-09-03 | 1 | -1/+1 |
| | | |||||
* | | Improve error messages for attempted console IO | Daniel Colascione | 2015-09-03 | 1 | -2/+10 |
| | | |||||
* | | fixed #150 : blank lines when converting lz4.1 to .ps or .pdf | Yann Collet | 2015-09-02 | 1 | -8/+8 |
| | | |||||
* | | Updated Makefile and .travis | Yann Collet | 2015-09-01 | 2 | -11/+5 |
| | | |||||
* | | updated cli help | Yann Collet | 2015-08-20 | 1 | -30/+40 |
| | | |||||
* | | Makefile : generates *.o for faster processing | Yann Collet | 2015-08-15 | 1 | -21/+22 |
| | | |||||
* | | minor simplification lz4_readarch() | Yann Collet | 2015-08-06 | 1 | -1/+1 |
|/ | |||||
* | Fixed a few minor visual analyzer warnings | Yann Collet | 2015-06-29 | 2 | -12/+12 |
| | |||||
* | removed one malloc | Yann Collet | 2015-06-29 | 1 | -5/+6 |
| | |||||
* | lz4io : removed one malloc | Yann Collet | 2015-06-29 | 1 | -3/+4 |
| | |||||
* | lz4cli : add one malloc test | Yann Collet | 2015-06-29 | 1 | -0/+1 |
| | |||||
* | changed datagen to remove one malloc | Yann Collet | 2015-06-29 | 2 | -26/+29 |
| | |||||
* | Fixed : fuzzer display messages | Yann Collet | 2015-06-27 | 1 | -3/+3 |
| | |||||
* | staticAnalyze use same compilation flags as normal build | Yann Collet | 2015-06-27 | 1 | -5/+6 |
| | |||||
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev | Yann Collet | 2015-06-27 | 1 | -0/+2 |
|\ | |||||
| * | Merge pull request #121 from keszybz/add-gitignore | Yann Collet | 2015-06-26 | 1 | -0/+2 |
| |\ | | | | | | | Add gitignore - redirect from #117 | ||||
| | * | Make git ignore generated files | Zbigniew Jędrzejewski-Szmek | 2015-06-16 | 1 | -0/+2 |
| | | | |||||
* | | | Minor doc clarification on sparse mode support | Yann Collet | 2015-06-22 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #114 from lpsantil/djgpp | Yann Collet | 2015-05-28 | 2 | -5/+15 |
|\ \ | |/ |/| | Djgpp | ||||
| * | Reverted all `Makefile` changes | Louis P. Santillan | 2015-05-27 | 1 | -1/+1 |
| | | |||||
| * | Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build with Andrew Wu's ↵ | Louis P. Santillan | 2015-05-26 | 3 | -6/+16 |
| | | | | | | | | build-djgpp cross compilers. Add some documentation in README.DJ |