aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement persistent state for guard mgrNick Mathewson2021-10-072-10/+26
|
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-079-0/+2502
There are some missing parts here (like persistence and tests) and some incorrect parts (I am 90% sure that the "exploratory circuit" flag is bogus). Also it is not integrated with the circuit manager code.