summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/connect.rs
Commit message (Expand)AuthorAgeFilesLines
* fix: use wallclock timestamps in all push_timed callsNihal2025-12-171-3/+3
* refactor: clean codeNihal2025-12-171-2/+3
* feat(retry-error): add timestamps to retry errorsNihal2025-12-171-6/+9
* tor-hsservice: Fix typo in error message.Wesley Aptekar-Cassels2025-11-241-1/+1
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-2/+11
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Stop using MockSleepProvider in a few cratesNeel Chauhan2025-11-021-4/+2
* proto: Add a circuit module shared between client and relay impls.Gabriela Moldovan2025-08-281-12/+12
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-11/+11
* tunnel: Implement start_conversation() for all tunnel typesDavid Goulet2025-08-051-3/+4
* hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-051-97/+204
* Use new DisplayRedacted/DebugRedacted code for HsId.Nick Mathewson2025-07-311-3/+3
* hs*: Define some HsDesc errors as _suspicious_.Nick Mathewson2025-07-101-8/+21
* hs*: Include SourceInfo when making HsDesc requests.Nick Mathewson2025-07-101-1/+18
* hs: Remove the use of HopNum and instead use TargetHopDavid Goulet2025-06-261-2/+2
* proto: Move NegotiatedHopSettings to a higher levelNick Mathewson2025-06-101-1/+10
* *: suppress cognitive_complexity warnings from nightlyNick Mathewson2025-05-291-0/+2
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-2/+2
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* tor-rtmock: allow-Decorate every use of MockSleepProviderIan Jackson2025-03-061-0/+2
* hsclient: Include rsa_id in debugClara Engler2025-03-041-1/+2
* proto: Remove ConversationInHandlerDavid Goulet2025-02-041-5/+1
* tor-proto: Rewrite circuit reactor run_once() loop to use select!.Gabriela Moldovan2025-01-291-2/+2
* circmgr: Remove the CircParameters build .expect()David Goulet2025-01-161-1/+2
* circ: Specialize the circparams from netparams functionDavid Goulet2025-01-161-3/+2
* circmgr: Modify CircParameters for congestion controlDavid Goulet2025-01-161-2/+3
* TimerangeBound: Stop using std::ops::Bound.Wesley Aptekar-Cassels2024-11-251-7/+3
* Use HsPowClient.Wesley Aptekar-Cassels2024-10-091-1/+2
* hs-pow: Refactor to prefer stub types rather than cfg sprawl.Wesley Aptekar-Cassels2024-10-091-6/+1
* tor-hspow: Big refactor, dissolve this crateWesley Aptekar-Cassels2024-10-091-8/+9
* First pass at implementing onion proof-of-work clientWesley Aptekar-Cassels2024-10-091-4/+33
* tor-cell: Support encoding proofs-of-work in intro_payloadWesley Aptekar-Cassels2024-10-091-1/+1
* Remove hard tabs in the one file that has them.Ian Jackson2024-10-021-2/+2
* Fix a couple of lifetime warnings from nightly.Nick Mathewson2024-10-011-2/+2
* rtcompat: Add an extension trait for building modified RuntimesNick Mathewson2024-09-241-9/+5
* Merge branch 'refactor_stream_crypto_init' into 'main'Nick Mathewson2024-03-261-4/+2
|\
| * Refactor the logic for constructing crypt layers.Nick Mathewson2024-03-261-4/+2
* | tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and implIan Jackson2024-03-251-0/+1
|/
* Propagate RelayCellFormat selection up to where format decisions will be madeJim Newsome2024-03-201-2/+4
* hsclient: Clarify "hs_hops" to avoid confusion.Nick Mathewson2024-03-141-6/+11
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-circmgr: Add UniqId to CircTimeout.Gabriela Moldovan2024-02-271-1/+1
* tor-netdir: Make hs_dirs_{upload, download} take separate args instead of tuple.Gabriela Moldovan2024-01-241-1/+2
* 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