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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'chanbuilder-my-addrs' into 'main'
David Goulet
2026-02-24
6
-26
/
+41
|
\
|
*
chanmgr: Responder relay channel now use the builder my_addrs
David Goulet
2026-02-24
6
-21
/
+11
|
*
chanmgr: Store our relay addresses in the builder
David Goulet
2026-02-24
3
-5
/
+30
*
|
chanmgr: Don't allow to build relay channel to ourself
David Goulet
2026-02-24
1
-3
/
+33
|
/
*
chanmgr: Add a set_relay_identities() to update the RelayIdentities
David Goulet
2026-02-24
5
-2
/
+42
*
proto: Modify RelayIdentities to have encodable cert
David Goulet
2026-02-23
1
-1
/
+1
*
Merge branch 'config-migrate-part1' into 'main'
gabi-250
2026-02-20
1
-13
/
+13
|
\
|
*
chanmgr: migrate to derive_deftly(TorConfig)
Nick Mathewson
2026-02-17
1
-13
/
+13
*
|
proto: Pass PeerAddr at the channel handshake finish for initiators
David Goulet
2026-02-19
1
-4
/
+2
*
|
chanmgr: Add a TODO() for logging PeerAddr instaed of ChanTarget
David Goulet
2026-02-19
1
-0
/
+4
*
|
chanmgr: Fix channel builder comment
David Goulet
2026-02-19
1
-6
/
+1
*
|
proto: Use the PeerAddr accross channel handshake
David Goulet
2026-02-19
4
-43
/
+38
*
|
proto: Remove unused ChannelBuilder
David Goulet
2026-02-19
1
-2
/
+1
|
/
*
Merge branch 'mr_3616_rebased' into 'main'
Nick Mathewson
2026-02-16
5
-17
/
+502
|
\
|
*
tor-chanmgr: minor chore adjustments for CI
Nihal
2026-02-16
1
-4
/
+5
|
*
tor-chanmgr: Use url crate userinfo encoding
Nihal
2026-02-16
1
-36
/
+51
|
*
tor-chanmgr: use url crate for proxy URIs and error for socks4 passwords
Nihal
2026-02-16
1
-44
/
+62
|
*
tor-chanmgr: allow option_option for outbound proxy deserializer
Nihal
2026-02-16
1
-0
/
+1
|
*
tor-chanmgr: fix outbound_proxy deserialization for builder
Nihal
2026-02-16
1
-3
/
+6
|
*
tor-chanmgr: fix builder serde attr
Nihal
2026-02-16
1
-1
/
+1
|
*
tor-chanmgr: fix proxy config parsing and clippy lint
Nihal
2026-02-16
2
-1
/
+23
|
*
deps: add percent_encoding and remove serde
Nihal
2026-02-16
1
-1
/
+1
|
*
tor-chanmgr: improve ProxyProtocol documentation
Nihal
2026-02-16
1
-42
/
+159
|
*
tor-chanmgr: remove SocketAddr and improve error
Nihal
2026-02-16
2
-22
/
+15
|
*
tor-chanmgr: add URI-style parsing for ProxyProtocol outbound_proxy config
Nihal
2026-02-16
3
-10
/
+263
|
*
tor-chanmgr: integrate outbound proxy into DefaultTransport
Nihal
2026-02-16
3
-15
/
+41
|
*
tor-chanmgr: add From<ProxyError> for io::Error conversion
Nihal
2026-02-16
1
-0
/
+6
|
*
tor-chanmgr: add ProxyProtocol config type for outbound proxy
Nihal
2026-02-16
1
-0
/
+30
*
|
Merge branch 'msrv-1.89' into 'main'
Nick Mathewson
2026-02-16
1
-0
/
+1
|
\
\
|
*
|
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
|
|
/
*
|
Merge branch 'relay-own-cert' into 'main'
David Goulet
2026-02-16
1
-1
/
+6
|
\
\
|
*
|
relay: Pass our TLS cert to the responder verify process
David Goulet
2026-02-12
1
-1
/
+6
|
|
/
*
|
Merge branch 'chan-target-addr' into 'main'
David Goulet
2026-02-16
2
-2
/
+33
|
\
\
|
|
/
|
/
|
|
*
tor-chanmgr: add doc comment to `ChanMgr::get_or_launch()`
Steven Engler
2026-02-12
1
-0
/
+6
|
*
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
4
-19
/
+71
|
\
\
|
|
/
|
/
|
|
*
chan: Use Canonicity when choosing a channel
David Goulet
2026-02-12
4
-3
/
+49
|
*
chanmgr: Use the actual channel target used on connect()
David Goulet
2026-02-12
1
-16
/
+21
|
*
proto: Channel finish() now handles canonicity
David Goulet
2026-02-12
1
-0
/
+1
*
|
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
2
-19
/
+31
|
/
*
proto: Relay responder channel allow to be non_exhaustive
David Goulet
2026-02-09
1
-1
/
+0
*
chanmgr: Fix the outbound_chan_type() to not be based on relay feature
David Goulet
2026-02-09
1
-10
/
+4
*
chanmgr: Gate relay only function
David Goulet
2026-02-09
2
-0
/
+2
*
chanmgr: Add inbound open channel to our list
David Goulet
2026-02-09
2
-9
/
+26
*
chanmgr: Build channel/reactor on incoming connections
David Goulet
2026-02-09
1
-6
/
+74
*
relay: Add a TLS acceptor in the ChanBuilder
David Goulet
2026-02-09
2
-24
/
+53
*
Merge branch 'unnecessary-async' into 'main'
David Goulet
2026-02-09
1
-1
/
+1
|
\
|
*
proto: Make ChannelProvider::get_or_launch() synchronous
Gabriela Moldovan
2026-02-04
1
-1
/
+1
[prev]
[next]