summaryrefslogtreecommitdiffstats
path: root/lib/lz4.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few warnings from -fsanitize=undefinedYann Collet2015-04-091-105/+27
* New LZ4_compress_safe() APIYann Collet2015-04-091-23/+16
* fullbench : tests of _limitedOutput variants intentionnally provides less mem...Yann Collet2015-04-011-27/+16
* simplified LZ4_compress_limitedOutput()Yann Collet2015-04-011-16/+3
* simplified LZ4_compress_withState()Yann Collet2015-04-011-26/+28
* simplified LZ4_compress()Yann Collet2015-04-011-38/+42
* Fix : minor warning under VisualYann Collet2015-03-311-1/+1
* minor tweakYann Collet2015-03-301-14/+14
* Added LZ4_compress_fast()Yann Collet2015-03-301-26/+64
* faster compression in 64 bits modeYann Collet2015-03-301-1/+18
* Fixed cast-align warnings on 32-bitsYann Collet2015-03-251-1/+1
* Updates tests & Man pagesYann Collet2015-03-221-3/+3
* Updated lz4io sparse file support (alignment properties)Yann Collet2015-03-171-5/+5
* Added : clang testYann Collet2015-03-151-0/+1
* scan-build testsYann Collet2015-03-151-1/+1
* Improved sparse file supportYann Collet2015-03-131-2/+1
* Fixed minor warningsYann Collet2015-03-111-1/+1
* g++ compatibilityYann Collet2015-03-101-5/+5
* NetBSD compatibility (#48)Yann Collet2015-03-071-10/+10
* Fixed : older compiler don't like nameless unions, reported by Cheyi LinYann Collet2014-12-161-6/+10
* Fixed : bug within LZ4 HC streaming mode, reported by James BoyleYann Collet2014-12-161-1/+1
* Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski Yann Collet2014-12-141-14/+12
* Fixed : LZ4_compress_limitedOutput() bug, as reported by Christopher SpellerYann Collet2014-12-101-2/+2
* stronger tests for LZ4_compress_limitedOutput()Yann Collet2014-12-101-2/+4
* Clarified a few commentsYann Collet2014-12-031-5/+3
* Fixed : deprecated function LZ4_slideInputBufferHC()Yann Collet2014-12-031-2/+2
* variable ref renamedYann Collet2014-12-021-18/+18
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-0/+1365