| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce "External Dictionary" de/compression API | Yann Collet | 2014-04-28 | 1 | -41/+96 |
|
|
* | Makefile : library correctly compiled with -O3 switch (issue 114) | yann.collet.73@gmail.com | 2014-03-12 | 1 | -1/+4 |
|
|
* | Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croiz... | yann.collet.73@gmail.com | 2014-02-04 | 1 | -181/+193 |
|
|
* | lz4 & lz4hc : added capability to allocate state & stream state with custom a... | yann.collet.73@gmail.com | 2013-12-30 | 1 | -822/+865 |
|
|
* | lz4.c : corrected issue 98 within LZ4_compress_limitedOutput() | yann.collet.73@gmail.com | 2013-12-03 | 1 | -6/+6 |
|
|
* | lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-B... | yann.collet.73@gmail.com | 2013-11-02 | 1 | -8/+14 |
|
|
* | Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. | yann.collet.73@gmail.com | 2013-10-21 | 1 | -0/+1 |
|
|
* | Makefile : New install script and man page, contributed by Prasad Pandit | yann.collet.73@gmail.com | 2013-09-25 | 1 | -1/+1 |
|
|
* | New command line utility, lz4 (notice the missing final 'c'), with gzip-style... | yann.collet.73@gmail.com | 2013-09-09 | 1 | -47/+43 |
|
|
* | LZ4 compression supports block dependency (argument -BD within lz4c command l... | yann.collet.73@gmail.com | 2013-08-16 | 1 | -24/+115 |
|
|
* | Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" | yann.collet.73@gmail.com | 2013-08-12 | 1 | -188/+220 |
|
|
* | lz4c : made display and arguments more compatible with gzip, for easier integ... | yann.collet.73@gmail.com | 2013-07-27 | 1 | -65/+59 |
|
|
* | Corrected issue 70, 'pack' instruction on IBM AIX | yann.collet.73@gmail.com | 2013-07-01 | 1 | -16/+28 |
|
|
* | lz4.c no longer depends on lz4_decoder.h (removed) | yann.collet.73@gmail.com | 2013-06-10 | 1 | -83/+164 |
|
|
* | New experimental mode : compress blocks using data from previous blocks (opti... | yann.collet.73@gmail.com | 2013-05-27 | 1 | -3/+3 |
|
|
* | lz4c : automatic output name when decoding a *.lz4 file, as requested by Pete... | yann.collet.73@gmail.com | 2013-05-17 | 1 | -22/+31 |
|
|
* | - New naming : LZ4_decompress_safe() and LZ4_decompress_fast() | yann.collet.73@gmail.com | 2013-04-26 | 1 | -544/+241 |
|
|
* | Added : function LZ4_compressHC_limitedOutput() | yann.collet.73@gmail.com | 2013-04-18 | 1 | -12/+6 |
|
|
* | Added : LZ4 Streaming Format specification (v1.3) | yann.collet.73@gmail.com | 2013-04-13 | 1 | -21/+23 |
|
|
* | Updated : cmake/CMakeLists.txt, by Nobuhiro Iwamatsu | yann.collet.73@gmail.com | 2013-03-30 | 1 | -0/+1 |
|
|
* | - New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and sta... | yann.collet.73@gmail.com | 2013-03-02 | 1 | -33/+65 |
|
|
* | Improved endianess detection | yann.collet.73@gmail.com | 2012-12-21 | 1 | -8/+18 |
|
|
* | Improved decoding speed, thanks to several contributions from Ludvig Strigeus... | yann.collet.73@gmail.com | 2012-12-11 | 1 | -30/+33 |
|
|
* | LZ4 HC : extended detection window. Thanks to Adrien Grand. | yann.collet.73@gmail.com | 2012-11-30 | 1 | -2/+1 |
|
|
* | Corrected a bug into LZ4_uncompress_unknownOutputSize() introduced in r82 | yann.collet.73@gmail.com | 2012-11-05 | 1 | -17/+16 |
|
|
* | Corrected issue 38 : bench.c compilation for Sun Solaris 32 bits | yann.collet.73@gmail.com | 2012-11-03 | 1 | -4/+4 |
|
|
* | Corrected Issue 34 (restrict) | yann.collet.73@gmail.com | 2012-10-26 | 1 | -4/+4 |
|
|
* | - Corrected issue 31 : LZ4 correctly accepts compressing data when the output... | yann.collet.73@gmail.com | 2012-10-24 | 1 | -9/+9 |
|
|
* | Correct issue 36 on LZ4_uncompress_unknownOutputSize(). Thanks to Clayton Sta... | yann.collet.73@gmail.com | 2012-10-16 | 1 | -430/+430 |
|
|
* | Correction : LZ4_compress_limitedOutput() write too far error | yann.collet.73@gmail.com | 2012-08-22 | 1 | -0/+2 |
|
|
* | Fixed Visual 2005 issues (warning/linking) | yann.collet.73@gmail.com | 2012-08-13 | 1 | -11/+12 |
|
|
* | LZ4.c : changed inline to "static inline" to comply with limitations from GCC... | yann.collet.73@gmail.com | 2012-08-08 | 1 | -4/+4 |
|
|
* | Improved speed under Visual | yann.collet.73@gmail.com | 2012-08-03 | 1 | -0/+38 |
|
|
* | Fixed : small compression speed hit on GCC v4.5 introduced by r71 | yann.collet.73@gmail.com | 2012-08-01 | 1 | -2/+8 |
|
|
* | Added : function LZ4_compress_limitedOutput() | yann.collet.73@gmail.com | 2012-07-28 | 1 | -36/+33 |
|
|
* | lz4.c : changed a tuning parameter name to MEMORY_USAGE, to better reflect it... | yann.collet.73@gmail.com | 2012-07-24 | 1 | -9/+9 |
|
|
* | Added : LZ4 HC : Now integrated into main trunk. | yann.collet.73@gmail.com | 2012-05-13 | 1 | -0/+4 |
|
|
* | minor : Force Software-bit-count for WinCE environment under Visual. Thanks B... | yann.collet.73@gmail.com | 2012-05-09 | 1 | -4/+4 |
|
|
* | Corrected : linking stage of Visual 2005 in Debug mode (issue 16) | yann.collet.73@gmail.com | 2012-05-07 | 1 | -52/+60 |
|
|
* | Added : cmake configuration file, from Dmitry Cherepanov | yann.collet.73@gmail.com | 2012-04-08 | 1 | -27/+27 |
|
|
* | Corrected : minor : changed a macro name to avoid duplicate within NetBSD. Th... | yann.collet.73@gmail.com | 2012-04-03 | 1 | -4/+4 |
|
|
* | Added : lz4demo : software swap32 backend for compilers which do not support ... | yann.collet.73@gmail.com | 2012-03-16 | 1 | -2/+2 |
|
|
* | minor code refactoring, mostly around __builtin_expect | yann.collet.73@gmail.com | 2012-03-09 | 1 | -20/+23 |
|
|
* | Small speed improvement (compression & decompression), Thanks Maciej Adamczyk... | yann.collet.73@gmail.com | 2012-03-01 | 1 | -24/+36 |
|
|
* | Added : format description file | yann.collet.73@gmail.com | 2012-02-25 | 1 | -3/+12 |
|
|
* | Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks to... | yann.collet.73@gmail.com | 2012-02-20 | 1 | -43/+35 |
|
|
* | Added : LZ4_compressBound() function | yann.collet.73@gmail.com | 2012-02-16 | 1 | -81/+92 |
|
|
* | Minor comments refactoring, for better clarity | yann.collet.73@gmail.com | 2012-02-06 | 1 | -43/+67 |
|
|
* | minor interface modification : source pointers are now (const char*) | yann.collet.73@gmail.com | 2012-02-01 | 1 | -5/+5 |
|
|
* | Better detection of Big-Endian and PowerPC CPU | yann.collet.73@gmail.com | 2012-02-01 | 1 | -27/+43 |
|
|