summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/src/err.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-hsconn: Rename ConnError (from HsClientConnError)Ian Jackson2023-03-301-3/+3
| | | | | The old name was unwieldy and other crates can just as well name it by the crate scope.
* tor-hsclient: impl HasKind for errorsIan Jackson2023-03-231-1/+20
|
* tor-hsclient: Swap errors so Bug comes lastIan Jackson2023-03-231-4/+4
| | | | This seems more consistent with the way it's done elsewhere.
* hsclient: Add vacuous comments as demanded by clippyIan Jackson2023-03-011-0/+1
|
* hsclient: Provide a constructor for HsClientConnectorIan Jackson2023-03-011-0/+9
|
* hsclient: Implement connection attempt tracking state machineIan Jackson2023-03-011-0/+26
This compiles, but it cannot work yet. Nor can it conveniently be tested.