summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/connect.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-hsclient: Add a TODO SPEC re HS intro extend-and-reuseIan Jackson2023-06-231-0/+2
| * tor-hsclient: Discuss intro circuit extend-and-reuseIan Jackson2023-06-231-1/+15
* | HS timeout parameters: Restore some TODOsIan Jackson2023-06-281-0/+4
* | HS configuration: Use configured maximum attempts - commentIan Jackson2023-06-281-0/+4
* | HS configuration: Use configured maximum attempts (fmt)Ian Jackson2023-06-281-4/+12
* | HS configuration: Use configured maximum attemptsIan Jackson2023-06-281-10/+9
* | HS configuration: Plumb configuration through (fmt)Ian Jackson2023-06-281-2/+11
* | HS configuration: Plumb configuration throughIan Jackson2023-06-281-2/+11
* | HS configuration: Add retry parameters to configurationIan Jackson2023-06-281-4/+2
* | tor-hsclient: Completely hide hsdir identities in errorsIan Jackson2023-06-281-2/+2
* | hsclient: Use HsDescDownloadRequest::set_max_len.Nick Mathewson2023-06-271-1/+12
* | Merge branch 'circuit-bis' into 'main'Nick Mathewson2023-06-231-0/+6
|\ \
| * | tor-hsclient: Add TODO SPEC for issues dealt with in !1299Ian Jackson2023-06-231-0/+6
* | | Merge branch 'circuit' into 'main'Alexander Færøy2023-06-231-21/+29
|\| |
| * | tor-hsclient: Discuss HS descriptor expiry and revision countersIan Jackson2023-06-231-2/+4
| * | tor-hsclient: Downgrade multi-ipt TODOIan Jackson2023-06-231-3/+4
| * | tor-hsclient: Downgrade rend/ipt parallelism TODOs and add linksIan Jackson2023-06-231-5/+8
| * | tor-hsclient: Downgrade ipt parallelism to a noteIan Jackson2023-06-231-2/+4
| * | tor-hsclient: Downgrade hsdir fetch parallelism to a noteIan Jackson2023-06-231-2/+4
| * | tor-hsclient: Drop intro circuit after ackIan Jackson2023-06-231-7/+5
| |/
* | tor-hsclient: Write a test plan for IPT state managementIan Jackson2023-06-231-0/+23
* | tor-hsclient: Expire old IPT dataIan Jackson2023-06-231-0/+9
|/
* tor-hsclient: Apply deferred rustfmt churnIan Jackson2023-06-211-6/+3
* tor-hsclient: Drop most allows that are marked for removalIan Jackson2023-06-211-5/+0
* tor-hsclient: Drop a large number of unneeded importsIan Jackson2023-06-211-7/+4
* tor-hsclient: Do Debug the descriptor as part of DataIan Jackson2023-06-211-1/+0
* tor-hsclient: Drop some temporary trace callsIan Jackson2023-06-211-6/+2
* tor-hsclient: Drop two eprintlns in production codeIan Jackson2023-06-211-2/+0
* tor-hsclinet: Promote dead code allows to cover all testsIan Jackson2023-06-211-1/+3
* tor-hsclient: Use a formulaic TODO mark for incompleteness of testsIan Jackson2023-06-211-5/+5
* tor-hsclinet: Add a narrow allow, pending answer to open questionIan Jackson2023-06-211-0/+1
* tor-hsclient: Remove unused Context.hs_blind_id_keyIan Jackson2023-06-211-3/+0
* tor-hsclient: Add an allow for a deliberately-unused variableIan Jackson2023-06-211-0/+1
* Merge branch 'netdoc-todos' into 'main'Nick Mathewson2023-06-161-0/+2
|\
| * hsclient: note that we should check revctr.Nick Mathewson2023-06-161-0/+2
* | tor-hsclient: Make Untried a {}-less unitIan Jackson2023-06-151-2/+2
* | tor-hsclient: Insert a blank linegabi-2502023-06-151-0/+1
* | tor-hsclient: Docs improvements.gabi-2502023-06-151-2/+2
* | tor-hsclient: Remove two done TODOsIan Jackson2023-06-151-2/+0
* | tor-hsclient: Actually store our IPT experiencesIan Jackson2023-06-151-7/+42
* | tor-hsclient: intro_rend_connect: bind `outcome`Ian Jackson2023-06-151-3/+3
* | tor-hsclient: Actually choose which intro points to useIan Jackson2023-06-151-3/+75
* | tor-hsclient: Introduce RelayIdForExperienceIan Jackson2023-06-151-9/+37
* | tor-hsclient: Add random sort key to UsableIptIan Jackson2023-06-151-0/+6
* | tor-hsclient: provide intro_index accessor for FailedAttemptErrorIan Jackson2023-06-151-1/+0
* | tor-hsclient: impl HasRetryTime for FailedAttemptErrorIan Jackson2023-06-141-1/+1
|/
* tor-hsclient: Add some more debuggingIan Jackson2023-06-131-2/+39
* tor-hsclient: Return the circuitIan Jackson2023-06-131-4/+1
* tor-hsclient: Conduct the INTRODUCE1 exchangeIan Jackson2023-06-131-6/+35
* tor-hsclient: Remove an already-done TODOIan Jackson2023-06-131-3/+0