platform/upstream/lz4.git
2018-01-14 Yann Colletnicer console message for `make clean`
2018-01-14 Yann Colletupdated manuals to v1.8.1
2018-01-14 Yann ColletMerge pull request #448 from sunpoet/dev
2018-01-13 Po-Chuan HsiehFix lz4 version
2018-01-13 Yann Colletupdated LZ4F_decompress() documentation
2018-01-12 Yann Colletupdated NEWS for v1.8.1
2018-01-10 Yann ColletMerge pull request #442 from terrelln/441
2018-01-10 Yann ColletMerge pull request #443 from terrelln/440
2018-01-10 Yann ColletMerge pull request #444 from felixhandte/publish-static...
2018-01-08 W. Felix HandteAdd Option to Make lz4frame_static.h Functions Visible...
2018-01-06 Yann ColletMerge pull request #434 from lz4/pattern
2018-01-06 Yann ColletMerge pull request #435 from lz4/destSize
2018-01-05 Nick Terrell[lz4f] Skip memcpy() on empty dictionary
2018-01-05 Nick Terrell[lz4io] Refuse to set file stat for non-regular files
2018-01-05 Nick Terrell[lz4io] Fix decompression file stat with --rm
2018-01-01 Yann ColletMerge pull request #439 from eli-b/doc-nohup-behavior
2018-01-01 Yann ColletMerge pull request #438 from eli-b/grammar-fix
2018-01-01 Eli BoyarskiDocs: describe behavior under nohup
2018-01-01 Eli BoyarskiGrammar: "to silent" -> "to silence"
2017-12-27 Yann Colletobject files in /tests
2017-12-22 Yann Colletlz4opt supports _destSize
2017-12-22 Yann Collet/tests programs compiled with LZ4_DEBUG=1
2017-12-22 Yann Colletconditional pattern analysis
2017-12-21 Yann ColletMerge pull request #431 from lz4/newopt
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
next