summaryrefslogtreecommitdiffstats
path: root/lib/lz4.c
Commit message (Expand)AuthorAgeFilesLines
* edge case : compress up to end-mflimit (12 bytes)Yann Collet2018-02-241-3/+4
* removed LZ4_copy8Yann Collet2018-02-121-11/+6
* slightly improved decompression speed (~+1-2%)Yann Collet2018-02-111-2/+5
* intel: do not use __attribute__((packed)) on WindowsBen Boeckel2018-02-081-1/+1
* remove `register` keywordYann Collet2017-12-051-13/+13
* Merge pull request #416 from lz4/newoptYann Collet2017-11-091-5/+15
|\
| * fixed last lost bytes in maximal modeYann Collet2017-11-021-5/+7
| * Merge branch 'dev' into btoptYann Collet2017-11-011-1/+34
| |\
| * | added assertYann Collet2017-10-191-0/+8
* | | added LZ4_FORCEINLINE to counter gcc regressionYann Collet2017-11-071-1/+2
* | | 2-stages LZ4_countYann Collet2017-11-061-1/+9
* | | Only ignore with C++17Sylvestre Ledru2017-11-061-3/+3
* | | When building with a C++ compiler, remove the 'register' keyword to silent a ...Sylvestre Ledru2017-11-051-1/+12
* | | minor change, to help store forwardingYann Collet2017-10-311-6/+5
* | | extended shortcut match length to 18Yann Collet2017-10-311-5/+6
* | | minor : coding style : use ML_MASK constantYann Collet2017-10-311-2/+2
* | | added comments, as suggested by @terrellnYann Collet2017-10-311-4/+5
* | | more complete shortcut - passes testsYann Collet2017-10-301-12/+13
* | | small modification of lz4 decoder to shortcut common case (short branch).Yann Collet2017-10-251-0/+16
| |/ |/|
* | Use the optimization level of O2 for the decompression functions on ppc64le w...Rei Odaira2017-10-131-1/+34
|/
* fix #404Yann Collet2017-09-301-2/+5
* fixed a bunch of -Wcomma warningsYann Collet2017-09-101-1/+5
* fix #397 : decompression failed when using a combination of extDict + low mem...Yann Collet2017-09-071-2/+1
* bench : made decompression speed evaluation same time as compressionYann Collet2017-09-071-17/+16
* FIX: added prefix to FORCE_INLINE to prevent redefinition error during compil...tcpan2017-08-241-12/+12
* Merge pull request #380 from lz4/dictIDYann Collet2017-08-151-5/+2
|\
| * implemented dictionary compression in lz4frameYann Collet2017-08-091-5/+2
* | Allow to predefine FORCE_INLINE macro.Alex Deymo2017-08-071-9/+16
|/
* fix #369Yann Collet2017-06-261-1/+13
* changed macro HEAPMODE into LZ4_HEAPMODEYann Collet2017-05-021-7/+7
* make __packed memory access default for gccYann Collet2017-03-301-4/+3
* LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-161-1/+1
* fix #283 : implement LZ4_versionString().Yann Collet2016-12-041-0/+1
* highly improved speed on -mx32 modeYann Collet2016-11-191-44/+40
* attempt to fix sanitize32 package dependencyYann Collet2016-11-181-1/+1
* fix 32-bits mode.Yann Collet2016-11-171-3/+5
* fixed minor conversion warningYann Collet2016-11-141-3/+2
* silence a minor msan warningYann Collet2016-11-141-0/+1
* fixed minor msan warningYann Collet2016-11-141-2/+2
* fixed __GNUC__ macroYann Collet2016-11-121-5/+5
* enabled deprecation warnings on remaining obsolete functionsYann Collet2016-11-121-3/+4
* Expose internal types to remove strict aliasingNick Terrell2016-11-111-69/+48
* Fixed #178 fullbench on small inputYann Collet2016-11-101-2/+9
* small compression ratio and speed improvement on small filesYann Collet2016-11-081-17/+12
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2016-11-071-1/+1
|\
| * Fix LZ4_decompress_fast_continue() bugNick Terrell2016-11-051-1/+1
* | minor refactorYann Collet2016-11-051-1/+1
|/
* Quiet gcc-4.6.3 narrowing warningNick Terrell2016-11-041-2/+2
* better correctness on big-endian 64-bits platformsYann Collet2016-11-041-2/+6
* small compression speed improvement on 64-bits systemsYann Collet2016-11-041-8/+9