summaryrefslogtreecommitdiff
path: root/tor-dirclient/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+1
* Move timer functions into an extension trait.Nick Mathewson2021-04-171-1/+1
* Replace tor-decompress with async-compression crate.Nick Mathewson2021-04-131-3/+3
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-1/+1
* Refactor errors in tor-decompress and tor-dirclient.Nick Mathewson2021-03-241-5/+31
* tor-dirclient: add timeoutsNick Mathewson2020-12-011-0/+11
* Implement a maximum length for directory responsesNick Mathewson2020-11-251-0/+4
* Better error types for tor-dirclientNick Mathewson2020-11-251-0/+23