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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: change channel selection fns to take `HasChanMethod`
Steven Engler
2026-02-25
1
-5
/
+6
*
chanmgr: Responder relay channel now use the builder my_addrs
David Goulet
2026-02-24
1
-4
/
+1
*
chanmgr: Store our relay addresses in the builder
David Goulet
2026-02-24
1
-0
/
+13
*
chanmgr: Add a set_relay_identities() to update the RelayIdentities
David Goulet
2026-02-24
1
-1
/
+1
*
Merge branch 'chan-target-addr' into 'main'
David Goulet
2026-02-16
1
-2
/
+27
|
\
|
*
tor-chanmgr: add `get_or_launch()` tests using different addrs
Steven Engler
2026-02-12
1
-2
/
+27
*
|
Merge branch 'channel-canonical' into 'main'
David Goulet
2026-02-12
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
chan: Use Canonicity when choosing a channel
David Goulet
2026-02-12
1
-0
/
+10
*
|
tor-chanmgr: add `HasAddrs` bound to `AbstractChannelFactory::BuildSpec`
Steven Engler
2026-02-11
1
-16
/
+28
|
/
*
chanmgr: Add inbound open channel to our list
David Goulet
2026-02-09
1
-4
/
+4
*
relay: Pass advertised addresses to the channel handler
David Goulet
2026-01-22
1
-2
/
+5
*
chanmgr: Get rid of the builder outbound_chan_type
David Goulet
2026-01-13
1
-17
/
+0
*
chanmgr: Add ChannelType to channel manager config
David Goulet
2026-01-13
1
-1
/
+18
*
chanmgr: Introduce a ChanMgrConfig struct
David Goulet
2026-01-13
1
-5
/
+35
*
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-0
/
+2
*
Merge branch 'relay-bin-4' into 'main'
opara
2025-11-11
1
-3
/
+5
|
\
|
*
tor-chanmgr: wrap the peer address in `Sensitive`
Steven Engler
2025-11-05
1
-3
/
+5
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
|
/
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
1
-0
/
+6
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-1
/
+1
*
tor-chanmgr: Add reparameterize_kist to AbstractChannel trait.
Gabriela Moldovan
2025-01-15
1
-0
/
+10
*
tor-chanmgr: remove immediately awaited async block expression
Steven Engler
2024-11-27
1
-23
/
+15
*
tor-chanmgr: use `Defer` in `AbstractChanMgr` to handle cancellations
Steven Engler
2024-11-27
1
-18
/
+23
*
tor-chanmgr: remove panics in debug builds
Steven Engler
2024-11-11
1
-4
/
+1
*
tor-chanmgr: rename `replace_pending_channel` to `upgrade_pending_channel_to_...
Steven Engler
2024-10-24
1
-5
/
+5
*
tor-chanmgr: improve cleanup procedure of pending channels
Steven Engler
2024-10-24
1
-30
/
+48
*
Revert "tor-chanmgr: `PendingChannelHandle` removes the channel when dropped"
Steven Engler
2024-10-21
1
-2
/
+13
*
tor-chanmgr: remove `handle_build_outcome`
Steven Engler
2024-10-15
1
-28
/
+19
*
tor-chanmgr: `PendingChannelHandle` removes the channel when dropped
Steven Engler
2024-10-15
1
-6
/
+2
*
tor-chanmgr: added `PendingChannelHandle`
Steven Engler
2024-10-15
1
-18
/
+12
*
tor-chanmgr: refactor so we don't need `with_channels{,_and_params}`
Steven Engler
2024-10-15
1
-53
/
+5
*
tor-chanmgr: fix some incorrect comments
Steven Engler
2024-10-15
1
-4
/
+2
*
tor-chanmgr: refactored `AbstractChanMgr::choose_action`
Steven Engler
2024-10-15
1
-107
/
+27
*
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
1
-0
/
+1
*
tor-chanmgr: note API causes deadlocks under some conditions
Steven Engler
2024-10-09
1
-3
/
+4
*
tor-chanmgr: minor code cleanup
Steven Engler
2024-10-09
1
-5
/
+5
*
tor-chanmgr: remove unused code path
Steven Engler
2024-10-09
1
-11
/
+3
*
tor-proto: Plumb the ChannelAccount through to queue creation site
Ian Jackson
2024-10-03
1
-1
/
+1
*
tor-chanmgr: Make a memquota::ChannelAcocunt per channel
Ian Jackson
2024-10-03
1
-5
/
+9
*
memquota: Add a toplevel account in tor-chanmgr
Ian Jackson
2024-10-03
1
-0
/
+9
*
tor-chanmgr: move channel selection logic to a new module
Steven Engler
2024-10-01
1
-162
/
+4
*
tor-chanmgr: improve readability of `choose_best_channel`
Steven Engler
2024-10-01
1
-13
/
+45
*
tor-chanmgr: support multiple channels for a relay ID
Steven Engler
2024-09-30
1
-111
/
+243
*
tor-chanmgr: add experimental `ChanMgr::handle_incoming`
Steven Engler
2024-09-11
1
-1
/
+38
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
Make Channel non-Clone.
Nick Mathewson
2024-05-16
1
-2
/
+2
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
1
-10
/
+10
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
[next]