aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/bridge/descs.rs
Commit message (Expand)AuthorAgeFilesLines
* GuardMgr: Treat Guards as sensitive and Bridges as redacted.Nick Mathewson2022-11-281-0/+2
* BridgeConfig: Replace all Arc<BridgeConfig> with BridgeConfigIan Jackson2022-11-221-5/+2
* Allow a subset-only ChanMethod match when looking up a BridgeConfigNick Mathewson2022-11-151-1/+5
* GuardMgr: Update desired bridge descs from 'update' function.Nick Mathewson2022-11-141-1/+1
* GuardMgr: Explain why we timestamp BridgeSets as we do.Nick Mathewson2022-11-101-8/+7
* GuardMgr Document why a BridgeSet has trivial weight thresholds.Nick Mathewson2022-11-101-0/+4
* GuardMgr: Docs for BridgeDescProviderNick Mathewson2022-11-081-2/+12
* GuardMgr: Remove a TODO pt-client comment.Nick Mathewson2022-11-081-2/+0
* Merge branch 'store' into 'main'Nick Mathewson2022-11-081-2/+2
|\
| * bridge descs: Rename BridgeDescMgr from BridgeDescManagerIan Jackson2022-11-081-2/+2
* | GuardMgr: Remove no-longer-relevant `TODO pt-client` commentsNick Mathewson2022-11-081-1/+0
* | GuardMgr: Spelling fixes and normalizations.Nick Mathewson2022-11-081-2/+2
* | GuardMgr: When possible, return a FirstHop that can be a CircTargetNick Mathewson2022-11-081-1/+1
* | GuardMgr: Refactor UniverseRef to contains Arcs.Nick Mathewson2022-11-081-8/+8
* | GuardMgr: Change BridgeSet, BridgeRelay to use more referencesNick Mathewson2022-11-081-18/+15
* | Require Send+Sync for BridgeDescProviderNick Mathewson2022-11-081-1/+1
* | bridge desc: Make BridgeDescProvider DynCloneIan Jackson2022-11-071-1/+3
|/
* Refactor CandidateStatus API to simplify code in descs.Nick Mathewson2022-11-021-26/+31
* guardmgr: Refactor candidate info; add `full_dir_info`Nick Mathewson2022-11-021-5/+12
* guardmgr: Implement Universe for bridges.Nick Mathewson2022-11-021-1/+155
* BridgeDescProvider: Make BridgeDescEvent repr(u16) and derive traitsIan Jackson2022-10-271-1/+6
* BridgeDescEvent: Change the sole variant to SomethingChangedIan Jackson2022-10-251-5/+17
* tor-guardmgr: descs: Make BridgeDescError DynCloneIan Jackson2022-10-211-1/+4
* tor-guardmgr: descs: Make BridgeDescError into a traitIan Jackson2022-10-211-4/+15
* bridge descriptors: Change types of the descriptor cacheIan Jackson2022-10-201-3/+12
* Extend some comments about bridge descriptorsNick Mathewson2022-10-061-0/+4
* Implement BridgeDesc and BridgeDescList.Nick Mathewson2022-10-041-58/+41
* GuardMgr/DirMgr: Add APIs for bridge descriptor listsNick Mathewson2022-09-261-0/+97