aboutsummaryrefslogtreecommitdiff
path: root/tor-netdir/src
Commit message (Collapse)AuthorAgeFilesLines
...
* netdir: look in right path for cached-microdescs.newNick Mathewson2020-09-091-1/+1
|
* New "linkspec" module to encapsulate info needed to connect/extend.Nick Mathewson2020-09-081-0/+24
|
* rename weightfn variantsNick Mathewson2020-09-081-11/+11
|
* Add a handy function for picking a random relay.Nick Mathewson2020-09-082-2/+45
|
* Start on accessors for relay weight.Nick Mathewson2020-09-081-1/+45
|
* netdir: add the ability to add authorities from a chutney directory.Nick Mathewson2020-09-081-0/+21
|
* netdir: Add an extra day's tolerance to consensus timeoutsNick Mathewson2020-09-081-0/+2
|
* Netdir: a few more accessorsNick Mathewson2020-09-081-1/+37
|
* Fix clippy warnings; improve key type for consensus.Nick Mathewson2020-09-071-8/+19
|
* Start on a 'netdir' crate to wrap netdoc.Nick Mathewson2020-09-072-0/+205
For now, this assumes an existing Tor cache directory.