platform/upstream/lz4.git
2017-11-08 Yann Colletremoved the ip++ at the beginning of block
2017-11-07 Yann Colletremoved legacy version of LZ4HC_InsertAndFindBestMatch()
2017-11-07 Yann Colletensure `pattern` is a 1-byte repetition
2017-11-07 Yann Colletremoved useless `(1 && ...)` condition
2017-11-07 Yann Colletimproved LZ4HC_reverseCountPattern() :
2017-11-07 Yann Colletfixed LZ4HC_countPattern()
2017-11-03 Yann Colletfixed minor static analyzer warning
2017-11-03 Yann Colletminor comment edit
2017-11-03 Yann Colletunified HC levels
2017-11-03 Yann Colletmoved ctx->end handling from parsers
2017-11-03 Yann Colletremoved ctx->searchNum
2017-11-03 Yann ColletLZ4_compress_HC_continue_destSize() now compatible...
2017-11-03 Yann Colletremoves matches[] table
2017-11-03 Yann Colletremoved useless parameter from hash chain matchfinder
2017-11-03 Yann Colletremoved code and reference to binary tree match finder
2017-11-03 Yann Colletimproved level 11 speed
2017-11-03 Yann Colletoptimized skip strategy for level 12
2017-11-03 Yann Colletnew level 11 uses 512 attempts
2017-11-03 Yann Colletmore generic skip formula
2017-11-02 Yann Colletsmall adaptations for intermediate level 11
2017-11-02 Yann Colletpartial search, while preserving compression ratio
2017-11-02 Yann Colletsearching match leading strictly farther does not work
2017-11-02 Yann Colletfixed last lost bytes in maximal mode
2017-11-02 Yann Colletchanged strategy : opt[] path is complete after each...
2017-11-01 Yann ColletMerge branch 'dev' into btopt
2017-10-31 Yann ColletMerge pull request #408 from terrelln/time
2017-10-31 Yann Colletfixed minor overflow mistake in optimal parser
2017-10-30 Yann Colletfixed minor initialization warning
2017-10-30 Yann ColletMerge pull request #412 from mikir/symbolsVisibility
2017-10-30 mikirSeparated visibility from LZ4LIB_API macro.
2017-10-25 Yann Colletadded hash chain with conditional length
2017-10-21 Yann Colletlz4opt: added hash chain search
2017-10-20 Yann Colletswitched many types to int
2017-10-20 Yann Colletremoved SET_PRICE macro
2017-10-20 Yann Colletremoved one macro usage
2017-10-20 Yann Colletminor refactor
2017-10-20 Yann Colletlz4opt: refactor sequence reverse traversal
2017-10-20 Yann Colletrefactor variable matchnum
2017-10-20 Yann Colletsimplified initial cost conditions
2017-10-19 Yann Colletadded assert
2017-10-19 Yann Colletrenamed last_pos into last_match_pos
2017-10-19 Yann Colletsimplified early exit when single solution
2017-10-17 Nick Terrell[bench] Use higher resolution timer on POSIX
2017-10-15 Yann Colletlz4cli : minor rewrite of lz4c legacy commands
2017-10-15 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2017-10-15 Yann Colletlz4cli : removed extension artefacts
2017-10-13 Yann ColletMerge pull request #407 from odaira/useO2ppc64le
2017-10-13 Rei OdairaUse the optimization level of O2 for the decompression...
2017-10-10 Yann ColletMerge pull request #403 from felixhandte/lz4-cli-dict...
2017-10-10 W. Felix HandteRead the Dictionary into a Circular Buffer
2017-10-10 W. Felix HandteAdd some tests verifying command line dictionary functi...
2017-10-10 W. Felix HandteAdd Dictionary Support to the Command Line Tool
2017-10-09 Yann Colletfused getLongerMatch and getWiderMatch
2017-10-09 Yann Colletre-inserted last byte test in widerMatch
2017-10-09 Yann Colletearly out is not better
2017-10-09 Yann Colletoptional fuse
2017-10-09 Yann Colletimproved search of rep-1 patterns
2017-10-09 Yann ColletinsertAndFindBestMatch defers to insertAndGetWiderMatch
2017-10-04 Yann Colletfixed decoding block checksum in lz4frame
2017-09-30 Yann Colletfix #404
2017-09-23 Yann Colletminor lz4frame code refactor
2017-09-23 Yann ColletMerge pull request #402 from felixhandte/fix-dict-segfault
2017-09-22 W. Felix HandteFix Segfault When Copying Dict
2017-09-11 Yann Colletminor improvements to examples
2017-09-10 Yann Colletmade clang warnings fail (-Werror)
2017-09-10 Yann Colletfixed a bunch of -Wcomma warnings
2017-09-10 Yann Colletadded -Wcomma to travisCI clang test
2017-09-07 Yann Colletfix #397 : decompression failed when using a combinatio...
2017-09-07 Yann Colletbench : made decompression speed evaluation same time...
2017-09-07 Yann Colletminor Makefile fixes
2017-09-06 Yann Colletupdated lib/README
2017-08-30 Yann Colletcomplementary information for #394
2017-08-30 Yann Colletclarified documentation of streaming decompression...
2017-08-30 Yann Colletminor typo fix
2017-08-29 Yann Colletfixed FS-independent file order in /lib
2017-08-26 Yann Colletbuild: source files sorted in a FS independent manner
2017-08-25 Yann Colletupdated NEWS with fixes
2017-08-25 Yann ColletMerge pull request #386 from lz4/parallelMake
2017-08-25 Yann Colletremoved fasttest from circleCI
2017-08-25 Yann Colletremoved test-fasttest
2017-08-25 Yann ColletMerge pull request #393 from terrelln/deprecate2
2017-08-25 Yann Colletfixed make recurrence from /tests
2017-08-25 Yann Colletremoved fasttest
2017-08-24 Yann Colletminor : added header license
2017-08-24 Yann ColletMerge branch 'dev' into parallelMake
2017-08-24 Nick TerrellDon't use C++11 deprecation attribute with clang
2017-08-24 Yann ColletMerge pull request #392 from m-hennecke/fix-arm-openbsd
2017-08-24 Yann ColletMerge pull request #391 from tcpan/dev
2017-08-24 Yann ColletMerge pull request #390 from lz4/installVars
2017-08-24 tcpanFIX: added prefix to FORCE_INLINE to prevent redefiniti...
2017-08-24 Markus HenneckeFix: Add return statement to main function
2017-08-24 Yann Colletfixed man directory installation (#337)
2017-08-21 Yann Colletmake test is compatible with parallel execution (-j#)
2017-08-17 Yann Colletfix : asan error in dctx, due to increased maximum...
2017-08-16 Yann ColletMerge pull request #382 from lz4/installVars
2017-08-15 Yann Colletupdated lz4frame manual
2017-08-15 Yann ColletMerge branch 'dev' into installVars and fixed conflicts
2017-08-15 Yann ColletMerge pull request #383 from lz4/blockChecksum
2017-08-15 Yann ColletMerge pull request #380 from lz4/dictID
2017-08-14 Yann Colletlz4c legacy commands are now enabled at runtime based...
next