index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-relay
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
arti-relay: Removed dependency on `once_cell`
hashcatHitman
2025-06-14
2
-7
/
+7
*
arti-relay: standardized MSRV TODO
hashcatHitman
2025-04-16
1
-1
/
+1
*
Use CautiousRng for keys going into the KeyMgr.
Nick Mathewson
2025-03-24
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
arti-relay: remove 'override_net_params' config
Steven Engler
2025-01-14
2
-21
/
+2
*
arti-relay: fix rust/clippy lints
Steven Engler
2025-01-14
4
-4
/
+34
*
arti-relay: add rust/clippy lints
Steven Engler
2025-01-14
3
-0
/
+71
*
arti-relay: don't use environment var in `Mistrust`
Steven Engler
2025-01-13
2
-26
/
+4
*
arti-relay: remove `TorRelayConfigBuilder::from_directories`
Steven Engler
2025-01-13
1
-27
/
+0
*
arti-relay: add basic placeholder logger
Steven Engler
2025-01-13
1
-4
/
+61
*
arti-relay: add config loading
Steven Engler
2025-01-13
2
-13
/
+47
*
arti-relay: make `main` a wrapper around a `main_main`
Steven Engler
2025-01-13
1
-1
/
+13
*
arti-relay: add `LoggingConfig`
Steven Engler
2025-01-13
1
-0
/
+40
*
arti-relay: rework default config file path handling
Steven Engler
2025-01-13
1
-15
/
+91
*
arti-relay: add constant `ARTI_FS_DISABLE_PERMISSION_CHECKS`
Steven Engler
2025-01-13
1
-0
/
+24
*
arti-relay: `TorRelay` takes a `CfgPathResolver`
Steven Engler
2025-01-13
2
-8
/
+20
*
arti-relay: remove relay builder
Steven Engler
2025-01-13
3
-71
/
+8
*
arti-relay: default config paths now use path resolver
Steven Engler
2025-01-13
3
-12
/
+21
*
arti-relay: added a base `CfgPathResolver`
Steven Engler
2025-01-13
1
-5
/
+122
*
arti-relay: impl `TopLevel` for `TorRelayConfig`
Steven Engler
2025-01-13
1
-0
/
+4
*
arti-relay: added `From<LogLevel> for tracing::metadata::Level`
Steven Engler
2025-01-13
1
-1
/
+13
*
arti-relay: make cli `log_level` an `Option`
Steven Engler
2025-01-13
1
-4
/
+3
*
arti-relay: test that global cli options have "global" set
Steven Engler
2025-01-13
1
-1
/
+16
*
arti-relay: moved global cli options to common struct
Steven Engler
2025-01-13
1
-16
/
+24
*
update `CfgPath::path` to use a `CfgPathResolver`
Steven Engler
2024-11-18
1
-1
/
+3
*
arti-relay: small change to log level comment
Steven Engler
2024-11-14
1
-1
/
+1
*
arti-relay: remove TODO comment about runtimes
Steven Engler
2024-11-14
1
-7
/
+3
*
arti-relay: remove runtime/tls-related features
Steven Engler
2024-11-14
1
-7
/
+1
*
arti-relay: add cli tests
Steven Engler
2024-11-13
1
-0
/
+35
*
arti-relay: add 'build-info' subcommand
Steven Engler
2024-11-13
2
-0
/
+13
*
arti-relay: add clap for cli
Steven Engler
2024-11-13
2
-2
/
+109
*
tor-config: removed re-export of `CfgPath`
Steven Engler
2024-11-04
1
-1
/
+2
*
tor-relay-crypto: Add a denotator to RelaySigningKeypairSpecifier.
Gabriela Moldovan
2024-10-31
1
-1
/
+1
*
tor-relay-crypto: Use the KS_ prefix for RelayIdentityKeySpecifier.
Gabriela Moldovan
2024-10-31
1
-2
/
+2
*
memquota: Change ToplevelAccount to be an alias for Arc<MemoryQuotaTracker>
Ian Jackson
2024-10-15
1
-1
/
+2
*
arti-relay: Rename remaining XXXs to be TODOs
David Goulet
2024-10-10
2
-4
/
+4
*
arti-relay: Fix cargo doc issues
David Goulet
2024-10-10
2
-3
/
+3
*
arti-relay: Remove the use of pub and pub use
David Goulet
2024-10-10
3
-10
/
+8
*
arti-relay: Remove its library crate
David Goulet
2024-10-10
3
-6
/
+12
*
arti-relay: Add a binary to the crate
David Goulet
2024-10-10
1
-0
/
+8
*
tor-keymgr: Move config/arti.rs to config.rs
Gabriela Moldovan
2024-10-08
1
-1
/
+1
*
memquota: Add a toplevel account in tor-chanmgr
Ian Jackson
2024-10-03
1
-0
/
+2
*
tor-keymgr: Rename the primary keystore for clarity.
Gabriela Moldovan
2024-09-23
1
-1
/
+1
*
tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfig
Morgan
2024-09-20
1
-2
/
+2
*
relay: Try to generate long-term identity key
David Goulet
2024-09-18
1
-5
/
+29
*
relay: Add KeyMgr to TorRelay
David Goulet
2024-09-18
3
-2
/
+65
*
arti-relay: add and use `Error`/`ErrorDetail`
Steven Engler
2024-09-05
3
-4
/
+120
*
tor-relay: add `ChanMgr` to `TorRelay`
Steven Engler
2024-09-03
2
-2
/
+41
*
arti-relay: pass config in `TorRelay::create_inner`
Steven Engler
2024-09-03
2
-3
/
+4
[next]