summaryrefslogtreecommitdiff
path: root/retry-error/src
Commit message (Collapse)AuthorAgeFilesLines
* Run "typos" to fix a few more typos.Nick Mathewson2021-06-171-1/+1
|
* Use retry-error in tor-circmgr.Nick Mathewson2021-06-171-0/+9
|
* Add deduplication for retry-errorNick Mathewson2021-06-171-7/+85
|
* Remove anyhow dependency from tor-retry, and rename it to retry-errorNick Mathewson2021-06-171-0/+238
Now RetryError is parameterized on an underlying error type.