summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src
Commit message (Expand)AuthorAgeFilesLines
...
* hsclient: Add a generic RelayIdFor for storing relay informationGabriela Moldovan2026-05-071-5/+29
* hsclient: Update comment about hsdesc caching, add TODOGabriela Moldovan2026-05-071-3/+21
* hsclient: Use Option<> combinators to get rid of branching (fmt)Gabriela Moldovan2026-05-071-8/+11
* hsclient: Use Option<> combinators to get rid of branchingGabriela Moldovan2026-05-071-4/+2
* 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-072-34/+20
* hsclient: Move and correct timeouts for hsdescriptor downloads.Nick Mathewson2026-05-072-17/+27
* circmgr: Add num_hops members to mock tunnel types.Nick Mathewson2026-05-071-0/+38
* hsclient, hsservice: Use unquoted paths in ctor_path attrGabriela Moldovan2026-04-161-1/+1
* tor-hsclient: include period metadata in trace log messageJim Newsome2026-04-021-1/+2
* tor-hsclient: port to web-time-compat.Nick Mathewson2026-03-263-6/+4
* Fix word duplicate typosTobias Stoeckmann2026-03-152-2/+2
* hsclient: Suppress unused-async warning when building without pow.Nick Mathewson2026-02-181-0/+1
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* relay: Add a TLS acceptor in the ChanBuilderDavid Goulet2026-02-091-1/+2
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* chanmgr: Introduce a ChanMgrConfig structDavid Goulet2026-01-131-1/+1
* chanmgr: Remove KeyMgr from constructorDavid Goulet2026-01-131-1/+0
* hsclient, hsservice: Remove no longer needed conversion functionsGabriela Moldovan2026-01-061-29/+1
* keymgr: Use d-d to generate CTorPath<->KeySpecifier conversionsGabriela Moldovan2026-01-061-1/+1
* keymgr: Make CTorPath more like the client/service specifiers (fmt)Gabriela Moldovan2026-01-061-1/+1
* keymgr: Make CTorPath more like the client/service specifiersGabriela Moldovan2026-01-061-2/+2
* keymgr: Push error handling into the from_ctor_path() functionsGabriela Moldovan2026-01-061-4/+10
* keymgr: Specify ctor conversion functions as moduleGabriela Moldovan2026-01-061-20/+19
* keymgr: Extend KeySpecifier macro to support CTorPath conversionsGabriela Moldovan2026-01-061-1/+18
* 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
* Refactor common code that builds circtargets for HS.Nick Mathewson2025-12-041-61/+7
* tor-hsclient: Report IPT index in IntroductionFailed.Wesley Aptekar-Cassels2025-11-251-1/+1
* 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-064-5/+5
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-042-3/+3