summaryrefslogtreecommitdiff
path: root/tor-chanmgr/src/mgr/map.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove most (all?) panics from tor-chanmgr::mgr::mapNick Mathewson2021-06-191-10/+22
| | | | | Improve testing for cases where change_state() is given a bad function.
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-261-1/+1
|
* Full documentations on the new parts of ChanMgr.Nick Mathewson2021-04-231-13/+62
|
* Start on tests for reactored ChanMsg.Nick Mathewson2021-04-231-4/+130
|
* Begin refactoring ChanMgr to have better separation of concernsNick Mathewson2021-04-221-0/+122
Additionally: Use futures::future::Shared instead of event_listener.