aboutsummaryrefslogtreecommitdiff
path: root/tor-dirclient
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dirclient: add a function to download over a stream.Nick Mathewson2021-03-242-70/+88
* Add the tor project as an author.Nick Mathewson2021-03-171-1/+1
* Add keywords to each Cargo.tomlNick Mathewson2021-03-171-0/+1
* Add a description field to all our Cargo.toml filesNick Mathewson2021-03-171-0/+1
* Give it a homepage everyplace.Nick Mathewson2021-03-171-0/+1
* Use AsyncRead and AsyncWrite in tor-dirclientNick Mathewson2021-03-101-4/+8
* Bump dependencies with "cargo upgrade"Nick Mathewson2021-03-061-1/+1
* Remove an unwrap in dirclient.Nick Mathewson2021-03-041-40/+41
* Move content-encoding handling to decompressNick Mathewson2021-03-042-69/+2
* Moves decompress related code into tor-decompress crateKushal Das2021-03-043-263/+4
* Port to work with tokio or async-std.Nick Mathewson2021-03-022-3/+4
* Update to latest futures, once_cellNick Mathewson2021-02-231-1/+1
* Update some dependencies.Nick Mathewson2021-02-191-1/+1
* upgrade a few dependenciesNick Mathewson2021-02-101-1/+1
* bump serde and logNick Mathewson2021-02-011-1/+1
* Merge remote-tracking branch 'origin/mr/12' into mainNick Mathewson2021-01-271-2/+9
|\
| * Add an error type check in test_get_decompressor_err in tor-dirclienthiro2021-01-251-2/+9
* | 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-214-2/+109
|\
| * Reformats the code and removes extra returnKushal Das2021-01-211-5/+10
| * Adds decompress_in_parts_zstd testKushal Das2021-01-211-0/+37
| * Adds decompression test for zstdKushal Das2021-01-211-0/+27
| * Adds zstd decompression implementation for dirclientKushal Das2021-01-214-2/+40
* | Add a test for encoding authcert requestsNick Mathewson2021-01-211-0/+28
* | Add a little testing in tor-dirclientNick Mathewson2021-01-214-2/+64
|/
* require latest futures crateNick Mathewson2021-01-151-1/+1