summaryrefslogtreecommitdiffstats
path: root/lz4.h
Commit message (Expand)AuthorAgeFilesLines
* lz4 & lz4hc : added capability to allocate state & stream state with custom a...yann.collet.73@gmail.com2013-12-301-205/+249
* Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio.yann.collet.73@gmail.com2013-10-211-8/+8
* New command line utility, lz4 (notice the missing final 'c'), with gzip-style...yann.collet.73@gmail.com2013-09-091-14/+13
* LZ4 compression supports block dependency (argument -BD within lz4c command l...yann.collet.73@gmail.com2013-08-161-0/+41
* Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"yann.collet.73@gmail.com2013-08-121-1/+1
* Corrected issue 70, 'pack' instruction on IBM AIXyann.collet.73@gmail.com2013-07-011-8/+8
* lz4.c no longer depends on lz4_decoder.h (removed)yann.collet.73@gmail.com2013-06-101-5/+5
* New experimental mode : compress blocks using data from previous blocks (opti...yann.collet.73@gmail.com2013-05-271-2/+13
* - New naming : LZ4_decompress_safe() and LZ4_decompress_fast()yann.collet.73@gmail.com2013-04-261-21/+48
* Added : function LZ4_compressHC_limitedOutput()yann.collet.73@gmail.com2013-04-181-5/+5
* Added : LZ4 Streaming Format specification (v1.3)yann.collet.73@gmail.com2013-04-131-12/+11
* Updated : cmake/CMakeLists.txt, by Nobuhiro Iwamatsuyann.collet.73@gmail.com2013-03-301-1/+1
* Corrected issue 59 in lz4hc.c, reported by Masafumi Kiribayashiyann.collet.73@gmail.com2013-02-191-1/+1
* LZ4 HC : extended detection window. Thanks to Adrien Grand.yann.collet.73@gmail.com2012-11-301-2/+13
* Corrected issue 38 : bench.c compilation for Sun Solaris 32 bitsyann.collet.73@gmail.com2012-11-031-1/+1
* Correct issue 36 on LZ4_uncompress_unknownOutputSize(). Thanks to Clayton Sta...yann.collet.73@gmail.com2012-10-161-30/+30
* Improved speed under Visualyann.collet.73@gmail.com2012-08-031-1/+1
* Fixed : small compression speed hit on GCC v4.5 introduced by r71yann.collet.73@gmail.com2012-08-011-2/+2
* Added : function LZ4_compress_limitedOutput()yann.collet.73@gmail.com2012-07-281-27/+24
* Added : LZ4 HC : Now integrated into main trunk.yann.collet.73@gmail.com2012-05-131-2/+6
* Corrected : linking stage of Visual 2005 in Debug mode (issue 16)yann.collet.73@gmail.com2012-05-071-1/+2
* Added : cmake configuration file, from Dmitry Cherepanovyann.collet.73@gmail.com2012-04-081-3/+3
* Corrected : minor : changed a macro name to avoid duplicate within NetBSD. Th...yann.collet.73@gmail.com2012-04-031-1/+2
* Added : format description fileyann.collet.73@gmail.com2012-02-251-14/+20
* Added : LZ4_compressBound() functionyann.collet.73@gmail.com2012-02-161-0/+12
* minor interface modification : source pointers are now (const char*)yann.collet.73@gmail.com2012-02-011-4/+4
* Better compliance with C99 and non-C99 compilatorsyann.collet.73@gmail.com2011-11-191-0/+1
* Slightly improved decoding speed under GCC compilationyann.collet.73@gmail.com2011-11-151-6/+6
* - Improved compression ratioyann.collet.73@gmail.com2011-09-291-0/+2
* CLI : added test modeyann.collet.73@gmail.com2011-09-251-14/+4
* Removed LZ4_decode() function code.yann.collet.73@gmail.com2011-08-211-11/+2
* Improved compression and decompression speed under GCC compileryann.collet.73@gmail.com2011-06-071-5/+5
* Greatly improved compression and decompression speed, at the expense of some ...yann.collet.73@gmail.com2011-06-051-8/+9
* New function : LZ4_uncompress : secure version which is safe against buffer o...yann.collet.73@gmail.com2011-06-041-18/+39
* Improved : safe type, for linux x64 (amd64) compatibility (Thanks to Erik And...yann.collet.73@gmail.com2011-05-251-0/+90