summaryrefslogtreecommitdiffstats
path: root/lib/lz4hc.c
Commit message (Expand)AuthorAgeFilesLines
* Update lz4hc API : LZ4_compressHC_safe()Yann Collet2015-04-111-58/+28
* restored lz4hc compression ratioYann Collet2015-03-301-20/+24
* Fixed cast-align warnings on 32-bitsYann Collet2015-03-251-1/+1
* Improved sparse file supportYann Collet2015-03-131-3/+4
* Added : -pedantic compilation optionYann Collet2014-12-171-1/+1
* Fixed : older compiler don't like nameless unions, reported by Cheyi LinYann Collet2014-12-161-12/+10
* Fixed : bug within LZ4 HC streaming mode, reported by James BoyleYann Collet2014-12-161-0/+1
* minor refactoringYann Collet2014-12-061-6/+6
* Clarified a few commentsYann Collet2014-12-031-2/+2
* Fixed : deprecated function LZ4_slideInputBufferHC()Yann Collet2014-12-031-57/+41
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-0/+768