summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-20/+20
* tor-chanmgr: fix `unused_imports` warningSteven Engler2026-05-271-1/+3
* Merge branch '3777_rebased' into 'main'Nick Mathewson2026-05-262-1/+8
|\
| * ptmgr: Defer proxy protocol string conversionNihal2026-05-261-1/+1
| * ptmgr: pass outbound_proxy to managed PT processesNihal2026-05-261-0/+7
* | Merge branch 'fix-channel-build-task-disappeared' into 'main'Nick Mathewson2026-05-264-119/+188
|\ \ | |/ |/|
| * tor-chanmgr: Notify waiters when a launch is cancelledBoris Nagaev2026-05-044-119/+188
* | Merge branch 'socket-buf-size' into 'main'opara2026-05-211-2/+14
|\ \
| * | tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`Steven Engler2026-05-071-2/+14
* | | Merge branch 'connect_error' into 'main'opara2026-05-134-32/+80
|\ \ \
| * | | chanmgr: report target address, not proxy address, in errorNick Mathewson2026-05-074-6/+12
| * | | chanmgr: refactor error typesNick Mathewson2026-05-074-21/+46
| * | | chanmgr: Do not turn connect errors into proxy errors.Nick Mathewson2026-05-072-15/+32
| |/ /
* / / Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+1
|/ /
* | release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-20/+20
* | release: Bump safelog version to 0.8.2.Wesley Aptekar-Cassels2026-05-061-1/+1
|/
* linkspec: Rename all_addrs_allowed_for_extend()David Goulet2026-04-091-2/+4
* relay: Pass advertise SocketAddr to channel builder instead of IpAddrDavid Goulet2026-04-092-8/+8
* chanmgr: Validate the ChanTarget for both client and relayDavid Goulet2026-04-091-41/+64
* Merge branch 'create-fast' into 'main'opara2026-04-083-4/+85
|\
| * tor-{proto,chanmgr}: change how channels accept a CREATE* handlerSteven Engler2026-04-081-18/+13
| * tor-chanmgr: add support for a `CreateRequestHandler`Steven Engler2026-04-083-4/+90
* | Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`Ian Jackson2026-04-021-1/+1
|/
* Merge branch 'fixes_mr3791' into 'main'David Goulet2026-03-313-114/+183
|\
| * linkspec: Rename has_all_public_addresses()David Goulet2026-03-301-1/+1
| * linkspec: Rename has_all_reachable_addresses()David Goulet2026-03-301-1/+1
| * linkspec: Rename has_all_valid_port() to has_all_nonzero_port()David Goulet2026-03-301-2/+2
| * 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