platform/upstream/lz4.git
2018-04-27 Yann Colletensure favorDecSpeed is properly initialized
2018-04-27 Yann Colletfixed a number of minor cast warnings
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 Yann Colletintroduced ability to parse for decompression speed
2018-04-24 Yann ColletMerge pull request #513 from felixhandte/integrate...
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
2018-04-20 W. Felix HandteRemove inputBuffer from Context, Work Around its Absence
2018-04-20 W. Felix HandteRemove Commented Out Support for Match Continuation...
2018-04-20 W. Felix HandteFix Signedness of Comparison
2018-04-20 W. Felix HandteDon't Clear the Dictionary Context Until No Longer...
2018-04-20 W. Felix HandteCopy DictCtx into Working Context on Inputs Larger...
2018-04-20 W. Felix HandteForce Inline on HashChain
2018-04-20 W. Felix HandteSplit DictCtx-using Code Into Separate Inlining Chain
2018-04-20 W. Felix HandteUse Fast Reset in LZ4F Again
2018-04-20 W. Felix HandteUse Fast Reset API in LZ4F
2018-04-20 W. Felix HandteAdd Fast Reset Paths
2018-04-20 W. Felix HandteRemove Match Upper Bounds Check
2018-04-20 W. Felix HandteFix Some Cast/Conversion Warnings
2018-04-20 W. Felix HandteFix Offset Math
2018-04-20 W. Felix HandteReset Stream in LZ4_compress_HC
2018-04-20 W. Felix HandteDon't Bother Clearing Chain Table for Working Contexts
2018-04-20 W. Felix HandtePush Previous Compression Offsets into the Past
2018-04-20 W. Felix HandteShift Dict Limit Checks out of the Loop
2018-04-20 W. Felix HandteClear Tables on Dict Load
2018-04-20 W. Felix HandteOnly Perform Dict Lookup if Attempts Remain
2018-04-20 W. Felix HandteAvoid Resetting Chain Table
2018-04-20 W. Felix HandteAvoid Resetting Hash Table
2018-04-20 W. Felix HandtePerform Lookups into the Dictionary Context
2018-04-20 W. Felix HandteCall LZ4F_applyCDict Even on NULL CDict
2018-04-20 W. Felix HandteSet dictCtx Rather than memcpy'ing Ctx
2018-04-20 W. Felix HandteFully Bounds Check Hash Table Reads
2018-04-20 W. Felix HandteAdd a Dictionary Context Pointer to the HC Context
2018-04-20 W. Felix HandteAdd Debug Log Statements to HC
2018-04-20 W. Felix HandteFix Framebench Output Buffer Sizing
2018-04-20 W. Felix HandteFix Cast
2018-04-20 W. Felix HandtePrint Failure Message in Framebench
2018-04-20 W. Felix HandteSwitch to Unaligned Samples to Compress Different Blobs...
2018-04-20 W. Felix HandteFix Framebench Statistics
2018-04-20 W. Felix HandteAdd Run Name to Frame Bench Output
2018-04-20 W. Felix HandteAuto-Calculate Appropriate Repetition Count
2018-04-20 W. Felix HandtePrint More Detailed Results Inside bench(), Add Compres...
2018-04-20 W. Felix HandteCheck Compressed Buffer is Correct in Frame Bench
2018-04-20 W. Felix HandteAdd HC Calls to Framebench
2018-04-20 W. Felix HandteRestore Framebench Tool
2018-04-20 Yann ColletMerge pull request #505 from lz4/dev
2018-04-19 Yann ColletMerge pull request #503 from lz4/l120
2018-04-19 Yann ColletMerge pull request #502 from lhacc1/dev
2018-04-19 Yann Colletmodified indentation for consistency
2018-04-19 Baruch Siachlib: allow to disable shared libraries
2018-04-18 Yann Colletminor length reduction of several large lines
2018-04-18 Yann ColletMerge pull request #497 from lz4/lowAddr
2018-04-18 Dmitrii RodionovWrap likely/unlikely macroses with #ifndef
2018-04-17 Yann Colletfixed LZ4_compress_fast_extState_fastReset() in 32...
2018-04-17 Yann Colletfix dictDelta setting error
2018-04-17 Yann Colletfix matchIndex overflow
2018-04-17 Yann ColletMerge branch 'dev' into lowAddr
2018-04-17 Yann ColletMerge pull request #501 from felixhandte/fix-dict-load...
2018-04-17 W. Felix HandteAlways Bump Offset by 64 KB in LZ4_loadDict()
2018-04-17 Yann Colletfixed dictCtx compression
2018-04-17 Yann Colletedited a few traces for debugging
2018-04-16 Yann Colletfixed minor format warnings
2018-04-16 Yann Colletfixed fuzzer tests
2018-04-16 Yann ColletMerge branch 'dev' into lowAddr
2018-04-16 Yann Colletfixed gcc performance regression
2018-04-13 Yann ColletMerge pull request #499 from felixhandte/lz4-attach...
next