platform/upstream/lz4.git
2017-08-08 Yann Colletupdated Frame specification
2017-08-07 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2017-08-07 Yann ColletMerge pull request #376 from ido/patch-1
2017-08-07 Yann ColletMerge branch 'dev' of github.com:Cyan4973/lz4 into dev
2017-08-07 Yann Colletupdated man page
2017-08-01 Ido RosenFix typos preventing installation of static lib.
2017-07-09 Yann ColletMerge pull request #374 from ferdnyc/patch-2
2017-07-08 FeRD (Frank... Generate updated man page from Markdown source
2017-07-08 Yann ColletMerge pull request #373 from ferdnyc/patch-2
2017-07-08 FeRD (Frank... Fix formatting of concatenation example
2017-06-26 Yann Colletfix #369
2017-06-26 Yann ColletMerge pull request #371 from jku/tests-LIBDIR
2017-06-26 Jussi Kukkonentests/Makefile: don't use LIBDIR as variable
2017-06-19 Yann ColletMerge pull request #367 from Chocobo1/fallthrough
2017-06-19 Yann ColletMerge pull request #368 from Chocobo1/readme
2017-06-19 Chocobo1Update README.md
2017-06-19 Chocobo1Fix gcc7 Wimplicit-fallthrough warnings
2017-06-14 Yann Colletmade level 10 a bit faster
2017-06-13 Yann Collet-g compilation flag not by default for lz4 cli
2017-06-13 Yann Colletclarified lz4frame api comment (#350)
2017-06-12 Yann Colletreport where decompression ends (#313)
2017-06-12 Yann Colletupdated NEWS
2017-06-08 Yann Colletfixed minor scan-build warning
2017-06-08 Yann Colletrefactored simple_buffer.c example (#363)
2017-06-06 Yann Colletadded a paragraph on overlap matches
2017-05-26 Yann Colletcli accept block sizes with KB / MB prefixes
2017-05-25 Yann ColletMerge pull request #360 from Chocobo1/md
2017-05-25 Chocobo1[Doc] Fix markdown
2017-05-23 Yann ColletMerge pull request #359 from PierreNav/dev
2017-05-23 PierreNavAdd DLL files to the INSTALL target
2017-05-11 Yann ColletMerge pull request #352 from lz4/resetDCtx
2017-05-11 Yann Colletfix (minor) g++ compatibility for frametest
2017-05-10 Yann Colletadded test for LZ4F_resetDecompressionContext()
2017-05-10 Yann Colletfixed c_standards tests
2017-05-10 Yann Colletbumped version number to 1.8.0
2017-05-10 Yann Colletupdated Makefile
2017-05-10 Yann Colletexpose LZ4F_resetDecompressionContext()
2017-05-02 Yann Colletminor readability changes
2017-05-02 Yann Colletchanged macro HEAPMODE into LZ4_HEAPMODE
2017-04-30 Yann ColletMerge pull request #349 from svpv/master
2017-04-29 Alexey Tourbinlz4hc.c: clamp compression levels > 12
2017-04-29 Alexey Tourbinlz4cli.c: fix a comment: LZ4HC_DEFAULT_CLEVEL -> LZ4HC_...
2017-04-29 Alexey Tourbinliz4hc.h: fix a comment: LZ4HC_MAX_CLEVEL -> LZ4HC_CLEV...
2017-04-26 Yann ColletMerge pull request #348 from terrelln/deprecate
2017-04-26 Nick Terrell[LZ4F] Allow users to disable LZ4F_DEPRECATE
2017-04-11 Yann ColletMerge pull request #347 from lz4/negativeCLevels
2017-04-09 Yann Colletlz4frame : Added negative compression levels
2017-04-09 Yann Colletensure lz4f_cctx internal buffer size remain valid...
2017-04-09 Yann Colletlz4frame : control lz4 context creation success
2017-03-30 Yann Colletmake __packed memory access default for gcc
2017-03-30 Yann ColletMerge pull request #344 from lz4/LZ4F_getFrameInfo
2017-03-29 Yann Colletfixed minor Visual warning
2017-03-29 Yann ColletImproved comments on LZ4F_getFrameInfo()
2017-03-29 Yann Colletadded LZ4F_resetDecompressionContext()
2017-03-29 Yann ColletSafer LZ4_getFrameInfo()
2017-03-27 Yann ColletMerge pull request #342 from iburinoc/isatty
2017-03-27 Sean PurcellFix inline compile errors
2017-03-27 Sean PurcellFix IS_CONSOLE returning 1 for NUL on windows
2017-03-25 Yann ColletMerge pull request #341 from iburinoc/exematch
2017-03-25 Yann ColletMerge pull request #340 from lz4/optlz4opt
2017-03-24 Sean PurcellIgnore extensions in exe name matching
2017-03-24 Yann ColletMerge pull request #338 from ldv-alt/dev
2017-03-24 Yann Colletimproved level 10 speed for degenerated cases
2017-03-24 Yann ColletMerge branch 'dev' into optlz4opt
2017-03-24 Yann Colletfixed API comment for LZ4F_createCompressionContext()
2017-03-24 Dmitry V. LevinExport deprecated symbols declared in lz4hc.h
2017-03-23 Yann ColletMerge pull request #337 from ldv-alt/dev
2017-03-23 Dmitry V. Levincli: add GNU separator -- specifying that all following...
2017-03-20 Yann ColletMerge branch 'optlz4opt' of github.com:Cyan4973/lz4...
2017-03-20 Yann Colletminor refactor
2017-03-20 Yann Colletslight btopt speed improvement
2017-03-18 Yann Colletslight btopt speed improvement
2017-03-18 Yann Colletmade SET_PRICE macro more usable
2017-03-17 Yann Colletimproved lz4opt speed (~4%)
2017-03-17 Yann Colletminor price function optimization
2017-03-17 Yann Colletadded `extern C` for lz4.h static section
2017-03-16 Yann ColletLZ4_compress_HC_continue_destSize() works as intended...
2017-03-16 Yann ColletLZ4_compress_HC_destSize() uses LZ4HC_compress_generic...
2017-03-16 Yann Colletupdated lz4 version number
2017-03-16 Yann Colletcreated LZ4_HC_STATIC_LINKING_ONLY section
2017-03-16 Yann Colletfixed Visual compilation error
2017-03-16 Yann Colletfix #332 : do not modify /dev/null permissions
2017-03-15 Yann Colletfix #333 : expose obsolete decoding functions
2017-03-12 Yann Colletadded Oleg @remittor contribution
2017-03-12 Yann ColletMerge pull request #331 from ldv-alt/dev
2017-03-12 Yann ColletMerge pull request #329 from remittor/dev-hc2
2017-03-10 Dmitry V. LevinExport only those symbols that are part of public API
2017-03-10 Dmitry V. LevinExport deprecated symbols
2017-03-10 Dmitry V. LevinExplicitly set visibility of public API functions when...
2017-03-10 Yann ColletMerge pull request #330 from inikep/dev
2017-03-10 Przemyslaw... bench.c: respect LZ4_MAX_INPUT_SIZE limit
2017-03-10 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2017-03-09 remittorlz4hc: Fix LZ4HC_compress_hashChain for backward compat...
2017-03-08 remittorlz4hc: Fix LZ4HC_compress_hashChain for full support...
2017-03-08 remittortests: fuzzer: Add test for LZ4_compressHC_destSize
2017-03-08 remittorlz4hc: Add LZ4_compressHC_destSize and LZ4_compress_HC_...
2017-03-07 remittorlz4hc: Cleanup function LZ4HC_encodeSequence
2017-03-07 remittorlz4hc: Cleanup function LZ4HC_compress_hashChain
2017-03-06 Yann ColletMerge pull request #328 from ldv-alt/dev
2017-03-05 Dmitry V. LevinFix test-lz4-basic
next