summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/config.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `FallbackDir` into `tor-dircommon`Clara Engler2025-09-111-1/+1
* Resolve some clippy warnings about empty rustdoc.Nick Mathewson2024-05-051-3/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Merge branch 'test-config' into 'main'Ian Jackson2022-11-231-1/+1
|\
| * tor-guardmgr: Fix visibility of TestConfig with no features enabledIan Jackson2022-11-181-1/+1
* | bridge non-support: Add doc notes to GuardMgrConfig::bridges_enabledIan Jackson2022-11-211-0/+7
|/
* Fix typosDimitris Apostolou2022-11-061-2/+2
* guardmgr config: Provide bridge information to new and reconfigureIan Jackson2022-11-031-1/+20
* guardmgr config: Introduce and require new GuardMgrConfig traitIan Jackson2022-11-031-0/+44