summaryrefslogtreecommitdiffstats
path: root/lz4.c
Commit message (Expand)AuthorAgeFilesLines
...
* Corrected : a bug in compression function which could make it read beyond inp...yann.collet.73@gmail.com2011-09-151-4/+4
* small compression speed improvementyann.collet.73@gmail.com2011-09-131-24/+29
* small compression speed improvementyann.collet.73@gmail.com2011-09-131-15/+14
* Small compression speed improvementyann.collet.73@gmail.com2011-09-131-3/+3
* Corrected a (rare) bug in compression functionyann.collet.73@gmail.com2011-09-031-2/+9
* LZ4Demo now supports Pipe mode (inspired by Huan Truong mod)yann.collet.73@gmail.com2011-08-301-1/+1
* Removed LZ4_decode() function code.yann.collet.73@gmail.com2011-08-211-56/+0
* Improved compression and decompression speed under GCC compileryann.collet.73@gmail.com2011-06-071-36/+33
* Greatly improved compression and decompression speed, at the expense of some ...yann.collet.73@gmail.com2011-06-051-16/+26
* New function : LZ4_uncompress : secure version which is safe against buffer o...yann.collet.73@gmail.com2011-06-041-34/+181
* Improved : safe type, for linux x64 (amd64) compatibility (Thanks to Erik And...yann.collet.73@gmail.com2011-05-251-0/+275