summaryrefslogtreecommitdiff
path: root/tor-dirclient
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Upgrade a few more dependencies.Nick Mathewson2021-01-131-2/+2
* Upgrade a few dependencies.Nick Mathewson2021-01-131-3/+3
* cargo upgrade.Nick Mathewson2020-12-301-2/+2
* Basic test for tor-dirclient::utilNick Mathewson2020-12-211-0/+25
* upgrade to latest anyhowNick Mathewson2020-12-211-1/+1
* Cargo-upgrade a few dependenciesNick Mathewson2020-12-211-1/+1
* Run cargo fmtNick Mathewson2020-12-171-1/+4
* Merge branch 'mr_1_squashed' into mainNick Mathewson2020-12-174-4/+47
|\
| * Fixup! issue #34: adding support for xz2owen662020-12-103-14/+16
| * issue #34: adding support for xz2owen662020-12-023-0/+41
* | Use anyhow crate to add extra context for various dirclient errors.George Kadianakis2020-12-102-9/+26
* | Fix some rustdoc warnings.Nick Mathewson2020-12-091-1/+2
* | upgrade to require latest anyhow.Nick Mathewson2020-12-081-1/+1
* | De-parameterize ChanMgr and everything that wraps it.Nick Mathewson2020-12-081-5/+3
* | Tolerate attempt to write a non-UTF-8 HTTP header.Nick Mathewson2020-12-071-2/+6
* | Mark some XXXX issues as XXXX-A1.Nick Mathewson2020-12-073-3/+2
* | tor-dirclient: tweak so that its future is Send.Nick Mathewson2020-12-041-2/+2
* | Fix a couple of clippy warnings in tor-dirclient.Nick Mathewson2020-12-022-2/+3
* | Abandon directory circuits on most kinds of directory failure.Nick Mathewson2020-12-022-21/+164
|/
* tor-dirclient: add timeoutsNick Mathewson2020-12-013-6/+39
* Implement a maximum length for directory responsesNick Mathewson2020-11-253-4/+31
* Extract another function in tor-dirclientNick Mathewson2020-11-251-16/+28