aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tor-hsclient: Add some more debuggingIan Jackson2023-06-131-2/+39
| * | | tor-hsclient: Return the circuitIan Jackson2023-06-131-4/+1
| * | | tor-hsclient: Conduct the INTRODUCE1 exchangeIan Jackson2023-06-133-6/+69
| * | | tor-hsclient: Remove an already-done TODOIan Jackson2023-06-131-3/+0
| * | | tor-cell: IntroduceAck: Add .success() function to give a ResultIan Jackson2023-06-131-0/+16
| * | | tor-hsclient: Rename some errors for greater consistencyIan Jackson2023-06-132-15/+15
| * | | tor-hsclient: Reorder timeout errors to be "less interesting"Ian Jackson2023-06-131-21/+21
* | | | Merge branch 'hs3' into 'main'Ian Jackson2023-06-134-73/+177
|\| | | | |/ / |/| |
| * | tor-hsclient: Improve proto_oneshot docsNick Mathewson2023-06-131-1/+1
| * | tor-hsclient: Pass handshake_state to complete_handcshake (fmt)Ian Jackson2023-06-131-1/+4
| * | tor-hsclient: Pass handshake_state to complete_handcshakeIan Jackson2023-06-131-7/+21
| * | tor-hsclient: Add a missing docIan Jackson2023-06-131-1/+1
| * | tor-hsclient: Introduce proto_oneshot, to help with message handling (fmt)Ian Jackson2023-06-131-12/+5
| * | tor-hsclient: Introduce proto_oneshot, to help with message handlingIan Jackson2023-06-133-57/+120
| * | tor-hsclient: (try to) receive the RENDEZVOUS2 messageIan Jackson2023-06-132-7/+38
| * | tor-hsclient: Fix a botched doc commentIan Jackson2023-06-131-1/+1
* | | Merge branch 'fix' into 'main'Nick Mathewson2023-06-131-0/+1
|\ \ \ | |/ / |/| |
| * | RPC: Suppress a warning to do with RPC and SOCKSIan Jackson2023-06-131-0/+1
|/ /
* | Merge branch 'msg_in_handler' into 'main'Ian Jackson2023-06-135-31/+49
|\ \
| * | proto: Convert MsgHandler API to expect a message, not a cell.Nick Mathewson2023-06-125-31/+49
* | | Merge branch 'rpc_pseudomethods_v6' into 'main'Nick Mathewson2023-06-128-33/+518
|\ \ \
| * | | RPC: Functionality to downcast dyn Object to a dyn Trait.Nick Mathewson2023-06-126-27/+518
| * | | rpc: make decl_object! responsible for writing impl Object {} blocks.Nick Mathewson2023-06-076-9/+3
* | | | Merge branch 'desc-validation-err-doc' into 'main'gabi-2502023-06-121-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | tor-error: Clarify what we mean by "hostile".Gabriela Moldovan2023-06-121-1/+1
| * | | tor-error: Document another potential cause for OnionServiceDescriptorValidat...Gabriela Moldovan2023-06-121-0/+4
* | | | Merge branch 'intro_sketch' into 'main'Nick Mathewson2023-06-1213-165/+369
|\ \ \ \ | |/ / / |/| | |
| * | | hsclient: fill in a lot more introduce/rendezvous logic.Nick Mathewson2023-06-121-4/+146
| * | | cell: Add an accessor for the body of a Rendezvous2.Nick Mathewson2023-06-121-0/+6
| * | | proto: Add a commment about a problem in my hs_ntor plans.Nick Mathewson2023-06-121-0/+4
| * | | proto: code movement and reindentation in hs_ntorNick Mathewson2023-06-121-86/+75
| * | | proto: Remove now-unused hs_ntor APIsNick Mathewson2023-06-121-43/+21
| * | | proto: refactor hs_ntor to reuse state.Nick Mathewson2023-06-121-14/+49
| * | | hsclient: receive rendezvous2 messages too.Nick Mathewson2023-06-121-17/+25
| * | | hsclient: Move the body of the msg handler into a new functionNick Mathewson2023-06-121-26/+41
| * | | hsclient: Add a second oneshot to Rendezvous msghandlerNick Mathewson2023-06-121-9/+36
| * | | hsclient: use hs-client feature in tor-proto.Nick Mathewson2023-06-121-1/+1
| * | | Upgrade async-trait requirement to 1.54Nick Mathewson2023-06-1210-12/+12
|/ / /
* | | Merge branch 'redactable_relayids' into 'main'Nick Mathewson2023-06-124-12/+77
|\ \ \
| * | | linkspec: cleanup usage; change std::fmt to fmt.Nick Mathewson2023-06-121-6/+6
| * | | RelayId: Display the ID type on redacted identities.Nick Mathewson2023-06-092-4/+3
| * | | linkspec: implement Display/Redacted on RelayIdsNick Mathewson2023-06-091-0/+22
| * | | linkspec: Implement HasRelayIds::display_relay_ids().Nick Mathewson2023-06-092-6/+50
* | | | Merge branch 'circuit_send_message_fixes' into 'main'Nick Mathewson2023-06-122-12/+15
|\ \ \ \
| * | | | Apply 1 suggestion(s) to 1 file(s)Ian Jackson2023-06-121-1/+1
| * | | | proto: Have send_control_message take an AnyRelayMsg.Nick Mathewson2023-06-092-10/+8
| * | | | proto: Correct the docs on send_control_messageNick Mathewson2023-06-091-2/+7
| |/ / /
* | | | Merge branch 'arc_hsdirs_in_netdir' into 'main'Ian Jackson2023-06-121-5/+7
|\ \ \ \
| * | | | netdir: Wrap HsDir an Arc<>Nick Mathewson2023-06-091-5/+7
| |/ / /
* | | | Merge branch 'pt-snowflake' into 'main'Nick Mathewson2023-06-113-2/+116
|\ \ \ \ | |/ / / |/| | |