summaryrefslogtreecommitdiffstats
path: root/lz4.h
Commit message (Expand)AuthorAgeFilesLines
* minor API comment clarificationsYann Collet2014-08-211-16/+10
* Revert "Introduced "Continuous Block Mode" (CBM) naming"Yann Collet2014-08-091-7/+11
* Introduced "Continuous Block Mode" (CBM) namingYann Collet2014-08-081-11/+7
* Added : LZ4_versionNumber(), thanks to Takayuki MatsuokaYann Collet2014-07-211-2/+3
* Restored : lz4 compression function using externally allocated memory for stateYann Collet2014-07-201-6/+12
* Modified : lz4 streaming API, strong typesYann Collet2014-07-141-38/+45
* Modified : streaming API (fast compression)Yann Collet2014-07-051-14/+20
* Fixed : issue 52 (reported by Ludwig Strigeus)Yann Collet2014-06-221-4/+7
* bugfix : streaming tiny messages from within very small ringbuffer (Takayuki'...Yann Collet2014-06-191-4/+4
* Fixed : streaming compression using small (<64KB) dictionary buffersYann Collet2014-06-171-16/+50
* LZ4 Streaming : check overlapping input/dictionaryYann Collet2014-06-141-9/+14
* Obsolete "external allocation" functionsYann Collet2014-06-091-25/+23
* converge towards LZ4_compress_continue()Yann Collet2014-06-091-11/+11
* New : valgrind memtestYann Collet2014-06-091-11/+21
* unified structure modelYann Collet2014-06-021-14/+14
* Introduce : LZ4_compress_limitedOutput_usingDict()Yann Collet2014-05-201-2/+8
* First version of Block Streaming API : LZ4_compress_usingDict()Yann Collet2014-05-191-78/+66
* changed naming convention to *_usingDict()Yann Collet2014-05-041-2/+2
* Added : *_withDict to fullbenchYann Collet2014-05-031-3/+4
* Introduce "External Dictionary" de/compression APIYann Collet2014-04-281-17/+30
* Fixed issue 127 & 128Yann Collet2014-04-151-1/+1
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-121-245/+242
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croiz...yann.collet.73@gmail.com2014-02-041-249/+251
* 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