summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-31/+31
* release: Bump safelog version to 0.8.2.Wesley Aptekar-Cassels2026-05-061-1/+1
* 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
* Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`Ian Jackson2026-04-021-1/+1
* Update to derive-deftly 0.10.0.Ian Jackson2026-03-311-1/+1
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-31/+31
* Bump versions: minor, with dependenciesIan Jackson2026-03-301-1/+1
* Bump versions: patchlevel, with dependenciesIan Jackson2026-03-301-1/+1
* Plumb web-time-compat/full dependency through everywhere.Ian Jackson2026-03-301-0/+1
* tor-hsclient: port to web-time-compat.Nick Mathewson2026-03-264-6/+5
* Fix word duplicate typosTobias Stoeckmann2026-03-152-2/+2
* Bump strum to 0.28Gabriela Moldovan2026-03-041-1/+1
* Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-31/+31
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-4/+4
* 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
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* relay: Add a TLS acceptor in the ChanBuilderDavid Goulet2026-02-091-1/+2
* Set package.metadata.docs.rs.all-features to true for all cratesNiel Duysters2026-02-091-0/+3
* release: Bump `slotmap-careful` to 0.6.0.Wesley Aptekar-Cassels2026-02-021-1/+1
* release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-021-31/+31
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* meta: Remove all semver.md files post-releaseClara Engler2026-01-131-1/+0
* chanmgr: Introduce a ChanMgrConfig structDavid Goulet2026-01-131-1/+1
* chanmgr: Remove KeyMgr from constructorDavid Goulet2026-01-131-1/+0
* cargo: Bump all non arti/tor cratesClara Engler2026-01-121-1/+1
* cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-31/+31
* 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