summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient/src/request.rs
Commit message (Expand)AuthorAgeFilesLines
* dirclient: Generalize MdSha256Empty to EmptyRequest.Nick Mathewson2022-07-071-2/+5
* dirclient: Fix comments re conssensus request without authoritiesIan Jackson2022-06-101-5/+3
* dirclient: Replace four very similar "ids in request"Ian Jackson2022-06-091-28/+44
* dirclient: Test consensus request based on empty ConsensusRequestIan Jackson2022-06-091-0/+8
* tor-dirclient: Require that self.digests is nonemptyNeel Chauhan2022-05-301-2/+6
* dirclient: add the ability to reject circuits that are too skewed.Nick Mathewson2022-05-111-1/+65
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-1/+0
* Merge branch 'no-system-time' into 'main'eta2022-03-301-0/+1
|\
| * use wallclock where possible in teststrinity-1686a2022-02-261-0/+1
* | dirclient: Collect and expose peer information from errors.Nick Mathewson2022-03-211-1/+2
* | Replace manual Default and new with std derive in tor-dirclientIan Jackson2022-03-021-30/+6
|/
* add semicolons if nothing returnedDaniel Eades2021-11-251-2/+2
* tor-dirclient: Put routerdesc download behind a feature.Nick Mathewson2021-11-121-0/+8
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-1/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+555