summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* Note semver break in tor-guardmgr::Error.Nick Mathewson2022-07-071-0/+1
|
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-2/+0
|
* 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.