platform/upstream/lz4.git
2018-03-21 test4973added low address fuzzer tests
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
2018-02-01 Yann Colletrefactored frameCompress.c example code
2018-02-01 Yann Colletfixed read size, as noticed by @terrelln
2018-02-01 Yann Colletensure proper dependencies are built for /examples
2018-01-31 Yann Colletrefactored frameCompress example
2018-01-31 Asger Hautop... Always prefer c++14 attributes if available
2018-01-31 Yann Colletfix typos as suggested by @psteinb
2018-01-31 Asger Hautop... Ensure LZ4_DEPRECATED("...") is before LZ4LIB_API
2018-01-31 Yann Colletproposed a minor change to LZ4 Frame format specification
2018-01-22 Yann ColletMerge pull request #455 from terrelln/hc-default
2018-01-22 Nick Terrell[lz4hc] level == 0 means default, not level 1
2018-01-17 Yann ColletMerge pull request #453 from lz4/clockfix
2018-01-17 Yann ColletMerge pull request #454 from sunpoet/dev
2018-01-17 Po-Chuan HsiehChange file format back to ASCII (from UTF-8)
2018-01-16 Yann Colletuse more restrictive conditions for clock_gettime()
2018-01-15 Yann Colletadded checkTag
2018-01-14 Yann Colletrestored .travis
2018-01-14 Yann Colletlz4frame : removed some intermediate stage from LZ4F_de...
2018-01-14 Yann ColletMerge branch 'dev' into coverity_scan
2018-01-14 Yann Colletminor : try to tell static analyzer that we don't care...
2018-01-14 Yann Colletensure a ptr is non-null
2018-01-14 Yann Colletmodified formulation for LZ4F_compressBound()
2018-01-14 Yann Colletprograms/datagen : attempt to please static analyzer
2018-01-14 Yann Colletlz4io: fixed minor ressource leak
2018-01-14 Yann Colletrevert project name
2018-01-14 Yann Colletminor name update
2018-01-14 Yann ColletMerge branch 'master' into coverity_scan
2018-01-14 Yann ColletMerge pull request #449 from lz4/dev
2018-01-14 Yann Colletupdate man page
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-13 Yann ColletMerge pull request #446 from lz4/dev
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
next