platform/upstream/lz4.git
2017-12-20 Yann Colletnew level 10
2017-12-15 Yann ColletMerge pull request #427 from lz4/registerLess
2017-12-11 Yann ColletMerge pull request #424 from MaxRis/msbuild-properties...
2017-12-11 Max RisuhinEnableWholeProgramOptimization and UseStaticCRT msbuild...
2017-12-05 Yann Colletremove `register` keyword
2017-12-04 Yann ColletMerge pull request #426 from aliceatlas/cli_chmod_fix
2017-12-04 Alice AtlasFix bug which could sometimes result in the lz4 cli...
2017-11-25 Yann Colletminor updates to examples
2017-11-20 Yann ColletAPI : changed a few variables' names for clarity
2017-11-13 Yann Colletupdated NEWS
2017-11-09 Yann ColletMerge pull request #416 from lz4/newopt
2017-11-09 Yann Colletadded code comments
2017-11-09 Yann Colletadded constant TRAILING_LITERALS
2017-11-09 Yann Colletlz4opt: simplified match finder invocation to LZ4HC_Fin...
2017-11-08 Yann Colletadded code comments
2017-11-08 Yann Colletfixed LZ4HC_reverseCountPattern()
2017-11-08 Yann Colletremoved the ip++ at the beginning of block
2017-11-07 Yann ColletMerge pull request #418 from lz4/fasterCount
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-07 Yann Colletadded LZ4_FORCEINLINE to counter gcc regression
2017-11-06 Yann Collet2-stages LZ4_count
2017-11-06 Yann Colletbuild: minor : `make lz4` doesn't compile liblz4 anymore
2017-11-06 Yann ColletMerge pull request #417 from sylvestre/dev
2017-11-06 Sylvestre LedruOnly ignore with C++17
2017-11-05 Sylvestre LedruWhen building with a C++ compiler, remove the 'register...
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 pull request #415 from lz4/fasterDecodingXp
2017-11-01 Yann ColletMerge branch 'dev' into btopt
2017-10-31 Yann Colletminor change, to help store forwarding
2017-10-31 Yann Colletextended shortcut match length to 18
2017-10-31 Yann ColletMerge pull request #408 from terrelln/time
2017-10-31 Yann Colletminor : coding style : use ML_MASK constant
2017-10-31 Yann Colletadded comments, as suggested by @terrelln
2017-10-31 Yann Colletfixed minor overflow mistake in optimal parser
2017-10-30 Yann Colletfixed minor initialization warning
2017-10-30 Yann Colletmore complete shortcut - passes tests
2017-10-30 Yann ColletMerge pull request #412 from mikir/symbolsVisibility
2017-10-30 mikirSeparated visibility from LZ4LIB_API macro.
2017-10-25 Yann Colletsmall modification of lz4 decoder to shortcut common...
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
next