summaryrefslogtreecommitdiff
path: root/crates/arti-relay
Commit message (Expand)AuthorAgeFilesLines
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-12/+12
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-12/+12
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-1/+1
* Run fixup-features in preparation for release (fmt).Gabriela Moldovan2024-12-021-1/+2
* Run fixup-features in preparation for release.Gabriela Moldovan2024-12-021-1/+1
* 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-142-24/+3
* arti-relay: add cli testsSteven Engler2024-11-131-0/+35
* arti-relay: add 'build-info' subcommandSteven Engler2024-11-133-0/+57
* arti-relay: add clap for cliSteven Engler2024-11-133-2/+111
* arti-relay: add 'test-all-crates' and 'matrix-check' exceptionsSteven Engler2024-11-131-0/+4
* arti-relay: add 'default-runtime' featureSteven Engler2024-11-131-2/+4
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-042-1/+3
* 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
* Merge branch 'versions' into 'main'Ian Jackson2024-10-301-11/+11
|\
| * Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-11/+11
* | cargo: Run fixup-features (formatting)Ian Jackson2024-10-301-1/+2
* | cargo: Run fixup-featuresIan Jackson2024-10-301-1/+1
|/
* Apply `default-features = false` to all tor-memquota depsIan Jackson2024-10-161-1/+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-103-1/+44
* tor-keymgr: Move config/arti.rs to config.rsGabriela Moldovan2024-10-081-1/+1
* memquota: Add a toplevel account in tor-chanmgrIan Jackson2024-10-032-0/+3
* Remove semver.md files from 1.2.8Nick Mathewson2024-09-301-1/+0
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-10/+10
* Minor bumps on non-tor/arti cratesNick Mathewson2024-09-301-1/+1
* Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\
| * Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-261-1/+1
|\ \ | |/ |/|
| * Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-1/+1
* | Run fixup-features in preparation for upcoming release.Nick Mathewson2024-09-251-1/+1
|/
* tor-keymgr: Rename the primary keystore for clarity.Gabriela Moldovan2024-09-231-1/+1
* tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfigMorgan2024-09-202-2/+3
* relay: Require keymgr feature from tor-keymgrDavid Goulet2024-09-181-1/+1
* relay: Try to generate long-term identity keyDavid Goulet2024-09-182-5/+31
* relay: Add KeyMgr to TorRelayDavid Goulet2024-09-184-2/+66
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* arti-relay: add and use `Error`/`ErrorDetail`Steven Engler2024-09-054-4/+123
* 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
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-8/+8
* relay: Add basic configuration and builderDavid Goulet2024-08-204-4/+267