platform/upstream/lz4.git
2017-08-25 Yann Colletremoved fasttest
2017-08-24 Yann Colletminor : added header license
2017-08-24 Yann ColletMerge branch 'dev' into parallelMake
2017-08-24 Yann ColletMerge pull request #392 from m-hennecke/fix-arm-openbsd
2017-08-24 Yann ColletMerge pull request #391 from tcpan/dev
2017-08-24 Yann ColletMerge pull request #390 from lz4/installVars
2017-08-24 tcpanFIX: added prefix to FORCE_INLINE to prevent redefiniti...
2017-08-24 Markus HenneckeFix: Add return statement to main function
2017-08-24 Yann Colletfixed man directory installation (#337)
2017-08-21 Yann Colletmake test is compatible with parallel execution (-j#)
2017-08-17 Yann Colletfix : asan error in dctx, due to increased maximum...
2017-08-16 Yann ColletMerge pull request #382 from lz4/installVars
2017-08-15 Yann Colletupdated lz4frame manual
2017-08-15 Yann ColletMerge branch 'dev' into installVars and fixed conflicts
2017-08-15 Yann ColletMerge pull request #383 from lz4/blockChecksum
2017-08-15 Yann ColletMerge pull request #380 from lz4/dictID
2017-08-14 Yann Colletlz4c legacy commands are now enabled at runtime based...
2017-08-14 Yann Colletfix minor markdown display issues
2017-08-14 Yann Colletbetter respect GNU standard Makefile conventions
2017-08-12 Yann Colletcli : restored command -BX to enable block checksum...
2017-08-12 Yann Colletrestored block checksum capability at lz4frame API...
2017-08-11 Yann ColletMerge pull request #378 from deymo/dev
2017-08-10 Yann Colletimplemented lz4frame decompression API
2017-08-10 Yann Colletsupport dictionary compression with independent blocks
2017-08-10 Yann Colletfixed gcc prototype warning
2017-08-10 Yann Colletdictionary compression correctly uses compression level
2017-08-10 Yann Colletfixed C++ conversion warnings
2017-08-10 Yann Colletfixed uninitialization error in lz4frame
2017-08-09 Yann Colletimplemented dictionary compression in lz4frame
2017-08-09 Yann Colletfixed frameCompress example
2017-08-09 Yann Colletadded dictID inside LZ4F_frameInfo_t
2017-08-08 Yann Colletupdated Frame specification
2017-08-07 Alex DeymoAllow to predefine FORCE_INLINE macro.
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...
next