summaryrefslogtreecommitdiff
path: root/crates/arti-relay/src/relay.rs
Commit message (Expand)AuthorAgeFilesLines
* arti-relay: listen at configured OR portsSteven Engler2025-11-121-13/+55
* arti-relay: `TorRelay::run` now takes an owned `self`Steven Engler2025-11-121-1/+1
* arti-relay: remove `Clone` from `TorRelay`Steven Engler2025-11-121-1/+0
* arti-relay: update some comments from past few commitsSteven Engler2025-11-111-1/+3
* arti-relay: add OR port listener taskSteven Engler2025-11-051-2/+22
* arti-relay: add error context to house keeping taskSteven Engler2025-11-051-5/+11
* arti-relay: use `Void` for `TorRelay::run`Steven Engler2025-10-271-7/+10
* arti-relay: add line breaks between `InertTorRelay` fieldsSteven Engler2025-10-211-0/+5
* arti-relay: add a `MemoryQuotaTracker`Steven Engler2025-10-211-3/+12
* arti-relay: small refactoringSteven Engler2025-10-211-7/+6
* arti-relay: generate keys only when bootstrappingSteven Engler2025-10-211-3/+3
* arti-relay: copy `state_mgr.try_lock()` from arti-clientSteven Engler2025-10-211-1/+8
* arti-relay: small change to `create_keymgr()`Steven Engler2025-10-211-15/+8
* arti-relay: initialize the `StateDirectory` and `FsStateMgr`Steven Engler2025-10-211-1/+27
* relay: Implement a blocking run() that starts the relayDavid Goulet2025-10-211-8/+28
* arti-relay: refactor error handlingSteven Engler2025-10-201-20/+23
* arti-relay: expand comment on `InertTorRelay`Steven Engler2025-10-081-0/+17
* arti-relay: change `allow` to `expect`Steven Engler2025-10-081-5/+4
* arti-relay: add a new `TorRelay`Steven Engler2025-10-081-0/+48
* arti-relay: store the `TorRelayConfig` in the `InertTorRelay`Steven Engler2025-10-081-2/+5
* arti-relay: change `TorRelay` into `InertTorRelay`Steven Engler2025-10-081-21/+6
* Lay foundations for RSA keys in keystore.Wesley Aptekar-Cassels2025-09-301-0/+3
* chanmgr: Add KeyMgr to channel builderDavid Goulet2025-08-201-0/+1
* Use CautiousRng for keys going into the KeyMgr.Nick Mathewson2025-03-241-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* arti-relay: remove 'override_net_params' configSteven Engler2025-01-141-1/+1
* arti-relay: fix rust/clippy lintsSteven Engler2025-01-141-2/+4
* arti-relay: `TorRelay` takes a `CfgPathResolver`Steven Engler2025-01-131-6/+17
* arti-relay: remove relay builderSteven Engler2025-01-131-33/+5
* arti-relay: default config paths now use path resolverSteven Engler2025-01-131-1/+3
* arti-relay: remove runtime/tls-related featuresSteven Engler2024-11-141-7/+1
* 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-101-2/+2
* arti-relay: Remove its library crateDavid Goulet2024-10-101-0/+132