aboutsummaryrefslogtreecommitdiff
path: root/src/common/compress.h
AgeCommit message (Expand)Author
2017-05-17Fix whitespace issue.Alexander Færøy
2017-05-12Add API for getting human readable descriptions of a compress_method_tAlexander Færøy
2017-04-27Move the "supported compression bitmask" into compress.[ch]Nick Mathewson
2017-04-25Function to convert compression methods to/from strings.Nick Mathewson
2017-04-25Merge branch 'unified_compress_squashed'Nick Mathewson
2017-04-25Add a "best compression" flag.Nick Mathewson
2017-04-25Use atomic counters for compressor allocation.Nick Mathewson
2017-04-25Fix newlines in compression headers.Alexander Færøy
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 `tor_compress_get_total_allocation()` function.Alexander Færøy
2017-04-25Add Zstandard support.Alexander Færøy
2017-04-25Add LZMA support.Alexander Færøy
2017-04-25Rename the `torgzip` module to `compress`.Alexander Færøy