aboutsummaryrefslogtreecommitdiff
path: root/src/common/compress_zstd.c
AgeCommit message (Expand)Author
2018-06-21Extract compression functions into a new library.Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-12Merge branch 'maint-0.3.3'Nick Mathewson
2018-06-12Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-06-12Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-06-02Silence unused-const-variable warnings in zstd.h on some gcc versionsteor
2018-02-18Use autoconf to check for optional zstd functionality.Nick Mathewson
2018-02-16tor_zstd_format_version shouldn't be built when !HAVE_ZSTDNick Mathewson
2018-02-06Add configure option to control ZSTD_STATIC_LINKING_ONLYNick Mathewson
2018-02-06Warn on zstd header/library version mismatchNick Mathewson
2018-02-06Use "static-only" zstd functions to estimate memory usage.Nick Mathewson
2018-02-06Enable (safe) use of zstd static-only APIsNick Mathewson
2017-12-08Convert the rest of src/common's headers to use FREE_AND_NULLNick Mathewson
2017-09-20Merge branch 'maint-0.3.1'Nick Mathewson
2017-09-20in zstd compression, fix 32 bit buildAndreas Stieger
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
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