aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/mgr
Commit message (Expand)AuthorAgeFilesLines
* multiple crates: Fix clippy warningshjrgrn2026-07-101-3/+3
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-093-0/+3
* tor-chanmgr: add support for a `CreateRequestHandler`Steven Engler2026-04-081-0/+3
* chanmgr: Add a comment/TODO about channel expiryDavid Goulet2026-03-181-0/+16
* chanmgr: Support reconfigure of unauthenticated channelsDavid Goulet2026-03-181-5/+8
* chanmgr: Use the unauth_channels listDavid Goulet2026-03-181-7/+12
* chanmgr: Add a list of unauthenticated channelsDavid Goulet2026-03-181-0/+13
* rtmock, chanmgr: Allow use of deprecated try_next() in testsGabriela Moldovan2026-03-031-0/+1
* tor-proto: change channel selection fns to take `HasChanMethod`Steven Engler2026-02-251-8/+9
* chanmgr: Responder relay channel now use the builder my_addrsDavid Goulet2026-02-242-5/+3
* chanmgr: Add a set_relay_identities() to update the RelayIdentitiesDavid Goulet2026-02-241-1/+1
* Merge branch 'channel-canonical' into 'main'David Goulet2026-02-122-3/+33
|\
| * chan: Use Canonicity when choosing a channelDavid Goulet2026-02-122-3/+33
* | 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
* | tor-chanmgr: add `HasAddrs` bound to `AbstractChannelFactory::BuildSpec`Steven Engler2026-02-111-3/+3
|/
* chanmgr: Gate relay only functionDavid Goulet2026-02-091-0/+1
* chanmgr: Add inbound open channel to our listDavid Goulet2026-02-091-5/+22
* chanmgr: Make a padding test function non-asyncGabriela Moldovan2026-01-271-3/+2
* relay: Pass advertised addresses to the channel handlerDavid Goulet2026-01-222-3/+5
* chanmgr: Introduce a ChanMgrConfig structDavid Goulet2026-01-131-1/+1
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-1/+2
* Merge branch 'relay-bin-4' into 'main'opara2025-11-112-2/+6
|\
| * tor-chanmgr: wrap the peer address in `Sensitive`Steven Engler2025-11-052-2/+6
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-063-3/+3
|/
* 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-073-10/+10
* Add a missing backtick.Nick Mathewson2025-07-091-1/+1
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* tor-chanmgr: Update NetParamsExtract docs (fmt).Gabriela Moldovan2025-01-151-1/+2
* tor-chanmgr: Update NetParamsExtract docs.Gabriela Moldovan2025-01-151-4/+1
* tor-chanmgr: Move KIST and padding params to ChannelParams.Gabriela Moldovan2025-01-151-11/+22
* tor-proto: Remove dependency on tor-netdir.Gabriela Moldovan2025-01-151-5/+41
* tor-chanmgr: Add a TODO about a possible renaming.Gabriela Moldovan2025-01-151-0/+3
* tor-changmgr: Update the KIST params whenever the consensus/config changes.Gabriela Moldovan2025-01-151-8/+34
* tor-chanmgr: Add reparameterize_kist to AbstractChannel trait.Gabriela Moldovan2025-01-152-0/+7
* fix: fix typosDimitris Apostolou2025-01-061-1/+1
* tor-chanmgr: remove panics in debug buildsSteven Engler2024-11-111-3/+0
* tor-chanmgr: rename `replace_pending_channel` to `upgrade_pending_channel_to_...Steven Engler2024-10-241-4/+5
* tor-chanmgr: `remove_pending` now takes a `PendingChannelHandle`Steven Engler2024-10-241-18/+8
* tor-chanmgr: improve cleanup procedure of pending channelsSteven Engler2024-10-241-17/+44
* Revert "tor-chanmgr: `PendingChannelHandle` removes the channel when dropped"Steven Engler2024-10-211-54/+21
* Merge branch 'chanmgr-select-docs' into 'main'David Goulet2024-10-171-0/+25
|\
| * tor-chanmgr: update comments about selecting pending channelsSteven Engler2024-10-161-0/+25
* | tor-chanmgr: `PendingChannelHandle` removes the channel when droppedSteven Engler2024-10-151-21/+54
* | tor-chanmgr: added `PendingChannelHandle`Steven Engler2024-10-151-18/+52
* | tor-chanmgr: refactor so we don't need `with_channels{,_and_params}`Steven Engler2024-10-151-25/+71
* | tor-chanmgr: fix some incorrect commentsSteven Engler2024-10-151-1/+1