platform/upstream/lz4.git
2014-08-26 Yann ColletAdded : examples from Takayuki Matsuoka
2014-08-26 Yann Colletminor comment clarification about LZ4_compressBound()
2014-08-25 Yann ColletAdded : mips 64 bits detection macro, as suggested...
2014-08-22 Yann Colletadd new directory 'examples'
2014-08-21 Yann Colletminor API comment clarifications
2014-08-21 Yann ColletFix : 64-bits macro detection for AIX system (thanks...
2014-08-21 Yann Colletminor cmake refresh
2014-08-20 Yann ColletAdded macro, for large file support on 32-bits AIX
2014-08-18 Yann ColletAdded : LZ4 Framing Format, new version (v1.4.1)
2014-08-18 Yann ColletRemoved : old version of framing format
2014-08-15 Yann ColletUpdate xxHash to r36
2014-08-13 Yann Colletupdated release number
2014-08-09 Yann ColletRevert "Introduced "Continuous Block Mode" (CBM) naming"
2014-08-08 Yann ColletIntroduced "Continuous Block Mode" (CBM) naming
2014-08-08 Yann Colletclarified "dev" branch policy
2014-08-08 Cyan4973Merge pull request #19 from ignatenkobrain/dev
2014-08-08 Igor GnatenkoMakefile: fix DESTDIR
2014-08-06 Yann ColletAdded : .gitattributes
2014-08-06 Yann ColletFixed crlf issue
2014-08-06 Yann ColletMakefile : restored Takayuki's fix for OS-X and BSD
2014-08-06 Yann ColletUpdated Makefile : make dist
2014-08-05 Yann Colletfix : minor compilation warning under mingw
2014-08-01 Yann ColletAdded : HC streaming test
2014-08-01 Yann Colletfix : HC streaming mode
2014-07-30 Cyan4973Merge pull request #15 from t-mat/fix-bsd-sed
2014-07-30 Takayuki MATSUOKAFix BSD sed error reported by Yue Du
2014-07-29 Yann Colletfix : minor compilation warning under mingw
2014-07-26 Yann ColletAdded : Makefile : install for kFreeBSD and Hurd (Nobuh...
2014-07-23 Yann Colletupdated NEWS
2014-07-22 Yann ColletMakefile : synchronize library version number with...
2014-07-21 Yann ColletMakefile : some corrections suggested by Michał Górny...
2014-07-21 Yann ColletAdded : LZ4_versionNumber(), thanks to Takayuki Matsuoka
2014-07-21 Yann ColletMerge branch 'dev' of https://github.com/Cyan4973/lz4...
2014-07-20 Yann ColletAdded : pkg-config (issue 135)
2014-07-20 Yann ColletRestored : lz4 compression function using externally...
2014-07-19 Yann ColletUpdated xxHash to r35
2014-07-14 Yann ColletMakefile : added -Wstrict-prototype, as suggested by...
2014-07-14 Yann ColletModified : lz4 streaming API, strong types
2014-07-05 Yann ColletModified : streaming API (fast compression)
2014-07-05 Yann ColletModified : Makefile : added -Wshadow option, suggest...
2014-07-05 Yann ColletFix : OS-X : library install name, thanks to Clemens...
2014-07-05 Yann Colletupdated fuzzer, faster and cleaner overflow tests
2014-07-02 Cyan4973Merge pull request #11 from Cyan4973/dev
2014-07-02 Yann Colletupdate to r119
2014-07-02 Yann ColletStronger fuzzer tests
2014-07-02 Yann Colletstronger fuzzer tests
2014-07-02 Yann ColletNew fuzzer test (issue 134)
2014-07-02 Yann ColletQuickfix of issue 134 (untested)
2014-06-26 Cyan4973Merge pull request #8 from Cyan4973/dev
2014-06-26 Yann Colletupdated NEWS
2014-06-24 Cyan4973Merge pull request #7 from Cyan4973/dev
2014-06-24 Yann Colletupdated lz4cat man page
2014-06-22 Yann ColletFixed : issue 52 (reported by Ludwig Strigeus)
2014-06-21 Yann ColletFixed : using loadDict() with small dictionaries
2014-06-19 Yann Colletbugfix : streaming tiny messages from within very small...
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
next