summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/mgr/state.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* ChannelState::ready_to_expire: return true when rem time is zeroJim Newsome2023-12-131-0/+5
* ChannelState::ready_to_expire: refactor using let-elseJim Newsome2023-12-131-18/+14
* 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
* Add exceptions for some cases of diverging_sub_expressionNick Mathewson2023-07-101-0/+2
* chanmgr: fix a unit-default warning from clippy nightly.Nick Mathewson2023-05-181-1/+1
* chanmgr: remove a needless mut.Nick Mathewson2023-05-111-1/+1
* Errors: Mark the type of an error, for clarityIan Jackson2023-01-301-2/+2
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* tor-chanmgr: Introduce the BootstrapReporter API, publicize ChanBuildereta2022-11-281-1/+6
* ChanMgr: Fix a few more conditional-compilation issuesNick Mathewson2022-11-231-0/+1
* ChanMgr: Implement functions that replace channel factories.Nick Mathewson2022-11-231-4/+6
* ChanMgr: move the AbstractChanFactory into MgrState.Nick Mathewson2022-11-221-7/+47
* chanmgr: rename new_test_channel_map to new_test_state.Nick Mathewson2022-11-161-5/+5
* chanmgr::mgr::*: misc spelling fixes and normali[sz]ationsNick Mathewson2022-11-161-5/+5
* Fix up documentation that referred to a ChannelMap.Nick Mathewson2022-11-161-17/+13
* ChanMgr: Rename map.rs to state.rsNick Mathewson2022-11-161-0/+744