summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix bad init scenarioYann Collet2020-10-011-3/+5
* added memcpy() related SA warning fixesYann Collet2020-10-011-8/+14
* fix conversion warningYann Collet2020-09-301-5/+5
* Merge branch 'dev' into safixesYann Collet2020-09-301-1/+1
|\
| * bump version numberYann Collet2020-09-291-1/+1
* | fix minor static analyzer warningsYann Collet2020-09-303-37/+39
|/
* Merge pull request #923 from lz4/fix784Yann Collet2020-09-282-42/+105
|\
| * improved last literals run on LZ4_compress_destSizeYann Collet2020-09-281-2/+2
| * ensure last match not too close to endYann Collet2020-09-282-21/+40
| * fix incorrect countingYann Collet2020-09-281-2/+3
| * fix efficiency of LZ4_compress_HC_destSize()Yann Collet2020-09-282-25/+68
* | Merge pull request #921 from lz4/doubleNullYann Collet2020-09-281-0/+1
|\ \
| * | fix compressing into NULLYann Collet2020-09-261-0/+1
| |/
* | Fix compilation with TinyCCAnton Kochkov2020-09-271-2/+2
|/
* comment bug on older versions of ZSTD_compress_destSize()Yann Collet2020-09-181-1/+12
* fixed lz4frame with blocks of size 1Yann Collet2020-09-172-22/+23
* added the actual code changeYann Collet2020-09-171-6/+53
* fix #783Yann Collet2020-08-272-28/+45
* Merge branch 'dev' into extraInputYann Collet2020-08-272-61/+71
|\
| * 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
| * | removed LZ4_compress_fast_force()Yann Collet2020-08-221-16/+0
* | | Merge branch 'dev' into extraInputYann Collet2020-08-183-9/+12
|\ \ \ | |/ /
| * | Merge pull request #897 from lz4/lz4wlibYann Collet2020-08-182-6/+7
| |\ \
| | * | added target lz4-wlibYann Collet2020-08-112-6/+7
| | |/
| * | Clarifies and fix EndMarkYann Collet2020-08-131-3/+5
| |/
* | fix issue #783 (#862)BellaXlp2020-08-121-1/+1
|/
* 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-102-6/+16
|\ \ | |/ |/|
| * fix #876Yann Collet2020-08-102-6/+16
* | Merge pull request #892 from felixhandte/lz4-clean-up-fast-resetYann Collet2020-08-102-25/+7
|\ \ | |/ |/|
| * Fix Enum CastsW. Felix Handte2020-08-101-5/+5
| * Remove dirty Field From LZ4_stream_tW. Felix Handte2020-08-062-14/+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
* | Call LZ4_memcpy() instead of memcpy()Nick Terrell2020-08-031-36/+51
* | Merge pull request #860 from adeason/old-style-definitionsYann Collet2020-07-291-2/+2
|\ \
| * | Avoid old-style function definitionsAndrew Deason2020-05-071-2/+2
* | | Merge pull request #863 from Devernua/reducing_stack_usage_in_t_alignmentYann Collet2020-07-162-4/+4
|\ \ \
| * | | Reducing stack usage in _t_alignment checksAleksandr Kukuev2020-05-112-4/+4
| | |/ | |/|
* | | Merge pull request #866 from sandyharvie/devYann Collet2020-07-142-1/+4
|\ \ \
| * | | fix LZ4F_compressBound when automatic flushing is enabledChristopher Harvie2020-05-142-1/+4
| |/ /
* | | avoid computing 0 offsets from null pointersAlexander Gallego2020-07-081-2/+2
|/ /