platform/upstream/lz4.git
2018-09-12 Yann Colletfixed NEWS for v1.8.3
2018-09-11 Yann Colletupdated NEWS for v1.8.3 release
2018-09-11 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2018-09-11 Yann ColletMerge pull request #571 from lz4/mflimit
2018-09-11 Yann Colletclarify constant MFLIMIT
2018-09-11 Yann ColletMerge pull request #569 from lz4/circle2
2018-09-11 Yann ColletMerge pull request #570 from lz4/partialDecode
2018-09-10 Yann Colletfixed minor warning in fuzzer.c
2018-09-10 Yann Colletrestored nullifying output
2018-09-10 Yann Colletremoved temporary debug traces
2018-09-10 Yann ColletMerge branch 'dev' into partialDecode
2018-09-10 Yann ColletMerge pull request #569 from lz4/circle2
2018-09-10 Yann ColletMerge pull request #565 from lz4/lz4f_init
2018-09-10 Yann Colletswitched to circle 2.0
2018-09-10 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2018-09-10 Yann ColletMerge pull request #567 from laffer1/dev
2018-09-08 Lucas HoltAdd support for MidnightBSD
2018-09-08 Yann Colletfixed fuzzer test
2018-09-07 Yann Colletupdated function interface documentation
2018-09-07 Yann Colletfirst sketch for a byte-accurate partial decoder
2018-09-07 Yann Colletupdated API documentation
2018-09-06 Yann ColletMerge pull request #563 from lz4/docDict
2018-09-06 Yann Colletadded comments on version numbers
2018-09-06 Yann ColletMerge pull request #564 from lz4/cTime
2018-09-05 Yann ColletframeCompress : added an error detection case
2018-09-05 Yann ColletMerge branch 'dev' into lz4f_init
2018-09-05 Yann ColletMerge pull request #548 from cd127/dev
2018-09-05 Yann ColletIntroduced constants LZ4F_INIT_*
2018-09-05 Yann ColletMerge pull request #556 from kou/add-missing-exeext
2018-09-05 Yann Colletfixed compression time
2018-09-05 Yann ColletMerge pull request #562 from lz4/roundTrip
2018-09-05 Yann Colletupdated documentation regarding dictionary compression
2018-09-05 Yann Colletremoved one assert() condition
2018-09-05 Yann Colletmade roundTripTest fully general
2018-09-05 Yann Colletfixed #560
2018-09-05 Yann Colletfix minor cast warning for C++ compilation
2018-09-04 Yann Colletnew test program : roundTripTest
2018-08-13 Kouhei SutouAdd missing $(EXT)
2018-08-09 Yann ColletMerge pull request #553 from mrjoel/mrjoel/cmake-option...
2018-08-09 Joel JohnsonAdd CMake option to not build legacy lz4c program
2018-07-30 Yann ColletMerge pull request #552 from jackluo923/dev
2018-07-29 Jack Luofixed spelling mistake in lz4.h
2018-07-29 Jack Luofixed spelling mistake in lz4_manual
2018-07-17 Yann ColletMerge pull request #547 from jennifermliu/dev
2018-07-16 Yann ColletMerge pull request #550 from terrelln/compress-doc
2018-07-10 Nick TerrellFix LZ4_compress_fast_continue() docs
2018-07-02 Cedric De BritoFix bug in frame decompress example
2018-06-27 Jennifer LiuFixed bugs about incorrect acceleration calculation...
2018-06-27 Jennifer LiuFixed invalid argument test and reformatted else
2018-06-27 Jennifer LiuFixed code based on comments from pull request
2018-06-26 Jennifer LiuRemoved duplicated circile.yml file
2018-06-26 Jennifer LiuFixed lz4 not found error part 2
2018-06-26 Jennifer LiuFixed lz4 not found error
2018-06-26 Jennifer Liudelete commented out code in bench.c
2018-06-26 Jennifer Liufix yml file
2018-06-26 Jennifer LiuFixed bug about file to be compressed is not present
2018-06-26 Jennifer LiuAdded --fast command to cli
2018-06-20 Jennifer Liuset up sample .ysml
2018-06-01 Yann ColletMerge pull request #543 from nrgiii/aix_32bit_fuzzer
2018-06-01 Norm GreenMerge branch 'master' of https://github.com/nrgiii...
2018-06-01 Norm GreenFix AIX 32 bit build problem of fuzzer.c
2018-05-29 Yann ColletMerge pull request #542 from wbx-github/dev
2018-05-22 Yann ColletMerge pull request #541 from felixhandte/hc-extern-c
2018-05-22 Waldemar Brodkorballow to override uname when cross-compiling
2018-05-22 W. Felix HandteAlso Fix Appveyor Cast Warning
2018-05-22 W. Felix HandteAdd `extern "C"` Guards Around Experimental HC Declarations
2018-05-22 W. Felix HandteRemove #define-rename of `LZ4_decompress_safe_forceExtDict`
2018-05-22 W. Felix HandteTest Linking C-Compiled Library and C++-Compiled Tests
2018-05-17 Yann ColletMerge pull request #540 from fbrosson/Haiku
2018-05-17 fbrossonAdd Haiku as a validated target.
2018-05-07 Yann ColletMerge pull request #531 from lz4/dev
2018-05-07 Yann ColletMerge pull request #537 from lz4/xpHCmf2
2018-05-07 Yann Colletrenamed variable for clarity
2018-05-07 Yann ColletMerge pull request #538 from lz4/frameTestError
2018-05-07 Yann Colletfixed minor conversion warning
2018-05-06 Yann Colletsmall PA optimization
2018-05-06 Yann Colletsmall extDict : fixed side-effect
2018-05-06 Yann Colletfixed frametest error
2018-05-05 Yann Colletlz4hc: fixed PA / SC parameter order
2018-05-05 Yann Colletlz4hc: SC only enabled for opt parser
2018-05-05 Yann Colletfixed SC.opt integration with regular HC parser
2018-05-05 Yann Colletlz4hc: fixed performance issue
2018-05-05 Yann Colletintegrated chain swapper into HC match finder
2018-05-04 Yann ColletMerge pull request #536 from terrelln/make-install
2018-05-04 Nick TerrellAttempt to fix travis
2018-05-04 Nick TerrellFix make install
2018-05-03 Yann Colletimplemented search accelerator
2018-05-03 Yann ColletAdded CDict speed graph to be used for release statement
2018-05-03 Yann Colletupdated API documentation
2018-05-03 Yann Colletcreated LZ4HC_FindLongestMatch()
2018-05-03 Yann ColletMerge pull request #529 from felixhandte/lz4f-fast...
2018-05-03 Yann ColletMerge pull request #530 from lz4/lz4fRingBuffer
2018-05-03 Yann ColletMerge branch 'dev' into lz4fRingBuffer
2018-05-03 Yann ColletMerge pull request #528 from lz4/complexShortcut
2018-05-03 Cyan4973fix comments / indentation
2018-05-03 W. Felix HandteOnly Reset the LZ4 Stream when Init'ing a Streaming...
2018-05-02 Yann Colletupdated NEWS in preparation for v1.8.2
2018-05-02 Yann ColletMerge branch 'lz4fRingBuffer' of github.com:Cyan4973...
2018-05-02 Yann Colletupdated benchmark for v1.8.2
2018-05-02 Yann Colletupdated benchmark for v1.8.2
next