Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-02 | Treat 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 } |