platform/upstream/lz4.git
2018-04-21 Cyan4973fixed incorrect comment
2018-04-21 Yann Colletfixed clang performance in lz4_fast
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...
2018-03-21 Yann ColletMerge pull request #487 from felixhandte/better-obsolet...
2018-03-21 W. Felix HandteAlso Fix a Comment
2018-03-21 W. Felix HandteBetter Describe Functionality of Obsolete Streaming...
2018-03-21 W. Felix HandteAdd Dependency to Fix Parallel `make test` Runs
2018-03-21 Yann Colletadded c90 test to c_standards
2018-03-21 test4973added low address fuzzer tests
2018-03-21 Yann Colletfix comment style
2018-03-20 Yann Colletbench: introduced hidden command -S
2018-03-19 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2018-03-19 Yann Colletminor man fix on clevels
2018-03-19 Yann ColletMerge pull request #484 from lz4/fasterDict
2018-03-19 Yann ColletMerge pull request #406 from felixhandte/ref-dict-table
2018-03-14 W. Felix HandteRemove Framebench Tool
2018-03-14 W. Felix HandteMove LZ4_compress_fast_extState_noReset Declaration...
2018-03-14 W. Felix HandteRestore the Other Old Streaming Functions in a Degraded...
2018-03-13 W. Felix HandteSwitch ALLOC() to ALLOC_AND_ZERO() to Paper Over Existi...
2018-03-13 W. Felix HandteSplit lz4CtxLevel into Two Fields
2018-03-13 W. Felix HandteAnother Allocation Fail Check
2018-03-13 W. Felix HandteRestore LZ4_sizeofStreamState, We Didn't Actually Need...
2018-03-13 W. Felix HandteRestore checkTag Cleaning
2018-03-13 W. Felix HandteRename Enums and Add Comment
2018-03-13 W. Felix HandteWhitespace Fixes
2018-03-12 W. Felix HandteAdd NULL Checks
2018-03-12 W. Felix HandteSimpler Ternary Statements
2018-03-12 W. Felix HandteRenames and Comment Fixes
2018-03-12 W. Felix HandteHoist LZ4F Dictionary Setup into Helper LZ4F_applyCDict()
2018-03-12 W. Felix HandteMinor Style Fixes
2018-03-12 W. Felix HandtePreserve currentOffset==0 When Possible
2018-03-12 W. Felix HandteSpecialize _extState() for Clean Ctx Rather Than Callin...
2018-03-12 W. Felix HandteRemove Switch In Favor of Ternary Statement
2018-03-12 W. Felix HandteFurther Avoid a dictionary==NULL Check
2018-03-12 W. Felix HandteOptimize Dict Check Condition
2018-03-12 W. Felix HandteMove to 4KB Cut-Off
2018-03-12 W. Felix HandteReset Table on Inputs Larger than 2KB
2018-03-12 W. Felix HandteAvoid DictSmall Checks By Strategically Bumping Current...
2018-03-12 W. Felix HandteRestore DictIssue Check
2018-03-12 W. Felix HandteAvoid dictionary == NULL Check
next