aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/zstd/common/zstd_common.c
Commit message (Collapse)AuthorAgeFilesLines
* zstd: Update to pristine 1.3.3Rémi Verschelde2018-01-131-4/+10
|
* Update zstd to 1.3.2.Ferenc Arn2017-10-261-2/+2
|
* zstd: Update to upstream version 1.3.1Rémi Verschelde2017-08-271-4/+4
| | | | | | | It is now dual-licensed BSD-3-Clause and GPL-2.0, we use the former. The PATENTS file is no longer applicable \o/ Also add zstd to COPYRIGHT.txt
* zstd: Update to upstream version 1.3.0George Marques2017-07-221-18/+25
|
* Add zstd compression support.Ferenc Arn2017-06-081-0/+73
zstd has much better compression speed and ratio, and better decompression speed than currently available methods. Also set zstd as the default compression method for Compression as well as FileAccessCompressed functions.