summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * fix #783Yann Collet2020-08-273-32/+49
| * Merge branch 'dev' into extraInputYann Collet2020-08-2738-178/+259
| |\ | |/ |/|
* | Merge pull request #909 from lz4/fasterCountYann Collet2020-08-262-45/+71
|\ \
| * \ Merge branch 'dev' into fasterCountYann Collet2020-08-263-97/+146
| |\ \ | |/ / |/| |
* | | Merge pull request #908 from lz4/stdin_sizeYann Collet2020-08-263-97/+146
|\ \ \
| * | | fix test under non-interactive environmentYann Collet2020-08-251-1/+1
| * | | added more tests around --content-sizeYann Collet2020-08-251-1/+10
| * | | use variables for program invocationYann Collet2020-08-251-80/+82
| * | | Merge pull request #905 from nh2/use-fstatYann Collet2020-08-252-16/+54
| |\ \ \ |/ / / /
| * | | fixup: Portable fileno()Niklas Hambüchen2020-08-251-1/+10
| * | | fixup: C90 compliance, clean up stat() types/callsNiklas Hambüchen2020-08-251-27/+31
| * | | Use fstat() to determine file size.Niklas Hambüchen2020-08-242-3/+28
| | * | added documentation about LZ4_FORCE_SW_BITCOUNTYann Collet2020-08-262-8/+33
| | * | Merge pull request #898 from aqrit/aqrit-prefixlenYann Collet2020-08-241-45/+46
| | |\ \ | |/ / / |/| | |
| | * | silence warningaqrit2020-08-171-2/+2
| | * | rejigger bit counting intrinsicsaqrit2020-08-121-45/+46
* | | | Merge pull request #902 from lz4/realhwYann Collet2020-08-241-0/+15
|\ \ \ \
| * | | | added target aarch64, ppc64lw and s390x to TravisCIYann Collet2020-08-221-0/+15
| |/ / /
* | | | Merge pull request #907 from terrelln/travisYann Collet2020-08-241-1/+1
|\ \ \ \
| * | | | [CI][ossfuzz] Fix string equalNick Terrell2020-08-241-1/+1
| |/ / /
* | | | Merge pull request #903 from lz4/nofastforceYann Collet2020-08-241-16/+0
|\ \ \ \ | |/ / / |/| | |
| * | | removed LZ4_compress_fast_force()Yann Collet2020-08-221-16/+0
|/ / /
* | | Merge pull request #886 from servusDei2018/devYann Collet2020-08-211-3/+2
|\ \ \
| * | | Optimized by replacing `endl` with `'\n'`Nate2020-07-241-3/+2
* | | | Merge pull request #900 from terrelln/cmake-buildYann Collet2020-08-2030-16/+19
|\ \ \ \
| * | | | [build] Move CMake and Visual build systems to build/Nick Terrell2020-08-2030-16/+19
* | | | | Merge pull request #901 from terrelln/travisYann Collet2020-08-201-1/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [CI][Fuzz] Fix Travis-CI fuzzer testsNick Terrell2020-08-201-1/+6
|/ / / /
| | | * Merge branch 'dev' into extraInputYann Collet2020-08-189-44/+91
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #897 from lz4/lz4wlibYann Collet2020-08-186-14/+36
|\ \ \ \
| * | | | added target lz4-wlibYann Collet2020-08-116-14/+36
| | |/ / | |/| |
* | | | Merge pull request #899 from lz4/endMarkYann Collet2020-08-143-30/+55
|\ \ \ \ | |/ / / |/| | |
| * | | clarify endMark definitionYann Collet2020-08-141-4/+4
| * | | Clarifies and fix EndMarkYann Collet2020-08-133-30/+55
|/ / /
| | * fix issue #783 (#862)BellaXlp2020-08-123-4/+61
| | * added test decompress-partial with extraneous input bytesYann Collet2020-08-123-13/+20
| |/ |/|
* | Merge branch 'fix832' into devYann Collet2020-08-111-2/+2
|\ \
| * | fixed test of gnu c versionYann Collet2020-08-111-2/+2
* | | Merge pull request #896 from lz4/fix832Yann Collet2020-08-101-7/+6
|\ \ \ | |/ /
| * | fix #832Yann Collet2020-08-101-7/+6
* | | Merge pull request #895 from lz4/hugefastYann Collet2020-08-103-6/+21
|\ \ \ | |/ / |/| |
| * | fix #876Yann Collet2020-08-102-6/+16
| * | add test that breaks --fastYann Collet2020-08-101-0/+5
* | | Merge pull request #892 from felixhandte/lz4-clean-up-fast-resetYann Collet2020-08-103-29/+7
|\ \ \ | |/ / |/| |
| * | Fix Enum CastsW. Felix Handte2020-08-101-5/+5
| * | Remove dirty Field From LZ4_stream_tW. Felix Handte2020-08-063-18/+2
| * | Remove Extraneous Reset in LZ4_attach_dictionary()W. Felix Handte2020-08-051-6/+0
* | | Merge pull request #856 from indragiek/indragiek/lz4f-visibilityYann Collet2020-08-081-6/+11
|\ \ \ | |/ / |/| |
| * | LZ4LIB_VISIBILITY -> LZ4FLIB_VISIBILITY in commentIndragie Karunaratne2020-08-051-1/+1
| * | Add LZ4FLIB_VISIBILITY for controlling library symbol visibilityIndragie Karunaratne2020-04-261-6/+11