platform/upstream/lz4.git
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-03 Yann Colletimplemented search accelerator
2018-05-03 Yann Colletcreated LZ4HC_FindLongestMatch()
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-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
2018-05-02 Yann Colletrandom lz4f clarifications
2018-05-02 Yann ColletMerge branch 'dev' into lz4fRingBuffer
2018-05-02 Yann Colletincreased nbAttempts for lz4 -12
2018-05-02 Yann Colletremoved test that might be optimized away
2018-05-02 Yann Colletintroduce LZ4_decoderRingBufferSize()
2018-05-02 Yann Colletsimplify shortcut
2018-05-02 Yann ColletMerge branch 'dev' into complexShortcut
2018-05-02 Yann ColletMerge pull request #525 from lz4/testDecMerge
2018-05-01 Yann ColletMerge pull request #521 from lz4/BD_deterministic
2018-05-01 Cyan4973renamed variable for clarity
2018-05-01 Cyan4973added visual test dir to .gitignore
2018-04-30 Yann Colletlz4hc changed variable
2018-04-30 Yann Colletclarified streaming decompression function
2018-04-30 Yann ColletMerge pull request #527 from svpv/fastDec
2018-04-29 Yann ColletMerge pull request #523 from svpv/makeV1
2018-04-29 Cyan4973Merge branch 'dev' of github.com:lz4/lz4 into dev
2018-04-29 Cyan4973updated NEWS for v1.8.2
2018-04-29 Yann ColletMerge pull request #526 from svpv/makeV1
2018-04-29 Cyan4973added a test case for LZ4_decompress_fast_usingDict
2018-04-29 Yann ColletMerge pull request #515 from svpv/refactorDec
2018-04-28 Cyan4973ignore windows+msys artefacts
2018-04-28 Alexey Tourbinlz4.c: two-stage shortcut for LZ4_decompress_generic
2018-04-28 Alexey Tourbinlib/Makefile: show commands with V=1
2018-04-28 Yann ColletMerge pull request #522 from svpv/refactorDec
2018-04-27 Yann ColletMerge pull request #520 from felixhandte/frame-dict...
2018-04-27 Yann ColletMerge branch 'dev' into BD_deterministic
2018-04-27 Yann Colletfix lz4hc -BD non-determinism
2018-04-27 Yann Colletlz4hc : minor editions for clarity
2018-04-27 Yann ColletMerge pull request #519 from lz4/fdParser
2018-04-27 W. Felix HandteAvoid Possibly Redundant Table Clears When Loading...
2018-04-27 W. Felix HandteRemove Redundant LZ4_resetStream() Call
2018-04-27 W. Felix HandteRename LZ4F_applyCDict() -> LZ4F_initStream()
2018-04-27 Yann Colletensure favorDecSpeed is properly initialized
2018-04-27 Yann Colletupdated NEWS, in preparation for v1.8.2
2018-04-27 Alexey Tourbinlz4.c: fixed the LZ4_decompress_fast_continue case
2018-04-27 Alexey Tourbinfuzzer.c: enabled ring buffer tests for decompress_fast
2018-04-27 Yann Colletfixed a number of minor cast warnings
2018-04-26 Yann ColletMerge pull request #518 from felixhandte/fix-517-dict...
2018-04-26 Yann ColletMerge pull request #516 from felixhandte/merge-dest...
2018-04-26 Yann ColletfasterDecSpeed can be triggered from cli with --favor...
2018-04-26 Yann ColletfavorDecSpeed feature can be triggered from lz4frame
2018-04-26 W. Felix HandteMerge _destSize Compress Variant into LZ4_compress_gene...
2018-04-26 W. Felix HandteAdd _destSize() to Fullbench
2018-04-26 W. Felix HandteLimit Dictionary Size During LZ4F Decompression
2018-04-26 Yann Colletintroduced ability to parse for decompression speed
2018-04-26 Alexey Tourbinlz4.c: fixed the LZ4_decompress_safe_continue case
2018-04-25 Cyan4973minor edit of block format
2018-04-25 Yann ColletMerge pull request #514 from svpv/clarifyBlockFormat
2018-04-25 Alexey Tourbinlz4.c: refactor the decoding routines
2018-04-24 Yann ColletMerge pull request #513 from felixhandte/integrate...
2018-04-24 Alexey Tourbinlz4_Block_format.md: clarify on short inputs and restri...
2018-04-24 W. Felix HandteMultiply-Include Header to Check Guard Macro Correctness
2018-04-24 W. Felix HandteChange Over Includes in the Project
2018-04-24 W. Felix HandteIntegrate lz4frame_static.h Declarations into lz4frame.h
2018-04-24 Yann ColletMerge pull request #512 from lz4/HC_dict
2018-04-24 Yann ColletMerge pull request #511 from lz4/decFast
2018-04-24 Yann ColletMerge pull request #488 from felixhandte/hc-dict-ctx
2018-04-24 W. Felix HandteRemove Debug Log Statements
2018-04-24 W. Felix HandteRemove the Framebench Tool
2018-04-24 W. Felix HandteRevert Stream Size Const to Correct Value
2018-04-24 Yann ColletMerge pull request #504 from baruchsiach/static-only...
2018-04-24 Cyan4973re-ordered parenthesis
2018-04-23 Yann ColletMerge pull request #507 from lz4/clangPerf
2018-04-23 Cyan4973fixed minor declaration issue with clang on msys
2018-04-23 Cyan4973disable shortcut for LZ4_decompress_fast()
2018-04-23 Cyan4973fullbench compiled without assert()
2018-04-23 Yann ColletMerge pull request #510 from terrelln/bug-fix
2018-04-23 Nick TerrellFix compilation error and assert.
2018-04-23 Nick TerrellFix input size validation edge cases
2018-04-23 Yann ColletMerge pull request #509 from svpv/clarifyFastRisks
2018-04-22 Alexey Tourbinlz4.h: clarify the risks of using LZ4_decompress_fast()
2018-04-21 Cyan4973fixed incorrect comment
2018-04-21 Yann Colletfixed clang performance in lz4_fast
2018-04-21 W. Felix HandteChange vLimit Calculation
2018-04-21 W. Felix HandteRemove Redundant Static Assert
2018-04-20 W. Felix HandteSimpler loadDict() Reset
2018-04-20 W. Felix HandteTolerate Base Pointer Underflow
2018-04-20 W. Felix HandteDon't Segfault on Malloc Failure
2018-04-20 W. Felix HandteSign-Extend -1 to Pointer Width
2018-04-20 W. Felix HandteFix Constant Value
2018-04-20 W. Felix HandteHandle Index Underflows Safely
2018-04-20 W. Felix HandteConsts and Asserts and Other Minor Nits
2018-04-20 W. Felix HandteAdd Some Simple Fuzzer Tests
2018-04-20 W. Felix HandteAdd Comments on New Public APIs
2018-04-20 W. Felix HandteAdd API for Attaching Dictionaries
2018-04-20 W. Felix HandteAlso Reset the Chain Table
next