summaryrefslogtreecommitdiff
path: root/tor-dirclient/src/util.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add a little testing in tor-dirclientNick Mathewson2021-01-211-1/+1
|
* Basic test for tor-dirclient::utilNick Mathewson2020-12-211-0/+25
|
* Tolerate attempt to write a non-UTF-8 HTTP header.Nick Mathewson2020-12-071-2/+6
| | | | previously, we would panic.
* Mark some XXXX issues as XXXX-A1.Nick Mathewson2020-12-071-1/+1
|
* missing docs in tor-dirclientNick Mathewson2020-11-231-0/+3
|
* Start a directory client implementationNick Mathewson2020-11-161-0/+10
It can send a GET request on a circuit, get an answer, and decompress it with zlib. It will need documentation and tests eventually, as well as serious refactoring.