summaryrefslogtreecommitdiff
path: root/crates/arti-relay
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* release: Bump all unstable tor/arti crates to 0.30.0Wesley Aptekar-Cassels2025-05-011-13/+13
* Update rand requirement to 0.9.1Nick Mathewson2025-04-291-1/+1
* arti-relay: standardized MSRV TODOhashcatHitman2025-04-161-1/+1
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-311-13/+13
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-311-2/+2
* arti-relay: Run fixup-features.Gabriela Moldovan2025-03-271-0/+1
* Upgrade strum dependency to 0.27.1.Gabriela Moldovan2025-03-271-1/+1
* Use CautiousRng for keys going into the KeyMgr.Nick Mathewson2025-03-242-1/+2
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* Bump minor versions in tor-*, arti-*.Nick Mathewson2025-03-031-12/+12
* Upgrade to directories 6Nick Mathewson2025-02-261-1/+1
* Upgrade to derive_more 2Nick Mathewson2025-02-261-1/+1
* Bump minor version of fs-mistrustIan Jackson2025-02-071-1/+1
* Version bumps to 0.27.0Ian Jackson2025-02-061-12/+12
* fs-mistrust: bump minor version, and in-tree depsIan Jackson2025-02-061-1/+1
* arti-relay: remove 'override_net_params' configSteven Engler2025-01-142-21/+2
* arti-relay: fix rust/clippy lintsSteven Engler2025-01-144-4/+34
* arti-relay: add rust/clippy lintsSteven Engler2025-01-143-0/+71
* arti-relay: don't use environment var in `Mistrust`Steven Engler2025-01-132-26/+4
* arti-relay: remove `TorRelayConfigBuilder::from_directories`Steven Engler2025-01-131-27/+0
* arti-relay: add basic placeholder loggerSteven Engler2025-01-131-4/+61
* arti-relay: add config loadingSteven Engler2025-01-132-13/+47
* arti-relay: make `main` a wrapper around a `main_main`Steven Engler2025-01-132-1/+15
* arti-relay: add `LoggingConfig`Steven Engler2025-01-132-0/+41
* arti-relay: rework default config file path handlingSteven Engler2025-01-131-15/+91
* arti-relay: add constant `ARTI_FS_DISABLE_PERMISSION_CHECKS`Steven Engler2025-01-131-0/+24