aboutsummaryrefslogtreecommitdiff
path: root/src/common/compress_none.c
AgeCommit message (Collapse)Author
2017-06-20Fix compress_none.c header commentTaylor Yu
The Doxygen \file markup for compress_none.c had the wrong filename. Fixes #22638.
2017-05-02Treat the identity transformation as another kind of compression.Nick Mathewson
This will allow us to treat NO_METHOD as a real compression method, and to simplify code that currently does if (compressing) { compress } else { copy }