Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-25 | Merge branch 'unified_compress_squashed' | Nick Mathewson | |
2017-04-25 | Combine all *compress/*uncompress backend function into one | Nick Mathewson | |
Since we have a streaming API for each compression backend, we don't need a non-streaming API for each: we can build a common non-streaming API at the front-end. | |||
2017-04-25 | Use atomic counters for compressor allocation. | Nick Mathewson | |
2017-04-25 | Fix newlines in compression headers. | Alexander Færøy | |
See: https://bugs.torproject.org/21662 | |||
2017-04-25 | Add function to check if a given compression method is supported. | Alexander Færøy | |
This patch adds support for checking if a given `compress_method_t` is supported by the currently running Tor instance using `tor_compress_supports_method()`. See: https://bugs.torproject.org/21662 | |||
2017-04-25 | Add Zstandard support. | Alexander Færøy | |
See: https://bugs.torproject.org/21662 |