summaryrefslogtreecommitdiff
path: root/tor-chanmgr/src/mgr.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-261-1/+1
|
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-3/+3
| | | | | | This is a somewhat obnoxious change in its scope and requirements, but it makes it easier to understand what the real public and private parts of our APIs are.
* Full documentations on the new parts of ChanMgr.Nick Mathewson2021-04-231-11/+95
|
* Start on tests for reactored ChanMsg.Nick Mathewson2021-04-231-40/+218
|
* Begin refactoring ChanMgr to have better separation of concernsNick Mathewson2021-04-221-0/+142
Additionally: Use futures::future::Shared instead of event_listener.