summaryrefslogtreecommitdiff
path: root/crates/arti-relay
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-1/+1
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-1/+1
* relay: Add relay cargo feature flag and subcommandDavid Goulet2024-06-113-0/+26