aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/connect.rs
Commit message (Expand)AuthorAgeFilesLines
...
* hsclient: Only replace the hsdesc with a more recent one (fmt)Gabriela Moldovan2026-05-071-11/+9
* hsclient: Only replace the hsdesc with a more recent oneGabriela Moldovan2026-05-071-6/+36
* hsclient: Move HsDesc extraction hack to a closureGabriela Moldovan2026-05-071-7/+11
* hsclient: Replace bool with Option<RefetchDescriptor> (fmt)Gabriela Moldovan2026-05-071-1/+5
* hsclient: Replace bool with Option<RefetchDescriptor>Gabriela Moldovan2026-05-071-7/+11
* hsclient: Refetch the descriptor if any introduction attempts are NACKedGabriela Moldovan2026-05-071-1/+41
* hsclient: Update the docs to say what the refetch flag doesGabriela Moldovan2026-05-071-0/+3
* hsclient: Add a flag for forcing a descriptor refetch (fmt)Gabriela Moldovan2026-05-071-14/+18
* hsclient: Add a flag for forcing a descriptor refetchGabriela Moldovan2026-05-071-2/+4
* hsclient: Remove estimate of extra intro distance.Nick Mathewson2026-05-071-14/+8
* 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