summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient
Commit message (Expand)AuthorAgeFilesLines
...
| * | netdoc: Introduce HsDescErrorNick Mathewson2023-06-222-31/+4
* | | keymgr: Move dummy implementation to tor-keymgr.Gabriela Moldovan2023-06-221-1/+3
|/ /
* | Merge branch 'socks_errorkinds' into 'main'Nick Mathewson2023-06-222-2/+25
|\ \
| * | Generate correct ErrorKinds for hsdesc decryption failures.Nick Mathewson2023-06-212-2/+25
* | | tor-hsclient: Delete/rewrite out-of-date commentaryIan Jackson2023-06-221-13/+5
| |/ |/|
* | Merge branch 'stderr' into 'main'Alexander Færøy2023-06-211-0/+2
|\ \
| * | lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* | | Upgrade to strum 0.25.Nick Mathewson2023-06-211-1/+1
| |/ |/|
* | tor-hsclient: Apply deferred clippy churn needed by fmt churnIan Jackson2023-06-211-1/+1
* | tor-hsclient: Apply deferred rustfmt churnIan Jackson2023-06-212-11/+6
* | tor-hsclient: Drop most allows that are marked for removalIan Jackson2023-06-213-9/+0
* | tor-hsclient: Drop a large number of unneeded importsIan Jackson2023-06-214-19/+9
* | tor-hsclient: Add HSID to some log messagesIan Jackson2023-06-211-6/+7
* | tor-hsclient: Do Debug the descriptor as part of DataIan Jackson2023-06-211-1/+0
* | tor-hsclient: Drop some temporary trace callsIan Jackson2023-06-212-8/+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
* | tor-hsclient: Omit some unussed struct fields in patternsIan Jackson2023-06-211-2/+2
|/
* 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
* | keymgr: Move the HS client and service key specifiers out of tor-keymgr.Gabriela Moldovan2023-06-154-2/+83
* | hsclient: Change builder error return type to ConfigBuildError.Gabriela Moldovan2023-06-151-1/+1
* | 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: provide intro_index accessor for FailedAttemptError (xref)Ian Jackson2023-06-151-1/+2
* | 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-152-1/+24
* | tor-hsclient: InvalidTarget::ImpossibleRelayIds is RetryTime::NeverIan Jackson2023-06-141-1/+1
* | tor-hsclient: Correction to HasRetryTime for InvalidTarget docNick Mathewson2023-06-141-1/+2
* | tor-hsclient: Add doc for HasKind for FailedAttemptErrorIan Jackson2023-06-141-0/+16
* | tor-hsclient: Add docs and comments about HasRetryTime for InvalidTargetIan Jackson2023-06-141-0/+18
* | tor-hsclient: impl HasRetryTime for FailedAttemptErrorIan Jackson2023-06-142-2/+25
* | tor-hsclient: impl HasRetryTime for InvalidTargetIan Jackson2023-06-141-1/+14
|/
* 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-132-6/+59
* tor-hsclient: Remove an already-done TODOIan Jackson2023-06-131-3/+0
* 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
* tor-hsclient: Improve proto_oneshot docsNick Mathewson2023-06-131-1/+1