summaryrefslogtreecommitdiff
path: root/tor-chanmgr/src/builder.rs
Commit message (Collapse)AuthorAgeFilesLines
* linkspec: Define owned variants of ChanTarget and CircTarget.Nick Mathewson2021-06-131-64/+5
|
* Prefer "relay" to "server" when appropriate.Nick Mathewson2021-05-181-1/+1
|
* Fix documentation warnings.Nick Mathewson2021-05-051-1/+1
|
* Make the MockNetProvider builder non-consuming.Nick Mathewson2021-05-031-14/+11
|
* Split mocking parts of rtcompat into new rtmock crate.Nick Mathewson2021-05-031-4/+2
| | | | | Since these parts are testing-only, let's take steps to make sure we don't ship them in production by accident.
* Much-improved tests for tor_chanmgr::builderNick Mathewson2021-04-301-1/+88
| | | | | | Now that we have MockNetRuntime and MockSleepRuntime, we can use them to test a channel-builder by replaying the contents of a TLS stream that it will accept.
* Another test in ChanMgr, for TargetInfo.Nick Mathewson2021-04-231-0/+19
|
* Refactor and simplify ChanMgr to use AbstractChanMgr.Nick Mathewson2021-04-231-0/+148