summaryrefslogtreecommitdiff
path: root/tor-dirclient/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a test in tor-dirclientNick Mathewson2021-01-211-2/+2
* Merge remote-tracking branch 'origin/mr/10' into mainNick Mathewson2021-01-213-2/+108
|\
| * 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-213-2/+39
* | Add a test for encoding authcert requestsNick Mathewson2021-01-211-0/+28
* | Add a little testing in tor-dirclientNick Mathewson2021-01-214-2/+64
|/
* Basic test for tor-dirclient::utilNick Mathewson2020-12-211-0/+25
* Run cargo fmtNick Mathewson2020-12-171-1/+4
* Merge branch 'mr_1_squashed' into mainNick Mathewson2020-12-173-4/+46
|\
| * Fixup! issue #34: adding support for xz2owen662020-12-103-14/+16
| * issue #34: adding support for xz2owen662020-12-022-0/+40
* | 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
* | 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-012-5/+38
* Implement a maximum length for directory responsesNick Mathewson2020-11-253-4/+31
* Extract another function in tor-dirclientNick Mathewson2020-11-251-16/+28
* Better error types for tor-dirclientNick Mathewson2020-11-253-8/+32
* tor-dirclient: add support for partial documents.Nick Mathewson2020-11-252-38/+86
* missing docs in tor-dirclientNick Mathewson2020-11-232-0/+4
* Require (and write) docs in tor-dirclient.Nick Mathewson2020-11-203-7/+97
* Initial pass on directory-manager code.Nick Mathewson2020-11-192-5/+7
* Add support for using fallback directories in path constructionNick Mathewson2020-11-191-3/+2
* Start a directory client implementationNick Mathewson2020-11-164-0/+416