index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-chanmgr
/
src
/
mgr
/
state.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-chanmgr: add support for a `CreateRequestHandler`
Steven Engler
2026-04-08
1
-0
/
+3
*
chanmgr: Add a comment/TODO about channel expiry
David Goulet
2026-03-18
1
-0
/
+16
*
chanmgr: Support reconfigure of unauthenticated channels
David Goulet
2026-03-18
1
-5
/
+8
*
chanmgr: Use the unauth_channels list
David Goulet
2026-03-18
1
-7
/
+12
*
chanmgr: Add a list of unauthenticated channels
David Goulet
2026-03-18
1
-0
/
+13
*
chanmgr: Responder relay channel now use the builder my_addrs
David Goulet
2026-02-24
1
-3
/
+2
*
chanmgr: Add a set_relay_identities() to update the RelayIdentities
David Goulet
2026-02-24
1
-1
/
+1
*
chan: Use Canonicity when choosing a channel
David Goulet
2026-02-12
1
-0
/
+6
*
chanmgr: Gate relay only function
David Goulet
2026-02-09
1
-0
/
+1
*
chanmgr: Add inbound open channel to our list
David Goulet
2026-02-09
1
-5
/
+22
*
relay: Pass advertised addresses to the channel handler
David Goulet
2026-01-22
1
-2
/
+3
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-1
/
+2
*
Merge branch 'relay-bin-4' into 'main'
opara
2025-11-11
1
-1
/
+3
|
\
|
*
tor-chanmgr: wrap the peer address in `Sensitive`
Steven Engler
2025-11-05
1
-1
/
+3
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
|
/
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-5
/
+5
*
Add a missing backtick.
Nick Mathewson
2025-07-09
1
-1
/
+1
*
Typo fixes (automatic and hand-verified)
Nick Mathewson
2025-07-09
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
tor-chanmgr: Update NetParamsExtract docs (fmt).
Gabriela Moldovan
2025-01-15
1
-1
/
+2
*
tor-chanmgr: Update NetParamsExtract docs.
Gabriela Moldovan
2025-01-15
1
-4
/
+1
*
tor-chanmgr: Move KIST and padding params to ChannelParams.
Gabriela Moldovan
2025-01-15
1
-11
/
+22
*
tor-proto: Remove dependency on tor-netdir.
Gabriela Moldovan
2025-01-15
1
-5
/
+41
*
tor-chanmgr: Add a TODO about a possible renaming.
Gabriela Moldovan
2025-01-15
1
-0
/
+3
*
tor-changmgr: Update the KIST params whenever the consensus/config changes.
Gabriela Moldovan
2025-01-15
1
-8
/
+34
*
tor-chanmgr: Add reparameterize_kist to AbstractChannel trait.
Gabriela Moldovan
2025-01-15
1
-0
/
+3
*
tor-chanmgr: remove panics in debug builds
Steven Engler
2024-11-11
1
-3
/
+0
*
tor-chanmgr: rename `replace_pending_channel` to `upgrade_pending_channel_to_...
Steven Engler
2024-10-24
1
-4
/
+5
*
tor-chanmgr: `remove_pending` now takes a `PendingChannelHandle`
Steven Engler
2024-10-24
1
-18
/
+8
*
tor-chanmgr: improve cleanup procedure of pending channels
Steven Engler
2024-10-24
1
-17
/
+44
*
Revert "tor-chanmgr: `PendingChannelHandle` removes the channel when dropped"
Steven Engler
2024-10-21
1
-54
/
+21
*
tor-chanmgr: `PendingChannelHandle` removes the channel when dropped
Steven Engler
2024-10-15
1
-21
/
+54
*
tor-chanmgr: added `PendingChannelHandle`
Steven Engler
2024-10-15
1
-18
/
+52
*
tor-chanmgr: refactor so we don't need `with_channels{,_and_params}`
Steven Engler
2024-10-15
1
-25
/
+71
*
tor-chanmgr: fix some incorrect comments
Steven Engler
2024-10-15
1
-1
/
+1
*
tor-chanmgr: removed use of `with_channels` within `request_channel`
Steven Engler
2024-10-15
1
-61
/
+66
*
tor-chanmgr: refactored `AbstractChanMgr::choose_action`
Steven Engler
2024-10-15
1
-2
/
+118
*
tor-chanmgr: note API causes deadlocks under some conditions
Steven Engler
2024-10-09
1
-0
/
+12
*
tor-chanmgr: Make a memquota::ChannelAcocunt per channel
Ian Jackson
2024-10-03
1
-0
/
+3
*
tor-chanmgr: support multiple channels for a relay ID
Steven Engler
2024-09-30
1
-22
/
+49
*
tor-chanmgr: add experimental `ChanMgr::handle_incoming`
Steven Engler
2024-09-11
1
-0
/
+11
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
1
-5
/
+5
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
ChannelState::ready_to_expire: return true when rem time is zero
Jim Newsome
2023-12-13
1
-0
/
+5
*
ChannelState::ready_to_expire: refactor using let-else
Jim Newsome
2023-12-13
1
-18
/
+14
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Add exceptions for some cases of diverging_sub_expression
Nick Mathewson
2023-07-10
1
-0
/
+2
*
chanmgr: fix a unit-default warning from clippy nightly.
Nick Mathewson
2023-05-18
1
-1
/
+1
*
chanmgr: remove a needless mut.
Nick Mathewson
2023-05-11
1
-1
/
+1
[next]