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
/
relay.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
relay: Make the crypto tasks use the runtime wallclock
David Goulet
2026-03-17
1
-1
/
+1
*
Fix windows cargo warnings
Tobias Stoeckmann
2026-03-15
1
-1
/
+3
*
arti-relay: Log relay identities
Steven Engler
2026-03-12
1
-0
/
+5
*
tor-basic-utils: move `iter_join` from arti-relay
Steven Engler
2026-03-03
1
-1
/
+2
*
chanmgr: Responder relay channel now use the builder my_addrs
David Goulet
2026-02-24
1
-15
/
+3
*
relay: Set ChanMgr with our addresses
David Goulet
2026-02-24
1
-2
/
+3
*
relay: Update ChanMgr on key rotation
David Goulet
2026-02-24
1
-1
/
+2
*
arti-relay: fix stale comment
Steven Engler
2026-02-23
1
-1
/
+1
*
relay: Get rid of start_task() for readability
David Goulet
2026-02-23
1
-5
/
+9
*
relay: Generate relay identities at init
David Goulet
2026-02-23
1
-4
/
+12
*
relay: Remove unused ephemeral keystore
David Goulet
2026-02-23
1
-5
/
+1
*
relay: Move try_generate_keys() into crypto task
David Goulet
2026-02-23
1
-34
/
+2
*
relay: Add a crypto task for key rotation
David Goulet
2026-02-23
1
-1
/
+7
*
relay: Add a TLS acceptor in the ChanBuilder
David Goulet
2026-02-09
1
-7
/
+10
*
arti-relay: launch the client's background tasks
Steven Engler
2026-02-03
1
-6
/
+19
*
arti-relay: rename 'bootstrap()' method to 'init()'
Steven Engler
2026-02-03
1
-6
/
+7
*
arti-relay: move code into a "client" object
Steven Engler
2026-02-03
1
-64
/
+17
*
relay: Pass advertised addresses to the channel handler
David Goulet
2026-01-22
1
-3
/
+15
*
chanmgr: Introduce a ChanMgrConfig struct
David Goulet
2026-01-13
1
-2
/
+2
*
chanmgr: Remove KeyMgr from constructor
David Goulet
2026-01-13
1
-1
/
+0
*
arti-relay: added more comments
Steven Engler
2025-12-18
1
-0
/
+7
*
arti-relay: some small cleanup
Steven Engler
2025-12-17
1
-4
/
+6
*
arti-relay: add a `GuardMgr`, `CircMgr`, and `DirMgr`
Steven Engler
2025-12-17
1
-1
/
+78
*
arti,arti-relay: change info keystore path msg to debug
Steven Engler
2025-12-11
1
-2
/
+5
*
arti-relay: listen at configured OR ports
Steven Engler
2025-11-12
1
-13
/
+55
*
arti-relay: `TorRelay::run` now takes an owned `self`
Steven Engler
2025-11-12
1
-1
/
+1
*
arti-relay: remove `Clone` from `TorRelay`
Steven Engler
2025-11-12
1
-1
/
+0
*
arti-relay: update some comments from past few commits
Steven Engler
2025-11-11
1
-1
/
+3
*
arti-relay: add OR port listener task
Steven Engler
2025-11-05
1
-2
/
+22
*
arti-relay: add error context to house keeping task
Steven Engler
2025-11-05
1
-5
/
+11
*
arti-relay: use `Void` for `TorRelay::run`
Steven Engler
2025-10-27
1
-7
/
+10
*
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: 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: 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
1
-15
/
+8
*
arti-relay: initialize the `StateDirectory` and `FsStateMgr`
Steven Engler
2025-10-21
1
-1
/
+27
*
relay: Implement a blocking run() that starts the relay
David Goulet
2025-10-21
1
-8
/
+28
*
arti-relay: refactor error handling
Steven Engler
2025-10-20
1
-20
/
+23
*
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
1
-0
/
+48
*
arti-relay: store the `TorRelayConfig` in the `InertTorRelay`
Steven Engler
2025-10-08
1
-2
/
+5
*
arti-relay: change `TorRelay` into `InertTorRelay`
Steven Engler
2025-10-08
1
-21
/
+6
*
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
*
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
1
-1
/
+1
[next]