summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/mgr/select.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: change channel selection fns to take `HasChanMethod`Steven Engler2026-02-251-8/+9
* Merge branch 'channel-canonical' into 'main'David Goulet2026-02-121-3/+27
|\
| * chan: Use Canonicity when choosing a channelDavid Goulet2026-02-121-3/+27
* | tor-chanmgr: update comment in `open_channel_is_allowed()`Steven Engler2026-02-111-2/+10
* | tor-chanmgr: channel selection functions take a `HasAddrs`Steven Engler2026-02-111-18/+28
|/
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+3
* tor-chanmgr: Add reparameterize_kist to AbstractChannel trait.Gabriela Moldovan2025-01-151-0/+4
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
* tor-chanmgr: update comments about selecting pending channelsSteven Engler2024-10-161-0/+25
* tor-chanmgr: minor doc improvementsSteven Engler2024-10-011-3/+3
* tor-chanmgr: add unit testsSteven Engler2024-10-011-0/+416
* tor-chanmgr: change `choose_best_channel` to take `IntoIterator`Steven Engler2024-10-011-1/+3
* tor-chanmgr: don't allow pending channels with no relay idsSteven Engler2024-10-011-1/+7
* tor-chanmgr: move channel selection logic to a new moduleSteven Engler2024-10-011-0/+168