summaryrefslogtreecommitdiff
path: root/tor-dirclient/src/request.rs
Commit message (Expand)AuthorAgeFilesLines
* Prefer "relay" to "server" when appropriate.Nick Mathewson2021-05-181-1/+1
* Only list the supported encodings in the `Accept-Encoding` headerNick Mathewson2021-04-211-10/+27
* tor-dirclient: more requests.rs testsNick Mathewson2021-04-201-10/+69
* Start moving responsibility for building requests into dirmgrNick Mathewson2021-04-091-0/+31
* Make ConsensusRequest take a flavor.Nick Mathewson2021-04-011-9/+13
* Add accessors for members of different directory requestsNick Mathewson2021-04-011-32/+60
* Rename ClientRequest to Requestable.Nick Mathewson2021-04-011-6/+6
* Rename ServerDescriptorRequest to RouterDescRequestNick Mathewson2021-03-301-7/+7
* ServerDescriptorRequest: handle "all.z" case differentlyNick Mathewson2021-03-301-7/+25
* fix clippy warnings in request.rsNick Mathewson2021-03-301-5/+2
* Move RdDigest to routerdesc.rsNick Mathewson2021-03-301-1/+1
* dir: Add server descriptor directory requestDavid Goulet2021-03-301-0/+60
* Fix Rust-1.51 clippy warnings about acronyms in camel case.Nick Mathewson2021-03-291-3/+3
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-291-4/+4
* Refactor errors in tor-decompress and tor-dirclient.Nick Mathewson2021-03-241-10/+5
* A few more tests in request.rsNick Mathewson2021-01-261-5/+9
* Add a test for consensus requests in tor-dirclient.hiro2021-01-221-0/+25
* Fix a test in tor-dirclientNick Mathewson2021-01-211-2/+2
* Merge remote-tracking branch 'origin/mr/10' into mainNick Mathewson2021-01-211-1/+1
|\
| * Adds zstd decompression implementation for dirclientKushal Das2021-01-211-1/+1
* | Add a test for encoding authcert requestsNick Mathewson2021-01-211-0/+28
* | Add a little testing in tor-dirclientNick Mathewson2021-01-211-0/+26
|/
* Run cargo fmtNick Mathewson2020-12-171-1/+4
* Merge branch 'mr_1_squashed' into mainNick Mathewson2020-12-171-2/+2
|\
| * Fixup! issue #34: adding support for xz2owen662020-12-101-2/+2
* | Use anyhow crate to add extra context for various dirclient errors.George Kadianakis2020-12-101-5/+11
* | Mark some XXXX issues as XXXX-A1.Nick Mathewson2020-12-071-1/+0
|/
* Implement a maximum length for directory responsesNick Mathewson2020-11-251-0/+16
* tor-dirclient: add support for partial documents.Nick Mathewson2020-11-251-1/+16
* Require (and write) docs in tor-dirclient.Nick Mathewson2020-11-201-0/+46
* Initial pass on directory-manager code.Nick Mathewson2020-11-191-3/+7
* Start a directory client implementationNick Mathewson2020-11-161-0/+174