summaryrefslogtreecommitdiff
path: root/tor-chanmgr/src/err.rs
Commit message (Expand)AuthorAgeFilesLines
* Make a few error types implement CloneNick Mathewson2021-06-141-2/+9
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+1
* cargo fix --edition-idiomsNick Mathewson2021-04-261-1/+1
* Refactor and simplify ChanMgr to use AbstractChanMgr.Nick Mathewson2021-04-231-0/+6
* Start on tests for reactored ChanMsg.Nick Mathewson2021-04-231-6/+2
* Begin refactoring ChanMgr to have better separation of concernsNick Mathewson2021-04-221-0/+25
* Stop using anyhow in tor_chanmgr.Nick Mathewson2021-04-221-0/+22
* tor-chanmgr: timeout support.Nick Mathewson2020-11-111-0/+4
* Use anyhow in tor-circmgr and tor-chanmgrNick Mathewson2020-11-111-18/+0
* Implement a channel-manager type to get or launch channels on request.Nick Mathewson2020-10-301-0/+33