platform/upstream/lz4.git
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
2018-03-12 W. Felix HandteReplace calloc() Calls With malloc() Where Possible
2018-03-12 W. Felix HandteCopy the Dict Table Into the Context for Large Compressions
2018-03-12 W. Felix HandteMake LZ4F_compressFrame_usingCDict Take a Compression...
2018-03-12 W. Felix HandteSwitch Current Offset to 1 Only When in External Dictio...
2018-03-12 W. Felix HandteHoist Table Reset One Level Up
2018-03-12 W. Felix HandteSet Dictionary Context Pointer Rather than Copying...
2018-03-12 W. Felix HandteLookup Matches in Separate Dictionary Context
2018-03-12 W. Felix HandteInitialize Current Offset to 1
2018-03-12 W. Felix HandteOnly Re-Alloc / Reset When Needed When Switching Betwee...
2018-03-12 W. Felix HandteAvoid Resetting the Context When Possible
2018-03-12 W. Felix HandteConst-ify Table Arg to LZ4_getPosition(OnHash)
2018-03-12 W. Felix HandteAdd LZ4_compress_fast_safeExtState Function
2018-03-12 W. Felix HandteAdd Bounds Check to locateBuffDiff
2018-03-12 W. Felix HandteAdd a Table Type Field to LZ4_stream_t
2018-03-12 W. Felix HandteRemove Obsolete Stream Functions to Free Space in LZ4_s...
2018-03-12 W. Felix HandteAllow Empty Dictionaries
2018-03-12 W. Felix HandteAdd a Benchmarking Tool For Compression with Context...
2018-03-09 Yann ColletMerge pull request #483 from lz4/dev
2018-03-09 Yann Colletfix #482: change CFLAGS to CXXFLAGS
2018-03-09 Yann Colletfix #481: ensure liblz4.a dependency for `make all`
2018-02-28 Yann Colletupdated LZ4F_compressBound() documentation
2018-02-27 Yann ColletMerge pull request #479 from lz4/check
2018-02-26 Yann Colletadded target make check
2018-02-26 Yann ColletMerge pull request #478 from lz4/mergeOpt
2018-02-26 Yann Colletbumped version number to v1.8.2
2018-02-26 Yann Colletupdate code comment on LZ4 streaming interface
2018-02-26 Yann ColletMerge pull request #476 from lz4/mflimit
2018-02-25 Yann Colletmerge lz4opt.h into lz4hc.c
2018-02-24 Yann Colletedge case : compress up to end-mflimit (12 bytes)
2018-02-21 Yann ColletMerge pull request #475 from lz4/betterBench
2018-02-21 Yann ColletMerge pull request #471 from lz4/fasterHC
2018-02-20 Yann Colletuse TIMELOOP_NANOSEC,
2018-02-20 Yann Colletadded one assert()
2018-02-20 Yann Colletfixed minor conversion warning
2018-02-20 Yann Colletensure bench speed measurement is more accurate for...
2018-02-20 Yann Colletupdate bench.c to use less time invocations
2018-02-18 Yann Colletupdate API doc regarding double-buffer strategy
2018-02-14 Yann ColletMerge pull request #472 from hobomind/dev
2018-02-14 hobomindfix: missed semicolon at programs/lz4io.c:954
2018-02-13 Yann ColletMerge pull request #470 from lz4/fasterDec
2018-02-12 Yann Colletslight hc speed benefit (~+1%)
2018-02-12 Yann Colletremoved LZ4_copy8
2018-02-11 Yann Colletslightly improved hc compression speed (+~1-2%)
2018-02-11 Yann Colletslightly improved decompression speed (~+1-2%)
2018-02-08 Yann ColletMerge pull request #469 from mathstuf/intel-windows...
2018-02-08 Ben Boeckelintel: do not use __attribute__((packed)) on Windows
2018-02-07 Yann Colletfixed code comment as detected in #466
2018-02-05 Yann Colletfuzzer: added low address compression test
2018-02-02 Yann ColletMerge pull request #461 from terrelln/docs
2018-02-02 Nick TerrellClarify the requirements of the LZ4 streaming API
2018-02-01 Yann ColletMerge pull request #458 from lz4/ff161
2018-02-01 Yann ColletMerge pull request #460 from lz4/frameCompress
2018-02-01 Yann Colletmodified decompression part of frameCompress.c
2018-02-01 Yann Colletrefactored ressource allocation to avoid goto
2018-02-01 Yann Colletexamples/Makefile : changed dependency order
2018-02-01 Yann ColletMerge branch 'dev' into frameCompress
2018-02-01 Yann Collettravisci : ensure "clean" betweeb 2 tests
2018-02-01 Yann Colletmodified gpptest recipe
2018-02-01 Yann ColletMerge pull request #459 from Tyilo/clang-stdc++14
next