summaryrefslogtreecommitdiffstats
path: root/lz4.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makefile : New install script and man page, contributed by Prasad Pandityann.collet.73@gmail.com2013-09-251-1/+1
* New command line utility, lz4 (notice the missing final 'c'), with gzip-style...yann.collet.73@gmail.com2013-09-091-47/+43
* LZ4 compression supports block dependency (argument -BD within lz4c command l...yann.collet.73@gmail.com2013-08-161-24/+115
* Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"yann.collet.73@gmail.com2013-08-121-188/+220
* lz4c : made display and arguments more compatible with gzip, for easier integ...yann.collet.73@gmail.com2013-07-271-65/+59
* Corrected issue 70, 'pack' instruction on IBM AIXyann.collet.73@gmail.com2013-07-011-16/+28
* lz4.c no longer depends on lz4_decoder.h (removed)yann.collet.73@gmail.com2013-06-101-83/+164
* New experimental mode : compress blocks using data from previous blocks (opti...yann.collet.73@gmail.com2013-05-271-3/+3
* lz4c : automatic output name when decoding a *.lz4 file, as requested by Pete...yann.collet.73@gmail.com2013-05-171-22/+31
* - New naming : LZ4_decompress_safe() and LZ4_decompress_fast()yann.collet.73@gmail.com2013-04-261-544/+241
* Added : function LZ4_compressHC_limitedOutput()yann.collet.73@gmail.com2013-04-181-12/+6
* Added : LZ4 Streaming Format specification (v1.3)yann.collet.73@gmail.com2013-04-131-21/+23
* Updated : cmake/CMakeLists.txt, by Nobuhiro Iwamatsuyann.collet.73@gmail.com2013-03-301-0/+1
* - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and sta...yann.collet.73@gmail.com2013-03-021-33/+65
* Improved endianess detectionyann.collet.73@gmail.com2012-12-211-8/+18
* Improved decoding speed, thanks to several contributions from Ludvig Strigeus...yann.collet.73@gmail.com2012-12-111-30/+33
* LZ4 HC : extended detection window. Thanks to Adrien Grand.yann.collet.73@gmail.com2012-11-301-2/+1
* Corrected a bug into LZ4_uncompress_unknownOutputSize() introduced in r82yann.collet.73@gmail.com2012-11-051-17/+16
* Corrected issue 38 : bench.c compilation for Sun Solaris 32 bitsyann.collet.73@gmail.com2012-11-031-4/+4
* Corrected Issue 34 (restrict)yann.collet.73@gmail.com2012-10-261-4/+4
* - Corrected issue 31 : LZ4 correctly accepts compressing data when the output...yann.collet.73@gmail.com2012-10-241-9/+9
* Correct issue 36 on LZ4_uncompress_unknownOutputSize(). Thanks to Clayton Sta...yann.collet.73@gmail.com2012-10-161-430/+430
* Correction : LZ4_compress_limitedOutput() write too far erroryann.collet.73@gmail.com2012-08-221-0/+2
* Fixed Visual 2005 issues (warning/linking)yann.collet.73@gmail.com2012-08-131-11/+12
* LZ4.c : changed inline to "static inline" to comply with limitations from GCC...yann.collet.73@gmail.com2012-08-081-4/+4
* Improved speed under Visualyann.collet.73@gmail.com2012-08-031-0/+38
* Fixed : small compression speed hit on GCC v4.5 introduced by r71yann.collet.73@gmail.com2012-08-011-2/+8
* Added : function LZ4_compress_limitedOutput()yann.collet.73@gmail.com2012-07-281-36/+33
* lz4.c : changed a tuning parameter name to MEMORY_USAGE, to better reflect it...yann.collet.73@gmail.com2012-07-241-9/+9
* Added : LZ4 HC : Now integrated into main trunk.yann.collet.73@gmail.com2012-05-131-0/+4
* minor : Force Software-bit-count for WinCE environment under Visual. Thanks B...yann.collet.73@gmail.com2012-05-091-4/+4