summaryrefslogtreecommitdiffstats
path: root/lz4.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed : decompression issue on 32-bits CPU without unaligned memory accessYann Collet2014-11-291-21/+8
* Improved decoding speedYann Collet2014-11-271-2/+2
* Corrected lz4ioYann Collet2014-11-231-1/+1
* New endian & alignment codeYann Collet2014-11-221-6/+6
* lz4.h : updated library version number to 1.4.0Yann Collet2014-11-041-2/+2
* Optimized LZ4_saveDictHC()Yann Collet2014-11-021-1/+1
* LZ4 HC streaming integrated within lz4frameYann Collet2014-10-271-2/+2
* HC streaming : support small ringbuffer scenariosYann Collet2014-10-251-15/+15
* updated LZ4HC APIYann Collet2014-10-181-5/+5
* Fix : streaming mode bug (re-using context & buffers)Yann Collet2014-09-101-1/+1
* Added : streaming modeYann Collet2014-09-091-6/+6
* Completed first version of lz4frame decompressYann Collet2014-09-031-5/+8
* minor comment clarification about LZ4_compressBound()Yann Collet2014-08-261-3/+3
* 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