aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/mgr.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-chanmgr: use Bug types.Nick Mathewson2022-02-161-4/+9
|
* Expire channels that have been unused for too longYuan Lyu2022-02-041-5/+34
|
* chanmgr: get rid of Arc around ChannelIan Jackson2022-01-131-26/+33
|
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-3/+2
| | | | | | | | We want to only use TODO in the codebase for non-blockers, and open tickets for anything that is a bigger blocker than a TODO. These XXXXs seem like definite non-blockers to me. Part of arti#231.
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
|
* Remove all remaining dbg! instances.Nick Mathewson2021-11-041-1/+0
|
* tor-chanmgr: remove PendingChanError as unnecessary.Nick Mathewson2021-10-281-18/+6
|
* Remove #![allow_unused] in tor_chanmgr::mgrNick Mathewson2021-10-211-1/+1
|
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+404
This will cause some pain for now, but now is really the best time to do this kind of thing.