summaryrefslogtreecommitdiffstats
path: root/fuzzer.c
Commit message (Expand)AuthorAgeFilesLines
* Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"yann.collet.73@gmail.com2013-08-121-12/+29
* lz4c : made display and arguments more compatible with gzip, for easier integ...yann.collet.73@gmail.com2013-07-271-1/+1
* lz4.c no longer depends on lz4_decoder.h (removed)yann.collet.73@gmail.com2013-06-101-47/+62
* New experimental mode : compress blocks using data from previous blocks (opti...yann.collet.73@gmail.com2013-05-271-1/+1
* - New naming : LZ4_decompress_safe() and LZ4_decompress_fast()yann.collet.73@gmail.com2013-04-261-9/+9
* Added : function LZ4_compressHC_limitedOutput()yann.collet.73@gmail.com2013-04-181-4/+20
* Added : LZ4 Streaming Format specification (v1.3)yann.collet.73@gmail.com2013-04-131-2/+2
* Updated : cmake/CMakeLists.txt, by Nobuhiro Iwamatsuyann.collet.73@gmail.com2013-03-301-57/+58
* - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and sta...yann.collet.73@gmail.com2013-03-021-3/+4
* Improved endianess detectionyann.collet.73@gmail.com2012-12-211-1/+26
* LZ4 HC : extended detection window. Thanks to Adrien Grand.yann.collet.73@gmail.com2012-11-301-8/+51
* Corrected Issue 34 (restrict)yann.collet.73@gmail.com2012-10-261-18/+11
* - Corrected issue 31 : LZ4 correctly accepts compressing data when the output...yann.collet.73@gmail.com2012-10-241-0/+165