aboutsummaryrefslogtreecommitdiff
path: root/src/common/compress_zstd.c
AgeCommit message (Expand)Author
2018-06-02Silence unused-const-variable warnings in zstd.h on some gcc versionsteor
2017-09-20in zstd compression, fix 32 bit buildAndreas Stieger
2017-08-08Remove some LCOV_EXCL stuff that I think may be testable after all.Nick Mathewson
2017-08-08Merge remote-tracking branch 'ahf/bugs/22286' into maint-0.3.1Nick Mathewson
2017-07-14Fix zstd 1.3.0 trouble: Be more respectful of its state machineNick Mathewson
2017-06-16Return TOR_COMPRESS_BUFFER_FULL when zstd has additional inputteor
2017-06-16Remove a redundant conditional in tor_zstd_compress_processteor
2017-06-16Move a comment to the right place in tor_zstd_compress_processteor
2017-05-17Add coverage markers in Zstd + LZMA compression backends.Alexander Færøy
2017-04-27Fix handling of "final" flag in zstd decompressionNick Mathewson
2017-04-26Fix compilation when lzma or zstd is absentNick Mathewson
2017-04-26Avoid a warning from the use of floating-point in zstdNick Mathewson
2017-04-26Approximate memory usage needed for the Zstandard backend.Alexander Færøy
2017-04-26Remove unused header from the Zstandard compression backend.Alexander Færøy
2017-04-25Whitespace fixes.Nick Mathewson
2017-04-25Merge branch 'unified_compress_squashed'Nick Mathewson
2017-04-25Add a "best compression" flag.Nick Mathewson
2017-04-25Combine all *compress/*uncompress backend function into oneNick Mathewson
2017-04-25Use atomic counters for compressor allocation.Nick Mathewson
2017-04-25Remove `tor_compress_memory_level()`.Alexander Færøy
2017-04-25Add API entry-point for getting compression method version numbers.Alexander Færøy
2017-04-25Add function to check if a given compression method is supported.Alexander Færøy
2017-04-25Add Zstandard support.Alexander Færøy