summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/mgr/state
Commit message (Expand)AuthorAgeFilesLines
* proto: Add ChannelType enumDavid Goulet2025-08-201-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>Ian Jackson2024-10-151-1/+2
* tor-chanmgr: Make a memquota::ChannelAcocunt per channelIan Jackson2024-10-031-1/+3
* memquota: Add a toplevel account in tor-chanmgrIan Jackson2024-10-031-0/+2
* tor-chanmgr: add experimental `ChanMgr::handle_incoming`Steven Engler2024-09-111-0/+10
* tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.Gabriela Moldovan2024-09-091-2/+2
* proto: Make Channel explicitly Arc<.>Nick Mathewson2024-05-161-4/+6
* 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
* tor-netdir: Update tests to parse the descriptor, make test consensus lifetim...Gabriela Moldovan2023-05-031-1/+2
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* tor-chanmgr: Introduce the BootstrapReporter API, publicize ChanBuildereta2022-11-281-2/+13
* ChanMgr: move the AbstractChanFactory into MgrState.Nick Mathewson2022-11-221-0/+1
* ChanMgr: Rename map.rs to state.rsNick Mathewson2022-11-161-0/+370