summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-20/+20
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-3/+3
* chanmgr: Rename function parameterDavid Goulet2026-02-261-3/+3
* chanmgr: The validate_relay_target() had its logic inversedDavid Goulet2026-02-261-4/+6
* tor-proto: change channel selection fns to take `HasChanMethod`Steven Engler2026-02-252-13/+15
* Merge branch 'chanbuilder-my-addrs' into 'main'David Goulet2026-02-246-26/+41
|\
| * chanmgr: Responder relay channel now use the builder my_addrsDavid Goulet2026-02-246-21/+11
| * chanmgr: Store our relay addresses in the builderDavid Goulet2026-02-243-5/+30
* | chanmgr: Don't allow to build relay channel to ourselfDavid Goulet2026-02-241-3/+33
|/
* chanmgr: Add a set_relay_identities() to update the RelayIdentitiesDavid Goulet2026-02-245-2/+42
* proto: Modify RelayIdentities to have encodable certDavid Goulet2026-02-231-1/+1
* Merge branch 'config-migrate-part1' into 'main'gabi-2502026-02-202-14/+14
|\
| * chanmgr: migrate to derive_deftly(TorConfig)Nick Mathewson2026-02-172-14/+14
* | proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-191-4/+2
* | chanmgr: Add a TODO() for logging PeerAddr instaed of ChanTargetDavid Goulet2026-02-191-0/+4
* | chanmgr: Fix channel builder commentDavid Goulet2026-02-191-6/+1
* | proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-195-44/+39
* | proto: Remove unused ChannelBuilderDavid Goulet2026-02-191-2/+1
|/
* Merge branch 'mr_3616_rebased' into 'main'Nick Mathewson2026-02-166-17/+505
|\
| * tor-chanmgr: minor chore adjustments for CINihal2026-02-161-4/+5
| * tor-chanmgr: Use url crate userinfo encodingNihal2026-02-161-36/+51
| * tor-chanmgr: use url crate for proxy URIs and error for socks4 passwordsNihal2026-02-162-44/+63
| * tor-chanmgr: allow option_option for outbound proxy deserializerNihal2026-02-161-0/+1
| * tor-chanmgr: fix outbound_proxy deserialization for builderNihal2026-02-161-3/+6
| * tor-chanmgr: fix builder serde attrNihal2026-02-161-1/+1
| * tor-chanmgr: fix proxy config parsing and clippy lintNihal2026-02-163-2/+24
| * deps: add percent_encoding and remove serdeNihal2026-02-162-1/+2
| * tor-chanmgr: improve ProxyProtocol documentationNihal2026-02-161-42/+159
| * tor-chanmgr: remove SocketAddr and improve errorNihal2026-02-162-22/+15
| * tor-chanmgr: add URI-style parsing for ProxyProtocol outbound_proxy configNihal2026-02-164-10/+264
| * tor-chanmgr: integrate outbound proxy into DefaultTransportNihal2026-02-163-15/+41
| * tor-chanmgr: add From<ProxyError> for io::Error conversionNihal2026-02-161-0/+6
| * tor-chanmgr: add ProxyProtocol config type for outbound proxyNihal2026-02-161-0/+30
* | Merge branch 'msrv-1.89' into 'main'Nick Mathewson2026-02-162-1/+2
|\ \
| * | Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
| * | Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
| |/
* | Merge branch 'relay-own-cert' into 'main'David Goulet2026-02-161-1/+6
|\ \
| * | relay: Pass our TLS cert to the responder verify processDavid Goulet2026-02-121-1/+6
| |/
* | Merge branch 'chan-target-addr' into 'main'David Goulet2026-02-162-2/+33
|\ \ | |/ |/|
| * tor-chanmgr: add doc comment to `ChanMgr::get_or_launch()`Steven Engler2026-02-121-0/+6
| * tor-chanmgr: add `get_or_launch()` tests using different addrsSteven Engler2026-02-121-2/+27
* | Merge branch 'channel-canonical' into 'main'David Goulet2026-02-124-19/+71
|\ \ | |/ |/|
| * chan: Use Canonicity when choosing a channelDavid Goulet2026-02-124-3/+49
| * chanmgr: Use the actual channel target used on connect()David Goulet2026-02-121-16/+21
| * proto: Channel finish() now handles canonicityDavid Goulet2026-02-121-0/+1
* | 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-112-19/+31
|/
* relay: Fix tor-chanmgr and tor-proto cargo featuresDavid Goulet2026-02-091-1/+1
* proto: Relay responder channel allow to be non_exhaustiveDavid Goulet2026-02-091-1/+0