summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient/src/request.rs
Commit message (Expand)AuthorAgeFilesLines
* Use an Enum for the description requesttranna2023-04-101-37/+54
* dirclient: fix an "unused import" warning.Nick Mathewson2023-04-061-1/+1
* tor-dirclient: Add a comment about 50 x 1024gabi-2502023-04-031-0/+1
* tor-dirclient: Add test case for HsDescDownloadRequestIan Jackson2023-04-031-1/+21
* tor-dirclient: Provide HsDescDownloadRequestIan Jackson2023-04-031-0/+43
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Complete our migration to base64ct.Nick Mathewson2023-01-201-1/+2
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* cfg compilation: Add two allowsIan Jackson2022-11-181-0/+1
* tor-dirclient: Provide RoutersOwnDescRequestIan Jackson2022-10-251-0/+29
* 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