aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-relay/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-1/+0
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* arti-relay: Add an unimplemented stream request filterGabriela Moldovan2026-06-291-0/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* relay: Make FullKewView solely owned by the crypto taskDavid Goulet2026-05-281-28/+0
* arti-relay: fix `unused_variables` warningSteven Engler2026-05-271-0/+1
* relay: Set the FullKeyView in InerTorRelayDavid Goulet2026-05-261-44/+7
* relay: Don't error when metrics is configured but disabled.Wesley Aptekar-Cassels2026-05-261-4/+2
* arti-relay: Add metrics exporter.Wesley Aptekar-Cassels2026-05-261-0/+28
* arti-relay: improve ntor key loggingSteven Engler2026-04-141-5/+8
* arti-relay: log the public ntor keySteven Engler2026-04-141-3/+32
* arti-relay: move key logging (part 3)Steven Engler2026-04-131-3/+0
* arti-relay: move key logging (part 2)Steven Engler2026-04-131-21/+21
* arti-relay: move key logging (part 1)Steven Engler2026-04-131-0/+11
* arti-relay: Change CryptoProvider to aws-lc-rs.Nick Mathewson2026-04-081-2/+3
* arti-relay: Move all key specifiers to a new keys module (fmt)Gabriela Moldovan2026-04-011-2/+2
* arti-relay: Move all key specifiers to a new keys moduleGabriela Moldovan2026-04-011-4/+3
* arti-relay: add `log_sensitive_information` config optionSteven Engler2026-03-241-0/+20
* arti-relay: change a 'debug' log to 'info'Steven Engler2026-03-241-2/+2
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* Fix grammar typosTobias Stoeckmann2026-03-151-1/+1
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* arti-relay: Log relay identitiesSteven Engler2026-03-121-0/+28
* tor-basic-utils: move `iter_join` from arti-relaySteven Engler2026-03-031-1/+2
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* arti-relay: rename 'bootstrap()' method to 'init()'Steven Engler2026-02-031-1/+1
* arti-relay: move code into a "client" objectSteven Engler2026-02-031-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* arti-relay: call `tor_log_ratelim::install_runtime`Steven Engler2026-01-141-0/+4
* arti-relay: install default ring crypto providerSteven Engler2025-12-091-0/+6
* arti-relay: move `iter_join` to a new `util` moduleSteven Engler2025-11-121-28/+2
* Merge branch 'relay-bin-4' into 'main'opara2025-11-111-2/+10
|\
| * arti-relay: use anyhow's error formattingSteven Engler2025-11-051-2/+10
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
|/
* all: run cargo fmtSteven Engler2025-11-041-1/+1
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-041-1/+1
* arti-relay: use `Void` for `TorRelay::run`Steven Engler2025-10-271-2/+5
* arti-relay: add some TODO commentsSteven Engler2025-10-211-0/+3
* arti-relay: use `TokioRustlsRuntime` instead of `PreferredRuntime`Steven Engler2025-10-211-5/+8
* relay: Implement a blocking run() that starts the relayDavid Goulet2025-10-211-3/+6
* relay: Add channel housekeeping taskDavid Goulet2025-10-211-0/+1
* arti-relay: refactor error handlingSteven Engler2025-10-201-3/+11
* arti-relay: replaced `Runtime + ToplevelBlockOn` with `ToplevelRuntime`Steven Engler2025-10-081-3/+3
* arti-relay: add a new `TorRelay`Steven Engler2025-10-081-1/+2
* arti-relay: store the `TorRelayConfig` in the `InertTorRelay`Steven Engler2025-10-081-2/+2
* arti-relay: change `TorRelay` into `InertTorRelay`Steven Engler2025-10-081-3/+3
* arti-relay: log the override options usedSteven Engler2025-10-081-1/+32
* arti-relay: add mainloopSteven Engler2025-10-081-8/+59
* arti-relay: add `ToplevelBlockOn` to returned runtimeSteven Engler2025-10-081-2/+2