summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* ChanMgr: Return provenance information from get_or_launchNick Mathewson2022-04-071-3/+17
* chanmgr: bubble ClockSkew up through the Error object.Nick Mathewson2022-04-071-1/+2
* Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-301-0/+41
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Expire channels that have been unused for too longYuan Lyu2022-02-041-0/+8
* tor-chanmgr: Add bootstrap/status reporting.Nick Mathewson2022-01-181-2/+21
* chanmgr: get rid of Arc around ChannelIan Jackson2022-01-131-2/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* tor-linkspec: Remove redundant method; add more tests.Nick Mathewson2021-12-041-2/+2
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+97