summaryrefslogtreecommitdiffstats
path: root/lz4.c
Commit message (Expand)AuthorAgeFilesLines
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-1365/+0
* Fixed : some minor Visual warningsYann Collet2014-11-301-1/+1
* Updated lz4hc : re-use most shared elements from lz4 (endianess / align / bus...Yann Collet2014-11-291-56/+75
* Improved compression speed on big endian CPUYann Collet2014-11-291-51/+73
* Fixed : decompression issue on 32-bits CPU without unaligned memory accessYann Collet2014-11-291-9/+27
* Fixed decompression bugYann Collet2014-11-281-3/+6
* Improved decoding speedYann Collet2014-11-271-103/+78
* Added : $(EXT) within install for cross-compilation supportYann Collet2014-11-231-1/+4
* Corrected lz4ioYann Collet2014-11-231-2/+9
* New endian & alignment codeYann Collet2014-11-221-198/+222
* Fixed issue #31 : lz4.c warning under visualYann Collet2014-11-041-1/+1
* Optimized LZ4_saveDictHC()Yann Collet2014-11-021-3/+3
* LZ4 HC streaming integrated within lz4frameYann Collet2014-10-271-3/+7
* HC streaming : support small ringbuffer scenariosYann Collet2014-10-251-61/+84
* LZ4 HC : fixed small dictionary streaming compressionYann Collet2014-10-201-3/+3
* 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