aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/bridge
Commit message (Collapse)AuthorAgeFilesLines
...
* pt: bridge parsing: Add an IPv6 test caseIan Jackson2022-09-301-0/+12
|
* pt: impl Display for Bridge and test itIan Jackson2022-09-301-0/+43
|
* implement FromStr for Bridge, and test itIan Jackson2022-09-301-0/+327
|
* pt: Make some more types EqIan Jackson2022-09-301-1/+1
| | | | I wanted this for testing. I think it's reasonable to promise this.
* GuardMgr/DirMgr: Add APIs for bridge descriptor listsNick Mathewson2022-09-261-0/+97
|
* A basic configuration type for a bridge.Nick Mathewson2022-09-261-0/+41
This type goes in tor-guardmgr, since that's where decisions about circuits' first hops are made. There are a lot of "todo"s here for us to resolve.