summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/connect.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-hsclient: Write a test plan for IPT state managementIan Jackson2023-06-231-0/+23
* | tor-hsclient: Expire old IPT dataIan Jackson2023-06-231-0/+9
|/
* tor-hsclient: Apply deferred rustfmt churnIan Jackson2023-06-211-6/+3
* tor-hsclient: Drop most allows that are marked for removalIan Jackson2023-06-211-5/+0
* tor-hsclient: Drop a large number of unneeded importsIan Jackson2023-06-211-7/+4
* tor-hsclient: Do Debug the descriptor as part of DataIan Jackson2023-06-211-1/+0
* tor-hsclient: Drop some temporary trace callsIan Jackson2023-06-211-6/+2
* tor-hsclient: Drop two eprintlns in production codeIan Jackson2023-06-211-2/+0
* tor-hsclinet: Promote dead code allows to cover all testsIan Jackson2023-06-211-1/+3
* tor-hsclient: Use a formulaic TODO mark for incompleteness of testsIan Jackson2023-06-211-5/+5
* tor-hsclinet: Add a narrow allow, pending answer to open questionIan Jackson2023-06-211-0/+1
* tor-hsclient: Remove unused Context.hs_blind_id_keyIan Jackson2023-06-211-3/+0
* tor-hsclient: Add an allow for a deliberately-unused variableIan Jackson2023-06-211-0/+1
* Merge branch 'netdoc-todos' into 'main'Nick Mathewson2023-06-161-0/+2
|\
| * hsclient: note that we should check revctr.Nick Mathewson2023-06-161-0/+2
* | tor-hsclient: Make Untried a {}-less unitIan Jackson2023-06-151-2/+2
* | tor-hsclient: Insert a blank linegabi-2502023-06-151-0/+1
* | tor-hsclient: Docs improvements.gabi-2502023-06-151-2/+2
* | tor-hsclient: Remove two done TODOsIan Jackson2023-06-151-2/+0
* | tor-hsclient: Actually store our IPT experiencesIan Jackson2023-06-151-7/+42
* | tor-hsclient: intro_rend_connect: bind `outcome`Ian Jackson2023-06-151-3/+3
* | tor-hsclient: Actually choose which intro points to useIan Jackson2023-06-151-3/+75
* | tor-hsclient: Introduce RelayIdForExperienceIan Jackson2023-06-151-9/+37
* | tor-hsclient: Add random sort key to UsableIptIan Jackson2023-06-151-0/+6
* | tor-hsclient: provide intro_index accessor for FailedAttemptErrorIan Jackson2023-06-151-1/+0
* | tor-hsclient: impl HasRetryTime for FailedAttemptErrorIan Jackson2023-06-141-1/+1
|/
* 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-131-6/+35
* tor-hsclient: Remove an already-done TODOIan Jackson2023-06-131-3/+0
* tor-hsclient: Rename some errors for greater consistencyIan Jackson2023-06-131-5/+5
* 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-131-57/+14
* tor-hsclient: (try to) receive the RENDEZVOUS2 messageIan Jackson2023-06-131-7/+22
* tor-hsclient: Fix a botched doc commentIan Jackson2023-06-131-1/+1
* proto: Convert MsgHandler API to expect a message, not a cell.Nick Mathewson2023-06-121-23/+14
* hsclient: fill in a lot more introduce/rendezvous logic.Nick Mathewson2023-06-121-4/+146
* 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
* proto: Have send_control_message take an AnyRelayMsg.Nick Mathewson2023-06-091-6/+6
* tor-hsclient: Use send_control_message properly (fmt)Ian Jackson2023-06-091-10/+10
* tor-hsclient: Use send_control_message properlyIan Jackson2023-06-091-14/+18
* tor-hsclient: Obtain reply_tx earlierIan Jackson2023-06-091-3/+5
* tor-hsclient: Break out handle_proto_errorIan Jackson2023-06-091-4/+6
* tor-hsclient: Add TODO for broken send_control_message useIan Jackson2023-06-091-0/+1