Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-01 | Remove changes files for items already in release-0.3.1 | Nick Mathewson | |
2017-06-20 | Send the correct content-encoding when serving cached_dir_t objects | Nick Mathewson | |
A cached_dir_t object (for now) is always compressed with DEFLATE_METHOD, but in handle_get_status_vote() to we were using the general compression-negotiation code decide what compression to claim we were using. This was one of the reasons behind 22502. Fixes bug 22669; bugfix on 0.3.1.1-alpha |