summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * dirclient: don't return too-long responses on decompression failureNick Mathewson2022-02-011-0/+2
* | Untangle two needless Ok(r?) into just rIan Jackson2022-02-021-1/+1
|/
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-6/+6
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* Fix a few typos.Nick Mathewson2021-11-241-2/+2
* tor-dirclient: Put routerdesc download behind a feature.Nick Mathewson2021-11-121-2/+13
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Stop using anyhow in tor-dirclient.Jani Monoses2021-09-161-1/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-1/+2
* Document every macro.Nick Mathewson2021-09-071-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+615