aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/bridge.rs
Commit message (Expand)AuthorAgeFilesLines
* BridgeConfigBuilder: Introduce the struct with the dictionary reprIan Jackson2022-11-211-1/+1
* GuardMgr: Remove TODO to move `mod bridge` to another crateNick Mathewson2022-11-101-3/+0
* GuardMgr: Pass correct universe to "Bridges" `GuardSet`.Nick Mathewson2022-11-081-0/+2
* tor-guardmgr: bridges: export BridgeDescError at toplevelIan Jackson2022-10-271-1/+1
* struct BridgeConfig: Rename from BridgeIan Jackson2022-10-121-1/+1
* tor-guardmgr: Export BridgeParseError from toplevelIan Jackson2022-10-121-1/+1
* Start on a new BridgeRelay type.Nick Mathewson2022-10-041-1/+3
* GuardMgr/DirMgr: Add APIs for bridge descriptor listsNick Mathewson2022-09-261-1/+3
* A basic configuration type for a bridge.Nick Mathewson2022-09-261-0/+15