summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | fix malloc handlingYan Pashkovsky2020-02-031-1/+4
* | fix: allocate LZ4HC_optimal_t opt on heap each time (#837)Yan Pashkovsky2020-01-311-3/+16
* | Force inline small functions used by LZ4_compress_generic.Bartosz Taudul2020-01-161-6/+6
* | fixed lz4hc assert errorYann Collet2019-12-032-11/+11
* | faster decoding speed with VisualYann Collet2019-12-031-3/+3
* | Have read_variable_length use fixed size typesNigel Tao2019-09-211-2/+6
|/
* [LZ4_compress_destSize] Fix off-by-one errorNick Terrell2019-08-091-1/+1
* Only Bump Offset When Attaching Non-Null DictionaryW. Felix Handte2019-08-061-15/+21
* Add Attach Dict Debug LogW. Felix Handte2019-08-061-0/+4
* Make Attaching an Empty Dict Behave the Same as Using it DirectlyW. Felix Handte2019-08-061-14/+15
* Merge pull request #772 from lz4/offset0Yann Collet2019-08-061-64/+65
|\
| * silence msan warning when offset==0Yann Collet2019-08-061-64/+65
* | [lz4hc] Chain swap with accelerationNick Terrell2019-07-311-4/+10
* | [lz4hc] Only allow chain swapping forwardsNick Terrell2019-07-311-1/+1
* | [lz4hc] Fix pattern detection end of dictionaryNick Terrell2019-07-311-20/+45
* | [lz4hc] Fix minor pessimization in extDict pattern matchingNick Terrell2019-07-311-1/+1
* | [lz4hc] Improve pattern detection in ext dictNick Terrell2019-07-311-5/+13
|/
* [LZ4HC] Speed up pattern compression with external dictionaryNick Terrell2019-07-241-27/+47
* Merge pull request #763 from terrelln/unusedYann Collet2019-07-191-0/+9
|\
| * [lz4frame] Fix unused variable warnings in fuzzing modeNick Terrell2019-07-191-0/+9
* | Merge pull request #760 from terrelln/destSizeYann Collet2019-07-191-1/+1
|\ \ | |/ |/|
| * [LZ4_compress_destSize] Fix off-by-one error in fixNick Terrell2019-07-181-1/+1
* | [lz4frame] Skip magic and checksums in fuzzing modeNick Terrell2019-07-191-0/+12
* | Fix LZ4_attach_dictionary with empty dictionaryNick Terrell2019-07-181-1/+1
* | Unconditionally Clear `dictCtx`W. Felix Handte2019-07-181-5/+3
* | Fix Data Corruption Bug when Streaming with an Attached Dict in HC ModeW. Felix Handte2019-07-181-0/+5
|/
* [LZ4_compress_destSize] Fix overflow conditionNick Terrell2019-07-171-1/+1
* [LZ4_compress_destSize] Fix rare data corruption bugNick Terrell2019-07-171-0/+30
* [LZ4_compress_destSize] Allow 2 more bytes of match lengthNick Terrell2019-07-171-1/+1
* Merge pull request #752 from terrelln/fuzzersYann Collet2019-07-161-8/+41
|\
| * [lz4] Fix bugs in partial decodingNick Terrell2019-07-151-8/+41