aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2021-11-30`ZSTD_maxCLevel` now limited to 21 for 32-bit binaries.Yonatan Komornik
2021-11-13Fix typosDimitris Apostolou
2021-10-15Support thread pool section in HTML documentation.Martin Liska
2021-05-15minor mention of RFC8878Yann Collet
2021-05-12Remove const data members in threadpooltest payload (#2639) (#2640)sen
2021-05-11Bump version to 1.5.0, rebuild documentation (#2634)sen
2021-05-06[1.5.0] Deprecate some functions (#2582)sen
2021-05-03Merge pull request #2581 from senhuang42/lcm_stablesen
2021-05-03Merge pull request #2580 from senhuang42/defaultclevel_to_stablesen
2021-04-26Add literalCompressionMode to stable cParamsSen Huang
2021-04-16Moved ZSTD_defaultCLevel() into stable APISen Huang
2021-04-16Moved ZSTD_getDictID_fromCDict() into stable APISen Huang
2021-03-30[copyright][license] Switch to yearless copyright and some cleanup in the lin...Nick Terrell
2021-03-25Add ZSTD_defaultCLevel() function to public APISen Huang
2021-03-01Documentation RebuildW. Felix Handte
2021-01-11Change year to 2021 for compression format filesenhuang42
2021-01-04[license] Update year to 2021Nick Terrell
2020-12-18updated version number to v1.4.8Yann Collet
2020-12-15updated version number to v1.4.7Yann Collet
2020-12-09Update Zstd Compression Format to Clarify Repcode BehaviorW. Felix Handte
2020-12-02fixed API documentationYann Collet
2020-11-04Add ZSTD_getDictID_fromCDict function to experimental sectionLuke Pitt
2020-09-22Updated to repcode documentation to reflect dict content sizesenhuang42
2020-09-22Update documentation about repcodes in dictionariessenhuang42
2020-05-26minor markdown formatting fixYann Collet
2020-05-25updated spec on dictID==0Yann Collet
2020-05-14updated documentation for v1.4.5Yann Collet
2020-03-26Fix copyright and license linesNick Terrell
2020-01-27added ability to remove error messages and dictionary support (#1975)Yann Collet
2020-01-24refactor of harness, for clarity (#1974)Yann Collet
2019-11-13clarifications for Block_Maximum_SizeYann Collet
2019-10-28updated API inline doc and manualYann Collet
2019-10-22update documentation on deprecated functionsYann Collet
2019-10-21Merge pull request #1834 from facebook/winFixYann Collet
2019-10-18clarifications for the FSE decoding tableYann Collet
2019-10-17fix harness testYann Collet
2019-10-17fixed dict ptr initYann Collet
2019-10-17minor refactoring of harnessYann Collet
2019-10-17minor: DIFF determinationYann Collet
2019-10-17force compression during testsYann Collet
2019-10-17Merge branch 'dev' of github.com:facebook/zstd into devYann Collet
2019-10-17ignore build artifact from educational decoder testYann Collet
2019-10-17Merge pull request #1827 from facebook/dm_DctYann Collet
2019-10-16removed UNALIGNED() macro from educational decoderYann Collet
2019-10-16Merge pull request #1828 from bimbashrestha/education_decoder_checkYann Collet
2019-10-16Removing unnecessary check from decode sideBimba Shrestha
2019-10-16updated erroneous comments using ZSTD_dm_*Yann Collet
2019-10-16removed wildcopy8()Yann Collet
2019-09-24bump version number to v1.4.4Yann Collet
2019-09-10fix education decoder testYann Collet