summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/connect.rs
Commit message (Expand)AuthorAgeFilesLines
...
* hsclient: Account for peer circuit retries.Nick Mathewson2026-05-071-1/+5
* hsclient: Fix documentation about where timeouts are calculated.Nick Mathewson2026-05-071-8/+2
* hsclient: Simplify h_num_own_{real_}hopsNick Mathewson2026-05-071-7/+11
* hsclient: remove now-needless "allow(unused)" markers.Nick Mathewson2026-05-071-3/+0
* circmgr, hsclient: Introduce and use a OneWay timeout estimator.Nick Mathewson2026-05-071-16/+8
* hsclient: Move and correct timeouts for waiting for RENDEZVOUS2Nick Mathewson2026-05-071-66/+89
* hsclient: move and correct timeouts for intro/ack.Nick Mathewson2026-05-071-30/+20
* hsclient: Move and correct timeouts for establishing rend circuits.Nick Mathewson2026-05-071-33/+19
* hsclient: Move and correct timeouts for hsdescriptor downloads.Nick Mathewson2026-05-071-17/+21
* circmgr: Add num_hops members to mock tunnel types.Nick Mathewson2026-05-071-0/+38
* tor-hsclient: include period metadata in trace log messageJim Newsome2026-04-021-1/+2
* tor-hsclient: port to web-time-compat.Nick Mathewson2026-03-261-3/+1
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* 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
|\