aboutsummaryrefslogtreecommitdiff
path: root/tor-dirclient/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Start a directory client implementationNick Mathewson2020-11-164-0/+416
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.