summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-hsclient: Mock traits: Work around an async boobytrapIan Jackson2023-06-301-26/+37
* | Add exceptions for some cases of diverging_sub_expressionNick Mathewson2023-07-101-0/+2
* | Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-073-26/+28
* | Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* | tor-hsclient: Abolish ad-hoc real-world-time sleepsIan Jackson2023-07-061-12/+4
|/
* Remove semver.md files for 1.1.6Nick Mathewson2023-06-301-1/+0
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-14/+14
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-3/+3
* Resolve XXXs from fixup-features.Nick Mathewson2023-06-291-1/+0
* Run "fixup-features".Nick Mathewson2023-06-291-1/+4
* hsclient: Make HsClientSpecifier a newtype instead of a type alias.Gabriela Moldovan2023-06-291-1/+11
* arti-client, hsclient: Typealias HsClientSpecifier to ArtiPathComponent.Gabriela Moldovan2023-06-291-25/+2
* Merge branch 'timeouts' into 'main'Ian Jackson2023-06-291-16/+109
|\
| * tor-hsclient: Add some notes about timeouts and hopsIan Jackson2023-06-291-0/+8
| * tor-hsclient: Use estimated timeouts for introduction and rendezvous (fmt)Ian Jackson2023-06-291-2/+6
| * tor-hsclient: Use estimated timeouts for introduction and rendezvousIan Jackson2023-06-291-12/+44
| * tor-hsclient: Use estimated timeout for hsdir fetches (fmt)Ian Jackson2023-06-291-1/+1
| * tor-hsclient: Use estimated timeout for hsdir fetchesIan Jackson2023-06-291-5/+7
| * tor-hsclient: Provide bodge constant for circuit lengthIan Jackson2023-06-291-0/+11
| * tor-hsclient: Plumb timeout estimation machineryIan Jackson2023-06-291-0/+36
* | Merge branch 'maxintro3' into 'main'Ian Jackson2023-06-291-4/+0
|\ \ | |/ |/|
| * tor-netdoc: Reject hsdescs with no intro pointsIan Jackson2023-06-281-4/+0
* | Merge branch 'debug' into 'main'Ian Jackson2023-06-291-15/+12
|\ \
| * | tor-hsclient: Reimplement Debug for MockCircIan Jackson2023-06-291-15/+12
* | | Merge branch 'circparams' into 'main'Ian Jackson2023-06-291-2/+2
|\ \ \ | |/ / |/| |
| * | tor-hsclient: Use proper CircParametersIan Jackson2023-06-291-2/+2
* | | Merge branch 'handshake-error' into 'main'Nick Mathewson2023-06-292-31/+59
|\| |
| * | tor-hsclient: err: Mention RENDEZVOUS2 in actual messages (fmt)Ian Jackson2023-06-291-1/+3
| * | tor-hsclient: err: Rename to RendezvousCompletionCircuitErrorIan Jackson2023-06-292-5/+5
| * | tor-hsclient: err: Mention RENDEZVOUS2 in actual messagesIan Jackson2023-06-291-2/+2
| * | tor-hsclient: err: Move doc comment to correct implIan Jackson2023-06-291-17/+17
| * | tor-hsclient: err: Mention RENDEZVOUS2Ian Jackson2023-06-291-2/+2
| * | tor-hsclient: err: Reword comments about errorIan Jackson2023-06-291-1/+1
| * | tor-hsclient: Handle handshake completion error correctlyIan Jackson2023-06-282-6/+31
| * | tor-hsclient: Rename RendezvousCompletionCircuit from RendezvousCompletionIan Jackson2023-06-282-5/+5
| * | tor-hsclient: Move handling of Bug to new sectionIan Jackson2023-06-281-1/+2
| |/
* | tor-hsclient: Make RendPtIdentityForError use RelayIdsIan Jackson2023-06-281-6/+3
* | tor-hsclient: Use RendPtIdentityForError in more placesIan Jackson2023-06-281-4/+4
|/
* Merge branch 'reuse' into 'main'Ian Jackson2023-06-281-1/+17
|\
| * 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-282-10/+25
* | HS configuration: Plumb configuration throughIan Jackson2023-06-284-6/+64
* | HS configuration: Add retry parameters to configurationIan Jackson2023-06-281-4/+2
* | tor-hsclient: Completely hide hsdir identities in errorsIan Jackson2023-06-282-7/+6
* | hsclient: Use HsDescDownloadRequest::set_max_len.Nick Mathewson2023-06-271-1/+12