summaryrefslogtreecommitdiff
path: root/tor-chanmgr/src/testing.rs
Commit message (Expand)AuthorAgeFilesLines
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-9/+10
* Prefer "relay" to "server" when appropriate.Nick Mathewson2021-05-181-1/+1
* Much-improved tests for tor_chanmgr::builderNick Mathewson2021-04-301-0/+56
* Refactor and simplify ChanMgr to use AbstractChanMgr.Nick Mathewson2021-04-231-92/+0
* Rename Rsa{Identity,Signature} to fix clippy warning.Nick Mathewson2021-03-291-2/+2
* Refactor first-hop handling types a bitNick Mathewson2020-11-171-2/+2
* Turn the channel "closed" method into an AtomicBoolNick Mathewson2020-11-131-2/+2
* Move a few immutable fields from ChannelImpl outside the lock.Nick Mathewson2020-11-131-1/+1
* Make the Arc-ness of channels more explicit.Nick Mathewson2020-11-121-15/+7
* Use anyhow in tor-circmgr and tor-chanmgrNick Mathewson2020-11-111-4/+2
* Add missing testing.rs fileNick Mathewson2020-10-301-0/+102