platform/upstream/lz4.git
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-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-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...
2018-04-13 W. Felix HandteFurther Test that ExtDictCtx Mode Produces the Exact...
2018-04-13 W. Felix HandteAdd Tests for LZ4_attach_dictionary and Friends
2018-04-13 Yann Colletfixed minor unused variable warning
2018-04-13 Yann Colletadded comment on variables required after _next_match
2018-04-13 Yann Colletfixed potential ptrdiff_t overflow (32-bits mode)
2018-04-13 Cyan4973compatibility with gcc-4.4 string.h version
2018-04-13 Cyan4973added sudo rights for low-mem-address tests
2018-04-12 test4973fixed : counting matches which overlap extDict and...
2018-04-12 test4973modified a few traces for debug
2018-04-12 Yann ColletMerge pull request #496 from lz4/circleci
2018-04-12 Yann Colletmodified versionsTest
2018-04-11 test4973fixed LZ4_compress_fast_extState_fastReset()
2018-04-11 test4973Merge branch 'dev' into lowAddr
2018-04-11 Yann Colletallow system-defined CPPFLAGS in /tests
2018-04-11 Yann Colletreduced test time on circle-ci
2018-04-11 Yann ColletMerge pull request #492 from felixhandte/avoid-prepare...
2018-04-11 W. Felix HandteFix Silly Warning (const-ness in declaration has no...
2018-04-11 W. Felix HandteMinor Fixes
2018-04-11 W. Felix HandteAdd a LZ4_STATIC_LINKING_ONLY Macro to Guard Experiment...
2018-04-11 W. Felix HandteExpose dictCtx Functionality in LZ4
2018-04-11 W. Felix HandteRename _extState_noReset -> _extState_fastReset and...
2018-04-11 W. Felix HandteRemove Extraneous Assignment (clearedTable == 0)
2018-04-10 W. Felix HandteExpose a Faster Stream Reset Function
2018-04-10 test4973fix minor conversion warning
2018-04-10 test4973fixed minor conversion warning
2018-04-09 test4973Merge branch 'dev' into lowAddr
2018-04-09 W. Felix HandteAvoid Calling LZ4_prepareTable() in LZ4_compress_fast_c...
2018-04-07 Yann ColletMerge pull request #494 from felixhandte/kill-goto
2018-04-06 W. Felix HandteReturn to Allowing Early Returns in LZ4_compress_generic()
2018-04-06 Yann ColletMerge pull request #493 from lz4/statusLine
2018-04-06 Yann Colletfixed DISPLAYUPDATE()
2018-04-06 test4973noticed a bug when re-using hash table
2018-04-06 test4973added low-memory address test to travis
2018-04-06 test4973fixed byPtr mode
2018-04-06 test4973fixed byPtr match search
2018-04-06 test4973fixed immediate match search
2018-04-05 test4973changed LZ4_compress_generic() logic
2018-04-05 test4973fixed lz4 compression starting at small address
2018-04-04 test4973Merge branch 'dev' into lowAddr
2018-04-02 Yann ColletMerge pull request #490 from kenjichanhkg/dev
2018-04-02 Kenji Chanadded vs2017 projects
2018-03-21 Yann ColletMerge pull request #486 from felixhandte/fix-test-makef...
next