summaryrefslogtreecommitdiff
path: root/retry-error
Commit message (Collapse)AuthorAgeFilesLines
* Missing fields in tor-units/Cargo.toml.Nick Mathewson2021-06-241-1/+1
|
* Remove "publish = false"Nick Mathewson2021-06-241-1/+0
|
* Run "typos" to fix a few more typos.Nick Mathewson2021-06-171-1/+1
|
* Update retry-error READMENick Mathewson2021-06-171-20/+8
|
* 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-173-0/+299
Now RetryError is parameterized on an underlying error type.