summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/mgr/state
Commit message (Expand)AuthorAgeFilesLines
* rtmock, chanmgr: Allow use of deprecated try_next() in testsGabriela Moldovan2026-03-031-0/+1
* chanmgr: Responder relay channel now use the builder my_addrsDavid Goulet2026-02-241-2/+1
* tor-chanmgr: add `HasAddrs` bound to `AbstractChannelFactory::BuildSpec`Steven Engler2026-02-111-3/+3
* chanmgr: Make a padding test function non-asyncGabriela Moldovan2026-01-271-3/+2
* relay: Pass advertised addresses to the channel handlerDavid Goulet2026-01-221-1/+2
* chanmgr: Introduce a ChanMgrConfig structDavid Goulet2026-01-131-1/+1
* Merge branch 'relay-bin-4' into 'main'opara2025-11-111-1/+3
|\
| * tor-chanmgr: wrap the peer address in `Sensitive`Steven Engler2025-11-051-1/+3
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
|/
* proto: Propagate PaddingCtrl into ChannelSender.Nick Mathewson2025-10-011-7/+37
* 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