aboutsummaryrefslogtreecommitdiff
path: root/contrib/zstd/lib/dictBuilder/cover.c
Commit message (Collapse)AuthorAgeFilesLines
* Move zstd from contrib to sys/contrib so it can be used in theWarner Losh2017-11-141-1045/+0
| | | | | | | | | | kernel. Adjust the Makefiles that referenced it to the new path. Sponsored by: Netflix OK'd by: cem@ and AllanJude@ Notes: svn path=/head/; revision=325792
* Update to zstd 1.3.2Baptiste Daroussin2017-11-111-22/+33
| | | | Notes: svn path=/head/; revision=325713
* Import zstandard 1.3.1Baptiste Daroussin2017-08-221-9/+7
| | | | Notes: svn path=/head/; revision=322784
* Update zstd to 1.3.0Baptiste Daroussin2017-07-141-37/+23
| | | | Notes: svn path=/head/; revision=320987
* Import Zstandard 1.2.0Baptiste Daroussin2017-05-061-13/+34
| | | | | | | | | Among new things it is now threaded by default, use zstd -T# to chose the number of threads not that -T0 will automatically determine the number of threads based on the number of CPU online. Notes: svn path=/head/; revision=317877
* Import zstandard 1.1.4 in baseBaptiste Daroussin2017-04-151-0/+1029
zstandard is a new compression library/tool which is very fast at compression/decompression For now import as a private library Notes: svn path=/head/; revision=316978