summaryrefslogtreecommitdiff
path: root/crates/arti-relay/src
Commit message (Expand)AuthorAgeFilesLines
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-181-1/+3
* arti-relay: small change to log level commentSteven Engler2024-11-141-1/+1
* arti-relay: remove TODO comment about runtimesSteven Engler2024-11-141-7/+3
* arti-relay: remove runtime/tls-related featuresSteven Engler2024-11-141-7/+1
* arti-relay: add cli testsSteven Engler2024-11-131-0/+35
* arti-relay: add 'build-info' subcommandSteven Engler2024-11-132-0/+13
* arti-relay: add clap for cliSteven Engler2024-11-132-2/+109
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-041-1/+2
* tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier.Gabriela Moldovan2024-10-311-1/+1
* tor-relay-crypto: Use the KS_ prefix for RelayIdentityKeySpecifier.Gabriela Moldovan2024-10-311-2/+2
* 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