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
Commit message (
Expand
)
Author
Age
Files
Lines
*
multiple crates: Fix clippy warnings
hjrgrn
2026-07-10
1
-3
/
+3
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
3
-0
/
+3
*
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
*
rtmock, chanmgr: Allow use of deprecated try_next() in tests
Gabriela Moldovan
2026-03-03
1
-0
/
+1
*
tor-proto: change channel selection fns to take `HasChanMethod`
Steven Engler
2026-02-25
1
-8
/
+9
*
chanmgr: Responder relay channel now use the builder my_addrs
David Goulet
2026-02-24
2
-5
/
+3
*
chanmgr: Add a set_relay_identities() to update the RelayIdentities
David Goulet
2026-02-24
1
-1
/
+1
*
Merge branch 'channel-canonical' into 'main'
David Goulet
2026-02-12
2
-3
/
+33
|
\
|
*
chan: Use Canonicity when choosing a channel
David Goulet
2026-02-12
2
-3
/
+33
*
|
tor-chanmgr: update comment in `open_channel_is_allowed()`
Steven Engler
2026-02-11
1
-2
/
+10
*
|
tor-chanmgr: channel selection functions take a `HasAddrs`
Steven Engler
2026-02-11
1
-18
/
+28
*
|
tor-chanmgr: add `HasAddrs` bound to `AbstractChannelFactory::BuildSpec`
Steven Engler
2026-02-11
1
-3
/
+3
|
/
*
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
*
chanmgr: Make a padding test function non-async
Gabriela Moldovan
2026-01-27
1
-3
/
+2
*
relay: Pass advertised addresses to the channel handler
David Goulet
2026-01-22
2
-3
/
+5
*
chanmgr: Introduce a ChanMgrConfig struct
David Goulet
2026-01-13
1
-1
/
+1
*
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
2
-2
/
+6
|
\
|
*
tor-chanmgr: wrap the peer address in `Sensitive`
Steven Engler
2025-11-05
2
-2
/
+6
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
3
-3
/
+3
|
/
*
proto: Propagate PaddingCtrl into ChannelSender.
Nick Mathewson
2025-10-01
1
-7
/
+37
*
proto: Add ChannelType enum
David Goulet
2025-08-20
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
3
-10
/
+10
*
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
2
-0
/
+7
*
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
*
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
*
Merge branch 'chanmgr-select-docs' into 'main'
David Goulet
2024-10-17
1
-0
/
+25
|
\
|
*
tor-chanmgr: update comments about selecting pending channels
Steven Engler
2024-10-16
1
-0
/
+25
*
|
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
[next]