summaryrefslogtreecommitdiffstats
path: root/lib/lz4hc.c
Commit message (Expand)AuthorAgeFilesLines
...
* heapmode macro option for lz4hcYann Collet2015-10-211-11/+28
* lz4hc : added one malloc testYann Collet2015-06-291-0/+1
* Added compilation flag -Wcast-qualYann Collet2015-05-061-5/+6
* Updated lz4hc APIYann Collet2015-05-031-18/+19
* refactored lz4hcYann Collet2015-05-021-51/+51
* streaming API : Improved ring buffer managementYann Collet2015-04-241-1/+2
* Removed obsolete functions from lz4 cliYann Collet2015-04-211-1/+2
* Fixed a few Valgrind warningsYann Collet2015-04-121-1/+1
* 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