summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-11/+11
|
* Tests for top-level GuardMgr.Nick Mathewson2021-10-071-0/+3
| | | | | | | Also, refactor our message handling to be more like the tor_proto reactors. The previous code had a bug where, once the stream of events was exhausted, we wouldn't actually get any more notifications.
* Initial tests for tor_guardmgr::guardNick Mathewson2021-10-071-0/+1
|
* Implement persistent state for guard mgrNick Mathewson2021-10-071-1/+1
|
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-0/+32
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.