platform/upstream/lz4.git
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
2017-02-28 Yann Colletupdated LICENSE
2017-02-16 Yann ColletMerge pull request #320 from inikep/dev
2017-02-16 Przemyslaw... remove MOREFLAGS from test-lz4c32
2017-02-16 Yann ColletMerge pull request #319 from inikep/dev
2017-02-15 Przemyslaw... CFLAGS=-I/usr/include/x86_64-linux-gnu
2017-02-15 Przemyslaw... circle.yml: fixed lz4c32 target (2)
2017-02-15 Przemyslaw... circle.yml: fixed lz4c32 target
2017-02-15 Yann ColletMerge pull request #318 from esiegerman/eks/mklib
2017-02-15 Przemyslaw... improved Circle CI tests
2017-02-15 Przemyslaw... added circle.yml
2017-02-15 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2017-02-15 Przemyslaw... Avoid fseek()'s 2GiB barrier with MinGW
2017-02-15 Przemyslaw... upgraded util.h
2017-02-15 Eric SiegermanExplicitly create $(DESTDIR)$(LIBDIR)/ at install time
2017-02-14 Yann ColletMerge pull request #317 from esiegerman/eks/no-andand...
2017-02-14 Eric SiegermanDon't use "foo && false || true"
2017-02-10 Yann ColletMerge pull request #316 from inikep/dev
2017-02-10 Yann ColletMerge pull request #315 from bebehei/patch-1
2017-02-10 Przemyslaw... added OpenBSD NetBSD SunOS to list of supported `make...
2017-02-10 Benedikt Heineupdate repolink in makefile
2017-02-10 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2017-02-10 Przemyslaw... updated platform.h
2017-02-10 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
2017-02-09 Yann Colletadded DragonFly to list of supported `make install` OS
2017-02-08 Yann Colletupdated comments on block sizes
2017-02-05 Yann ColletMerge pull request #312 from mgorny/cmake-pc-version
2017-02-05 Michał Górny[cmake] Fix substituting version in liblz4.pc
2017-01-23 Yann ColletMerge pull request #307 from inikep/dev
2017-01-23 Przemyslaw... lz4frame.h: added Introduction
2017-01-23 Przemyslaw... updated gen-lz4-manual.sh
2017-01-23 Przemyslaw... added lz4frame_manual.html
2017-01-23 Przemyslaw... lz4frame.h: prepared to generate manual
2017-01-23 Przemyslaw... lz4 manual updated to v1.7.5
2017-01-23 Przemyslaw... lz4.h: improved manual generation
2017-01-23 Przemyslaw... improved gen_manual
2017-01-19 Przemyslaw... added "This Makefile is validated for"
2017-01-16 Przemyslaw... Merge remote-tracking branch 'refs/remotes/lz4/dev...
next