platform/upstream/lz4.git
2014-06-17 Yann ColletFixed : streaming compression using small (<64KB) dicti...
2014-06-14 Yann Colletquickfix
2014-06-14 Yann ColletLZ4 Streaming : check overlapping input/dictionary
2014-06-12 Yann ColletImproved decompression speed
2014-06-11 Cyan4973Merge pull request #6 from Cyan4973/streaming
2014-06-11 Yann ColletCLI : can select compression level > 9
2014-06-11 Yann Colletrestored LZ4 HC streaming mode
2014-06-10 Yann Colletimproved compression ratio for long streams in 32 bits...
2014-06-10 Yann Colletlz4io : reduced memory usage in streaming mode
2014-06-09 Yann ColletImproved compression speed in 64KB block mode
2014-06-09 Yann ColletObsolete "external allocation" functions
2014-06-09 Yann Colletremoved old stream structure
2014-06-09 Yann Colletconverge towards LZ4_compress_continue()
2014-06-09 Yann ColletNew : valgrind memtest
2014-06-05 Yann ColletFixed (continued) : address space overflow in 32-bits...
2014-06-04 Yann ColletCorrected : address space overflow in 32-bits mode
2014-06-03 Yann Colletnew test tool : datagen
2014-06-02 Yann Colletrestored continuous streaming mode
2014-06-02 Yann Colletunified structure model
2014-05-27 Yann Colletcoalesced streaming compression code
2014-05-23 Yann Colletspeed optimization
2014-05-21 Yann ColletContinuous streaming mode (automatic)
2014-05-20 Yann ColletAdded : fuzzer code for LZ4_compress_limitedOutput_usin...
2014-05-20 Yann ColletIntroduce : LZ4_compress_limitedOutput_usingDict()
2014-05-20 Yann Colletrestored Travis Build Matrix
2014-05-20 Yann ColletFixed : compilation errors using Visual 2012
2014-05-19 Yann ColletFirst version of Block Streaming API : LZ4_compress_usi...
2014-05-04 Yann Colletchanged naming convention to *_usingDict()
2014-05-03 Yann ColletAdded : *_withDict to fullbench
2014-05-03 Yann ColletTravis status for both master & dev branches, thanks...
2014-05-01 Cyan4973Merge pull request #4 from t-mat/travis-ci-build-matrix
2014-04-30 Takayuki MATSUOKAAdd Travis build status badge
2014-04-30 Takayuki MATSUOKAAdd Travis CI's Build Matrix
2014-04-29 Yann Colletfuzzer : added compressibility parameter (-p#)
2014-04-29 Yann Colletfixed : allocation within fuzzer
2014-04-28 Yann Colletmodified : rand generator
2014-04-28 Yann Colletfixed : read error into fuzzer
2014-04-28 Yann ColletIntroduce "External Dictionary" de/compression API
2014-04-24 Yann Colletfuzzer title shows 32/64 bits mode
2014-04-22 Yann Colletre-order travis tests
2014-04-22 Cyan4973Merge pull request #3 from Cyan4973/beta
2014-04-22 Yann Colletupdated NEWS
2014-04-16 Cyan4973Merge pull request #2 from t-mat/travis-ci
2014-04-16 Takayuki MATSUOKAAdd build target 'test'
2014-04-16 Takayuki MATSUOKAAdd command-line switch to support Travis-CI
2014-04-16 Takayuki MATSUOKAAdd .travis.yml
2014-04-15 Yann ColletAdded README.md to the list of packaged files
2014-04-15 Yann ColletAdded lz4c & lz4cat man pages
2014-04-15 Yann ColletFixed issue 127 & 128
2014-03-24 yann.collet... quickfix (issue 124 & 125)
2014-03-23 yann.collet... Added : lz4cat utility for posx systems
2014-03-12 yann.collet... Makefile : library correctly compiled with -O3 switch...
2014-02-04 yann.collet... Large decompression speed improvement for GCC 32-bits...
2014-01-08 yann.collet... quickfix (issue 107 & issue 103)
2014-01-07 yann.collet... Makefile : added capability to install libraries
2013-12-30 yann.collet... lz4 & lz4hc : added capability to allocate state &...
2013-12-03 yann.collet... lz4.c : corrected issue 98 within LZ4_compress_limitedO...
2013-11-02 yann.collet... lz4.c : corrected compression efficiency issue 97 in...
2013-10-21 yann.collet... Makefile : support DESTDIR for staged installs. Thanks...
2013-10-01 yann.collet... git-svn-id: https://lz4.googlecode.com/svn/trunk@106...
2013-09-25 yann.collet... Makefile : New install script and man page, contributed...
2013-09-09 yann.collet... quickfix : removed #include "lz4stream.h" from lz4cli.c
2013-09-09 yann.collet... New command line utility, lz4 (notice the missing final...
2013-08-16 yann.collet... LZ4 compression supports block dependency (argument...
2013-08-12 yann.collet... Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"
2013-08-07 yann.collet... Bugfix release
2013-07-27 yann.collet... lz4c : made display and arguments more compatible with...
2013-07-01 yann.collet... Corrected issue 70, 'pack' instruction on IBM AIX
2013-06-10 yann.collet... lz4.c no longer depends on lz4_decoder.h (removed)
2013-05-27 yann.collet... New experimental mode : compress blocks using data...
2013-05-17 yann.collet... lz4c : automatic output name when decoding a *.lz4...
2013-04-26 yann.collet... - New naming : LZ4_decompress_safe() and LZ4_decompress...
2013-04-18 yann.collet... Added : function LZ4_compressHC_limitedOutput()
2013-04-13 yann.collet... Added : LZ4 Streaming Format specification (v1.3)
2013-03-30 yann.collet... Updated : cmake/CMakeLists.txt, by Nobuhiro Iwamatsu
2013-03-02 yann.collet... - New cmake file, by Nobuhiro Iwamatsu, which can also...
2013-02-19 yann.collet... Corrected issue 59 in lz4hc.c, reported by Masafumi...
2013-01-08 yann.collet... LZ4HC : compression speed improved under Visual
2012-12-22 yann.collet... LZ4_HC is now compatible with CPU requiring aligned...
2012-12-21 yann.collet... Improved endianess detection
2012-12-11 yann.collet... Improved decoding speed, thanks to several contribution...
2012-11-30 yann.collet... LZ4 HC : extended detection window. Thanks to Adrien...
2012-11-05 yann.collet... Corrected a bug into LZ4_uncompress_unknownOutputSize...
2012-11-03 yann.collet... Corrected issue 38 : bench.c compilation for Sun Solari...
2012-10-27 yann.collet... Corrected issue 39 : bench.c for NetBSD. Thanks to...
2012-10-26 yann.collet... Corrected Issue 34 (restrict)
2012-10-24 yann.collet... - Corrected issue 31 : LZ4 correctly accepts compressin...
2012-10-16 yann.collet... Correct issue 36 on LZ4_uncompress_unknownOutputSize...
2012-08-22 yann.collet... Correction : LZ4_compress_limitedOutput() write too...
2012-08-14 yann.collet... changed some macro names in lz4hc to avoid duplicate...
2012-08-13 yann.collet... Fixed Visual 2005 issues (warning/linking)
2012-08-08 yann.collet... LZ4.c : changed inline to "static inline" to comply...
2012-08-03 yann.collet... Improved speed under Visual
2012-08-01 yann.collet... Fixed : small compression speed hit on GCC v4.5 introdu...
2012-07-28 yann.collet... Added : function LZ4_compress_limitedOutput()
2012-07-24 yann.collet... lz4.c : changed a tuning parameter name to MEMORY_USAGE...
2012-07-18 yann.collet... Changed Makefile default setting to generate only nativ...
2012-06-16 yann.collet... git-svn-id: https://lz4.googlecode.com/svn/trunk@68...
2012-06-08 yann.collet... Update CMake file to handle lz4hc. Thanks to Mark Wotto...
2012-05-13 yann.collet... Added : LZ4 HC : Now integrated into main trunk.
next