summaryrefslogtreecommitdiffstats
path: root/lz4.c
Commit message (Expand)AuthorAgeFilesLines
* Added : suooirt for s390x, thanks to Nobuhiro IwamatsuYann Collet2014-09-221-1/+2
* lz4frame : support stableDst optionYann Collet2014-09-211-1/+3
* Frame decompression speed optimizationYann Collet2014-09-131-2/+17
* Fix : streaming mode bug (re-using context & buffers)Yann Collet2014-09-101-3/+3
* Added : streaming modeYann Collet2014-09-091-1/+1
* Added : mips 64 bits detection macro, as suggested by lew vanYann Collet2014-08-251-1/+2
* Fix : 64-bits macro detection for AIX system (thanks to SamG)Yann Collet2014-08-211-1/+1
* updated release numberYann Collet2014-08-131-15/+14
* Revert "Introduced "Continuous Block Mode" (CBM) naming"Yann Collet2014-08-091-3/+3
* Introduced "Continuous Block Mode" (CBM) namingYann Collet2014-08-081-3/+3
* Added : LZ4_versionNumber(), thanks to Takayuki MatsuokaYann Collet2014-07-211-0/+1
* Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet2014-07-141-4/+4
* Modified : lz4 streaming API, strong typesYann Collet2014-07-141-48/+38
* Modified : streaming API (fast compression)Yann Collet2014-07-051-8/+19
* Modified : Makefile : added -Wshadow option, suggest by Boris FaureYann Collet2014-07-051-3/+3
* Stronger fuzzer testsYann Collet2014-07-021-4/+4
* Quickfix of issue 134 (untested)Yann Collet2014-07-021-2/+5
* Fixed : issue 52 (reported by Ludwig Strigeus)Yann Collet2014-06-221-3/+6
* Fixed : using loadDict() with small dictionariesYann Collet2014-06-211-34/+39
* bugfix : streaming tiny messages from within very small ringbuffer (Takayuki'...Yann Collet2014-06-191-54/+46
* Fixed : streaming compression using small (<64KB) dictionary buffersYann Collet2014-06-171-27/+122
* quickfixYann Collet2014-06-141-2/+2
* LZ4 Streaming : check overlapping input/dictionaryYann Collet2014-06-141-28/+60
* Improved decompression speedYann Collet2014-06-121-23/+33
* restored LZ4 HC streaming modeYann Collet2014-06-111-2/+4
* improved compression ratio for long streams in 32 bits modeYann Collet2014-06-101-11/+9
* lz4io : reduced memory usage in streaming modeYann Collet2014-06-101-25/+30
* Improved compression speed in 64KB block modeYann Collet2014-06-091-19/+22
* Obsolete "external allocation" functionsYann Collet2014-06-091-51/+40
* removed old stream structureYann Collet2014-06-091-13/+7
* converge towards LZ4_compress_continue()Yann Collet2014-06-091-53/+0
* New : valgrind memtestYann Collet2014-06-091-58/+102
* Fixed (continued) : address space overflow in 32-bits modeYann Collet2014-06-051-0/+8
* Corrected : address space overflow in 32-bits modeYann Collet2014-06-041-5/+13
* restored continuous streaming modeYann Collet2014-06-021-18/+33
* unified structure modelYann Collet2014-06-021-308/+80
* coalesced streaming compression codeYann Collet2014-05-271-10/+122
* speed optimizationYann Collet2014-05-231-10/+21
* Continuous streaming mode (automatic)Yann Collet2014-05-211-20/+54
* Introduce : LZ4_compress_limitedOutput_usingDict()Yann Collet2014-05-201-18/+29
* Fixed : compilation errors using Visual 2012Yann Collet2014-05-201-4/+1
* First version of Block Streaming API : LZ4_compress_usingDict()Yann Collet2014-05-191-157/+380
* changed naming convention to *_usingDict()Yann Collet2014-05-041-13/+12
* Introduce "External Dictionary" de/compression APIYann Collet2014-04-281-41/+96
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-121-1/+4
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croiz...yann.collet.73@gmail.com2014-02-041-181/+193
* lz4 & lz4hc : added capability to allocate state & stream state with custom a...yann.collet.73@gmail.com2013-12-301-822/+865
* lz4.c : corrected issue 98 within LZ4_compress_limitedOutput()yann.collet.73@gmail.com2013-12-031-6/+6
* lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-B...yann.collet.73@gmail.com2013-11-021-8/+14
* Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio.yann.collet.73@gmail.com2013-10-211-0/+1