summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/connect.rs
Commit message (Expand)AuthorAgeFilesLines
* hsclient: Remove comment about tearing down circuit.Nick Mathewson2023-12-111-2/+0
* hsclient: Clean up some TODOs about parallelism.Nick Mathewson2023-12-051-7/+8
* Fix typo in argumentshalcyon2023-10-201-1/+1
* hsclient: add a missing ) to a message.Nick Mathewson2023-10-171-1/+1
* dirclient: Seal the Requestable trait and hide most of its members.Nick Mathewson2023-10-171-1/+1
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ...Gabriela Moldovan2023-09-251-6/+2
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...Gabriela Moldovan2023-09-251-7/+7
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* tor-netdir: Use an owned HsBlindId instead of a reference.Gabriela Moldovan2023-08-221-1/+1
* tor-hsclient: Use hs_dirs_download instead of the deprecated hs_dirs.Gabriela Moldovan2023-08-221-6/+5
* tor-dirclient: Rename download() to send_request().Gabriela Moldovan2023-08-161-1/+1
* tor-proto: Add ClientCirc::start_conversation().Gabriela Moldovan2023-08-041-3/+4
* Run cargo +nightly fmt to format many let ... else ...Ian Jackson2023-07-241-2/+6
* Fix typosDimitris Apostolou2023-07-221-9/+9
* retry-error: Attempts must be AsRef<dyn Error>; print their sourcesIan Jackson2023-07-191-3/+3
* Merge branch 'clippy-allow' into 'main'Ian Jackson2023-07-111-0/+1
|\
| * Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* | Merge branch 'conversation' into 'main'Alexander Færøy2023-07-101-18/+28
|\ \
| * | tor-proto: run rustfmtIan Jackson2023-06-301-1/+3
| * | tor-proto conversation API: Provide ConversationInHandlerIan Jackson2023-06-301-1/+3
| * | tor-proto conversation API: Return a ConversationIan Jackson2023-06-301-4/+10
| * | tor-proto conversation API: Rename to start_conversation_last_hopIan Jackson2023-06-301-8/+8
| * | tor-proto conversation API: Make starting message optionalIan Jackson2023-06-301-5/+5
| * | tor-proto conversation API: Rename to ConversationFinishedIan Jackson2023-06-301-2/+2
* | | Merge branch 'recurse' into 'main'Alexander Færøy2023-07-101-26/+37
|\| | | |/ |/|
| * tor-hsclient: Mock traits: Work around an async boobytrapIan Jackson2023-06-301-26/+37
* | Add exceptions for some cases of diverging_sub_expressionNick Mathewson2023-07-101-0/+2
* | Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-071-12/+8
|/
* Merge branch 'timeouts' into 'main'Ian Jackson2023-06-291-16/+109
|\
| * tor-hsclient: Add some notes about timeouts and hopsIan Jackson2023-06-291-0/+8
| * tor-hsclient: Use estimated timeouts for introduction and rendezvous (fmt)Ian Jackson2023-06-291-2/+6
| * tor-hsclient: Use estimated timeouts for introduction and rendezvousIan Jackson2023-06-291-12/+44
| * tor-hsclient: Use estimated timeout for hsdir fetches (fmt)Ian Jackson2023-06-291-1/+1
| * tor-hsclient: Use estimated timeout for hsdir fetchesIan Jackson2023-06-291-5/+7
| * tor-hsclient: Provide bodge constant for circuit lengthIan Jackson2023-06-291-0/+11
| * tor-hsclient: Plumb timeout estimation machineryIan Jackson2023-06-291-0/+36
* | Merge branch 'maxintro3' into 'main'Ian Jackson2023-06-291-4/+0
|\ \ | |/ |/|
| * tor-netdoc: Reject hsdescs with no intro pointsIan Jackson2023-06-281-4/+0
* | tor-hsclient: Use proper CircParametersIan Jackson2023-06-291-2/+2
* | tor-hsclient: err: Rename to RendezvousCompletionCircuitErrorIan Jackson2023-06-291-1/+1
* | tor-hsclient: Handle handshake completion error correctlyIan Jackson2023-06-281-6/+10
* | tor-hsclient: Rename RendezvousCompletionCircuit from RendezvousCompletionIan Jackson2023-06-281-1/+1
|/
* Merge branch 'reuse' into 'main'Ian Jackson2023-06-281-1/+17
|\
| * tor-hsclient: Add a TODO SPEC re HS intro extend-and-reuseIan Jackson2023-06-231-0/+2
| * tor-hsclient: Discuss intro circuit extend-and-reuseIan Jackson2023-06-231-1/+15
* | HS timeout parameters: Restore some TODOsIan Jackson2023-06-281-0/+4
* | HS configuration: Use configured maximum attempts - commentIan Jackson2023-06-281-0/+4
* | HS configuration: Use configured maximum attempts (fmt)Ian Jackson2023-06-281-4/+12
* | HS configuration: Use configured maximum attemptsIan Jackson2023-06-281-10/+9
* | HS configuration: Plumb configuration through (fmt)Ian Jackson2023-06-281-2/+11