summaryrefslogtreecommitdiff
path: root/crates/arti-relay/src
Commit message (Expand)AuthorAgeFilesLines
* memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>Ian Jackson2024-10-151-1/+2
* arti-relay: Rename remaining XXXs to be TODOsDavid Goulet2024-10-102-4/+4
* arti-relay: Fix cargo doc issuesDavid Goulet2024-10-102-3/+3
* arti-relay: Remove the use of pub and pub useDavid Goulet2024-10-103-10/+8
* arti-relay: Remove its library crateDavid Goulet2024-10-103-6/+12
* arti-relay: Add a binary to the crateDavid Goulet2024-10-101-0/+8
* tor-keymgr: Move config/arti.rs to config.rsGabriela Moldovan2024-10-081-1/+1
* memquota: Add a toplevel account in tor-chanmgrIan Jackson2024-10-031-0/+2
* tor-keymgr: Rename the primary keystore for clarity.Gabriela Moldovan2024-09-231-1/+1
* tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfigMorgan2024-09-201-2/+2
* relay: Try to generate long-term identity keyDavid Goulet2024-09-181-5/+29
* relay: Add KeyMgr to TorRelayDavid Goulet2024-09-183-2/+65
* arti-relay: add and use `Error`/`ErrorDetail`Steven Engler2024-09-053-4/+120
* tor-relay: add `ChanMgr` to `TorRelay`Steven Engler2024-09-032-2/+41
* arti-relay: pass config in `TorRelay::create_inner`Steven Engler2024-09-032-3/+4
* relay: Add basic configuration and builderDavid Goulet2024-08-203-2/+237
* relay: Add relay cargo feature flag and subcommandDavid Goulet2024-06-111-0/+2