summaryrefslogtreecommitdiff
path: root/crates/arti-relay
Commit message (Expand)AuthorAgeFilesLines
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-16/+16
* maint: fixup featuresSteven Engler2025-10-281-0/+1
* arti-relay: use `Void` for `TorRelay::run`Steven Engler2025-10-274-10/+17
* 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: add a `SystemConfig` to the relay configSteven Engler2025-10-211-0/+18
* arti-relay: add some TODO commentsSteven Engler2025-10-211-0/+3
* arti-relay: small refactoringSteven Engler2025-10-211-7/+6
* arti-relay: generate keys only when bootstrappingSteven Engler2025-10-211-3/+3
* arti-relay: add note to `StorageConfig::permissions`Steven Engler2025-10-211-0/+6
* 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-212-30/+8
* arti-relay: use `TokioRustlsRuntime` instead of `PreferredRuntime`Steven Engler2025-10-211-5/+8
* arti-relay: initialize the `StateDirectory` and `FsStateMgr`Steven Engler2025-10-213-1/+51
* Merge branch 'ticket2217_01' into 'main'David Goulet2025-10-214-11/+106
|\
| * relay: Implement a blocking run() that starts the relayDavid Goulet2025-10-212-11/+34
| * relay: Add channel housekeeping taskDavid Goulet2025-10-213-0/+72
* | Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
|/
* arti-relay: refactor error handlingSteven Engler2025-10-203-142/+34
* arti-relay: replaced `Runtime + ToplevelBlockOn` with `ToplevelRuntime`Steven Engler2025-10-081-3/+3
* 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-082-1/+50
* arti-relay: store the `TorRelayConfig` in the `InertTorRelay`Steven Engler2025-10-082-4/+7
* arti-relay: change `TorRelay` into `InertTorRelay`Steven Engler2025-10-082-24/+9
* arti-relay: log the override options usedSteven Engler2025-10-081-1/+32
* arti-relay: add mainloopSteven Engler2025-10-082-8/+61
* arti-relay: add `ToplevelBlockOn` to returned runtimeSteven Engler2025-10-081-2/+2
* arti-relay: don't prepend "arti-relay: " to log linesSteven Engler2025-10-081-10/+2
* arti-relay: re-add trailing '/' to default paths in help textSteven Engler2025-10-081-2/+12
* Merge branch 'arti-relay-rsa-keys' into 'main'wesleyac2025-10-061-0/+3
|\
| * Lay foundations for RSA keys in keystore.Wesley Aptekar-Cassels2025-09-301-0/+3
* | release: Bump versions.Wesley Aptekar-Cassels2025-10-021-15/+15
|/
* Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
* Require tracing-subscriber 0.3.20Nick Mathewson2025-09-021-1/+1
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-15/+15
* docs: remove outdated comments about rustls/ring licenseSteven Engler2025-08-211-3/+1
* chanmgr: Add KeyMgr to channel builderDavid Goulet2025-08-201-0/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-073-4/+4
* Remove a now-needless doc comment.Nick Mathewson2025-08-051-2/+0
* Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
* Version bumps for 1.4.6Ian Jackson2025-08-051-14/+14
* arti-relay: always enable "tor-memquota/memquota"Steven Engler2025-07-311-2/+1
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-13/+13
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-2/+2
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* arti-relay: Removed dependency on `once_cell`hashcatHitman2025-06-143-8/+7
* release: Bump all tor-/arti- crates to 0.31.0.Alexander Hansen Færøy2025-06-051-13/+13
* release: Bump crates non-arti/non-tor crates with functional changes.Alexander Hansen Færøy2025-06-051-1/+1
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1