summaryrefslogtreecommitdiff
path: root/tor-dirclient
Commit message (Expand)AuthorAgeFilesLines
* Remove "default-features=false" thing on tor-rtcompat for now.Nick Mathewson2021-06-241-1/+1
* Bump version dependencies to 0.0.0Nick Mathewson2021-06-241-6/+6
* Remove "publish = false"Nick Mathewson2021-06-241-1/+0
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-181-1/+1
* Remove some (but not all) needless dependencies.Nick Mathewson2021-06-171-2/+0
* Enormous tor-circmgr rewrite.Nick Mathewson2021-06-141-3/+3
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Add automatically generated README.md files to each crate.Nick Mathewson2021-05-251-0/+20
* Module docs for remaining cratesNick Mathewson2021-05-251-5/+13
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Fill in "package.categories" on all Cargo.tomlNick Mathewson2021-05-191-0/+1
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-0/+1
* Prefer "relay" to "server" when appropriate.Nick Mathewson2021-05-181-1/+1
* Resolve clippy warnings from Rust 1.52.Nick Mathewson2021-05-071-1/+1
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-0/+1
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Bump regex and memchr versionsNick Mathewson2021-05-031-1/+1
* Split mocking parts of rtcompat into new rtmock crate.Nick Mathewson2021-05-032-2/+2
* Add some more clippy warnings to our list.Nick Mathewson2021-04-271-1/+6
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-272-0/+4
* upgrade httparse and zeroizeNick Mathewson2021-04-251-1/+1
* Only list the supported encodings in the `Accept-Encoding` headerNick Mathewson2021-04-211-10/+27
* Use stream_pair() to write a test for tor_dirclient::downloadNick Mathewson2021-04-211-0/+50
* Make zstd and xz compression optional, but on-by-default.Nick Mathewson2021-04-212-3/+17
* Test for tor_dirclient::read_headersNick Mathewson2021-04-201-0/+39
* Tests for tor_dirclient::read_and_decompressNick Mathewson2021-04-201-3/+86
* Test for tor_dirclient::read_until_limited()Nick Mathewson2021-04-201-0/+35
* tor-dirclient: more requests.rs testsNick Mathewson2021-04-201-10/+69
* Move timer functions into an extension trait.Nick Mathewson2021-04-172-5/+5
* Move around the public modules in tor_rtcompat.Nick Mathewson2021-04-171-1/+1
* Remove all non-runtime methods in tor_rtcompat.Nick Mathewson2021-04-161-9/+19
* Add a "Runtime" parameter to all the manager types.Nick Mathewson2021-04-161-3/+6
* Replace tor-decompress with async-compression crate.Nick Mathewson2021-04-133-64/+50
* tor-dirclient: Use AsyncBufRead to simplify code a bit.Nick Mathewson2021-04-132-29/+63
* Major revision on DirMgr logic -- almost a complete rewrite.Nick Mathewson2021-04-131-2/+2
* Start moving responsibility for building requests into dirmgrNick Mathewson2021-04-091-0/+31
* Upgrade rsa, zstd, httpdate. Remove redundant pin-project.Nick Mathewson2021-04-051-1/+1
* Make ConsensusRequest take a flavor.Nick Mathewson2021-04-011-9/+13
* Add accessors for members of different directory requestsNick Mathewson2021-04-012-35/+63
* Rename ClientRequest to Requestable.Nick Mathewson2021-04-012-8/+8
* 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-292-4/+4
* 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-244-67/+104