aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src
Commit message (Expand)AuthorAgeFilesLines
...
* tor-keymgr: Rename KeyPathError to ArtiPathUnavailableError (fmt).Gabriela Moldovan2023-10-191-2/+5
* tor-keymgr: Rename KeyPathError to ArtiPathUnavailableError.Gabriela Moldovan2023-10-191-2/+2
* tor-keymgr: Remove From<ArtiPathError> impl for KeyPathError.Gabriela Moldovan2023-10-191-2/+2
* tor-hsclient, arti-client: Make BadClientSpecifier wrap an ArtiPathError.Gabriela Moldovan2023-10-191-3/+3
* tor-keymgr: Use ArtiPathError for invalid ArtiPaths.Gabriela Moldovan2023-10-191-6/+7
* 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
* oneshot: Use veneer in tor-hsclientIan Jackson2023-10-111-2/+1
* tor-rtmock: Switch MockRuntime to SimpleMockSleepProviderIan Jackson2023-10-031-1/+1
* tor-hsclient: Update HsClientSecretKeys docs.Gabriela Moldovan2023-09-251-1/+1
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ...Gabriela Moldovan2023-09-252-7/+3
* tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...Gabriela Moldovan2023-09-252-10/+10
* tor-hsclient: state expiry test: Use MockSleepProvider advanceIan Jackson2023-09-201-1/+2
* tor-hsclient: expiry tests: Use advance_byIan Jackson2023-09-181-1/+1
* tor-hsclient: expiry: Fix a boundary error in time calculationIan Jackson2023-09-181-1/+4
* tor-keymgr: Fix typo in key names.Gabriela Moldovan2023-09-121-4/+4
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-233-0/+3
* 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
* Lower linkspec list parsing into new tor-linkspec method.Nick Mathewson2023-08-221-5/+1
* tor-dirclient: Rename download() to send_request().Gabriela Moldovan2023-08-161-1/+1
* Merge branch 'future_proof_lints' into 'main'gabi-2502023-08-041-2/+2
|\
| * Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* | tor-proto: Add ClientCirc::start_conversation().Gabriela Moldovan2023-08-041-3/+4
|/
* Run cargo +nightly fmt to format many let ... else ...Ian Jackson2023-07-243-21/+30
* Fix typosDimitris Apostolou2023-07-222-10/+10
* retry-error: Attempts must be AsRef<dyn Error>; print their sourcesIan Jackson2023-07-192-6/+6
* Merge branch 'clippy-allow' into 'main'Ian Jackson2023-07-114-0/+4
|\
| * Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-104-0/+4
* | 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-072-25/+27
* | Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* | tor-hsclient: Abolish ad-hoc real-world-time sleepsIan Jackson2023-07-061-12/+4
|/
* hsclient: Make HsClientSpecifier a newtype instead of a type alias.Gabriela Moldovan2023-06-291-1/+11
* arti-client, hsclient: Typealias HsClientSpecifier to ArtiPathComponent.Gabriela Moldovan2023-06-291-25/+2
* 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