aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr
Commit message (Expand)AuthorAgeFilesLines
...
| * proto: Rename RelayIdentities to RelayChannelAuthMaterialDavid Goulet2026-03-303-41/+50
| * proto: Rename many variables with more fine grained namingDavid Goulet2026-03-301-7/+7
| * chanmgr: Always use MaybeSensitive<PeerAddr> when building a channelDavid Goulet2026-03-301-7/+6
| * chanmgr: Add a build_client_channel() helper functionDavid Goulet2026-03-301-59/+83
| * chanmgr: Move relay target PT validation in validate_relay_target()David Goulet2026-03-301-6/+9
| * chanmgr: Validate the relay channel target addressesDavid Goulet2026-03-301-1/+35
* | Update to derive-deftly 0.10.0.Ian Jackson2026-03-311-1/+1
* | Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-20/+20
* | Bump versions: patchlevel, with dependenciesIan Jackson2026-03-301-1/+1
* | Plumb web-time-compat/full dependency through everywhere.Ian Jackson2026-03-301-0/+1
|/
* tor-chanmgr: port to web-time-compat.Nick Mathewson2026-03-262-11/+10
* tor-chanmgr: don't `warn_report!` for failed connectionsSteven Engler2026-03-241-1/+0
* chanmgr: Don't build relay channel if method is not DirectDavid Goulet2026-03-191-0/+6
* chanmgr: Clarify the use of no identity ChanTargetDavid Goulet2026-03-191-6/+10
* chanmgr: Don't get the peer cert as a responder channelDavid Goulet2026-03-191-9/+1
* chanmgr: Add a comment/TODO about channel expiryDavid Goulet2026-03-181-0/+16
* chanmgr: Support reconfigure of unauthenticated channelsDavid Goulet2026-03-181-5/+8
* chanmgr: Use the unauth_channels listDavid Goulet2026-03-181-7/+12
* chanmgr: Add a list of unauthenticated channelsDavid Goulet2026-03-181-0/+13
* cargo fmtNihal2026-03-181-6/+9
* tor-chanmgr: add loopback validation, startup warning and httparseNihal2026-03-185-176/+333
* tor-chanmgr: split handshake into helper functionsNihal2026-03-181-14/+47
* tor-chanmgr: fix type inference in handshakeNihal2026-03-182-6/+6
* tor-chanmgr: refactor handshake into helper functionsNihal2026-03-181-30/+53
* tor-chanmgr: add base64ct dependency and docsNihal2026-03-181-0/+1
* tor-chanmgr: implement HTTP CONNECT proxy handshake and wire transportNihal2026-03-182-20/+186
* tor-chanmgr: add ProxyProtocol::HttpConnect variant and URI parsingNihal2026-03-181-36/+205
* Merge branch 'cargo-update' into 'main'gabi-2502026-03-041-0/+1
|\
| * rtmock, chanmgr: Allow use of deprecated try_next() in testsGabriela Moldovan2026-03-031-0/+1
* | tor-proto: send an AUTH_CHALLENGE during testsSteven Engler2026-03-031-0/+5
|/
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-031-3/+4
* chanmgr: Safely log the peer in the channel builderDavid Goulet2026-03-032-18/+24
* proto: Make channel PeerAddr sensitiveDavid Goulet2026-03-031-1/+6
* Remove semver.md files post-releaseGabriela Moldovan2026-03-031-1/+0
* 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