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
*
arti-relay: use `Void` for `TorRelay::run`
Steven Engler
2025-10-27
3
-10
/
+16
*
arti-relay: add line breaks between `InertTorRelay` fields
Steven Engler
2025-10-21
1
-0
/
+5
*
arti-relay: add a `MemoryQuotaTracker`
Steven Engler
2025-10-21
1
-3
/
+12
*
arti-relay: add a `SystemConfig` to the relay config
Steven Engler
2025-10-21
1
-0
/
+18
*
arti-relay: add some TODO comments
Steven Engler
2025-10-21
1
-0
/
+3
*
arti-relay: small refactoring
Steven Engler
2025-10-21
1
-7
/
+6
*
arti-relay: generate keys only when bootstrapping
Steven Engler
2025-10-21
1
-3
/
+3
*
arti-relay: add note to `StorageConfig::permissions`
Steven Engler
2025-10-21
1
-0
/
+6
*
arti-relay: copy `state_mgr.try_lock()` from arti-client
Steven Engler
2025-10-21
1
-1
/
+8
*
arti-relay: small change to `create_keymgr()`
Steven Engler
2025-10-21
2
-30
/
+8
*
arti-relay: use `TokioRustlsRuntime` instead of `PreferredRuntime`
Steven Engler
2025-10-21
1
-5
/
+8
*
arti-relay: initialize the `StateDirectory` and `FsStateMgr`
Steven Engler
2025-10-21
2
-1
/
+50
*
relay: Implement a blocking run() that starts the relay
David Goulet
2025-10-21
2
-11
/
+34
*
relay: Add channel housekeeping task
David Goulet
2025-10-21
3
-0
/
+72
*
arti-relay: refactor error handling
Steven Engler
2025-10-20
3
-142
/
+34
*
arti-relay: replaced `Runtime + ToplevelBlockOn` with `ToplevelRuntime`
Steven Engler
2025-10-08
1
-3
/
+3
*
arti-relay: expand comment on `InertTorRelay`
Steven Engler
2025-10-08
1
-0
/
+17
*
arti-relay: change `allow` to `expect`
Steven Engler
2025-10-08
1
-5
/
+4
*
arti-relay: add a new `TorRelay`
Steven Engler
2025-10-08
2
-1
/
+50
*
arti-relay: store the `TorRelayConfig` in the `InertTorRelay`
Steven Engler
2025-10-08
2
-4
/
+7
*
arti-relay: change `TorRelay` into `InertTorRelay`
Steven Engler
2025-10-08
2
-24
/
+9
*
arti-relay: log the override options used
Steven Engler
2025-10-08
1
-1
/
+32
*
arti-relay: add mainloop
Steven Engler
2025-10-08
1
-8
/
+59
*
arti-relay: add `ToplevelBlockOn` to returned runtime
Steven Engler
2025-10-08
1
-2
/
+2
*
arti-relay: don't prepend "arti-relay: " to log lines
Steven Engler
2025-10-08
1
-10
/
+2
*
arti-relay: re-add trailing '/' to default paths in help text
Steven Engler
2025-10-08
1
-2
/
+12
*
Lay foundations for RSA keys in keystore.
Wesley Aptekar-Cassels
2025-09-30
1
-0
/
+3
*
chanmgr: Add KeyMgr to channel builder
David Goulet
2025-08-20
1
-0
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
2
-3
/
+3
*
Remove a now-needless doc comment.
Nick Mathewson
2025-08-05
1
-2
/
+0
*
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
[next]