summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* Move set_filter into GuardMgrInner.Nick Mathewson2022-06-171-0/+1
| | | | | Convert its argument type to Option<&NetDir> to better match the rest of the API.
* Guardmgr: Change the GuardFilter API.Nick Mathewson2022-06-171-0/+1
The guard filter is now a set of restrictions that can be placed on allowable guards.