summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* updated NEWS for v1.9.1Yann Collet2019-04-231-1/+3
|
* bumped version numberYann Collet2019-04-191-0/+5
| | | | to v1.9.1
* minor benchmark updateYann Collet2019-04-161-1/+1
| | | | was using wrong memory timing
* minor news updateYann Collet2019-04-161-1/+1
| | | | for msys2
* updated NEWS for v1.9.0Yann Collet2019-04-161-0/+12
|
* fixed NEWS for v1.8.3Yann Collet2018-09-121-0/+1
|
* updated NEWS for v1.8.3 releaseYann Collet2018-09-111-2/+4
|
* updated documentation regarding dictionary compressionYann Collet2018-09-051-0/+6
| | | | | | following suggestion from @stbrumme (#558) Also : bumped version number, regenerated man page and html doc
* updated NEWS in preparation for v1.8.2Yann Collet2018-05-021-2/+2
|
* updated NEWS for v1.8.2Cyan49732018-04-291-0/+1
| | | | mentioning work from @svpv
* updated NEWS, in preparation for v1.8.2Yann Collet2018-04-271-0/+6
|
* bumped version number to v1.8.2Yann Collet2018-02-261-0/+5
| | | | updated NEWS was current progresses
* updated NEWS for v1.8.1v1.8.1Yann Collet2018-01-121-1/+4
|
* updated NEWSYann Collet2017-11-131-1/+6
|
* fix #397 : decompression failed when using a combination of extDict + low ↵Yann Collet2017-09-071-0/+1
| | | | | | | | memory address Reported and fixed by @jscheid Note : we are missing a test case to include it in the CI
* updated NEWS with fixesYann Collet2017-08-251-0/+4
|
* fix : asan error in dctx, due to increased maximum frame header size, ↵v1.8.0Yann Collet2017-08-171-0/+1
| | | | reported by Craig Young
* restored block checksum capability at lz4frame API levelYann Collet2017-08-121-0/+1
|
* updated Frame specificationYann Collet2017-08-081-0/+2
| | | | | Restored DictID field in Frame header Bumped specification version to v1.6.0
* -g compilation flag not by default for lz4 cliYann Collet2017-06-131-2/+1
|
* updated NEWSYann Collet2017-06-121-1/+2
|
* lz4frame : Added negative compression levelsYann Collet2017-04-091-0/+1
|
* cli: add GNU separator -- specifying that all following arguments are filesDmitry V. Levin2017-03-231-0/+1
| | | | | This option is supported by other compressors with compatible cli, so add it to lz4 as well for better compatibility.
* LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-161-1/+1
| | | | | Limits compression level to 10, to remain compatible with Hash Chain.
* fix #332 : do not modify /dev/null permissionsYann Collet2017-03-161-0/+4
|
* added Oleg @remittor contributionYann Collet2017-03-121-0/+2
|
* LZ4_MEMORY_USAGE can be modified from compilation command lineYann Collet2017-01-051-0/+3
|
* updated NEWSYann Collet2017-01-031-1/+2
|
* updated Makefile : lz4 no longer recompiled when already up-to-dateYann Collet2016-12-221-1/+1
|
* updated NEWSYann Collet2016-12-221-0/+1
|
* minor fix for travis-install testYann Collet2016-12-211-2/+3
|
* fix `make` concurrency build (#277)Yann Collet2016-12-151-0/+1
|
* updated NEWSYann Collet2016-12-081-1/+2
|
* updated NEWSYann Collet2016-11-281-0/+1
|
* fixed minor display error when using -rYann Collet2016-11-281-0/+3
|
* numberingv1.7.4.2Yann Collet2016-11-221-1/+1
|
* updated NEWSYann Collet2016-11-221-1/+4
|
* fixed #272 (compilation fails on gcc 4.4), reported by @totaamYann Collet2016-11-191-0/+1
|
* attempt -mx32 tests on Travis CIYann Collet2016-11-191-0/+1
|
* fix 32-bits mode.Yann Collet2016-11-171-0/+3
| | | | | | Large File support for Mac OS-X in 32-bits mode Fixed potential undefined behavior Changed makefile for 32-bits mode
* bump version numberYann Collet2016-11-151-1/+1
|
* cli : add --help commandYann Collet2016-11-131-1/+1
|
* updated frametestYann Collet2016-11-111-1/+1
|
* improved man on compression levelYann Collet2016-11-101-1/+4
|
* fixed lz4catYann Collet2016-11-091-1/+1
| | | | changed lz4-test order
* updated NEWSYann Collet2016-11-091-8/+10
|
* small compression ratio and speed improvement on small filesYann Collet2016-11-081-0/+1
|
* Fix #243 : detect and report fread() errors, by @iyokanYann Collet2016-11-071-2/+5
|
* minor refactorYann Collet2016-11-051-0/+1
|
* better correctness on big-endian 64-bits platformsYann Collet2016-11-041-0/+1
|