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
...
*
|
tor-relay: convert to derive_deftly(TorConfig)
Nick Mathewson
2026-02-24
1
-55
/
+43
|
/
*
relay: Setup const for hardcoded value in crypto task
David Goulet
2026-02-23
1
-8
/
+13
*
relay: Log when key generation yields an existing key error
David Goulet
2026-02-23
1
-1
/
+4
*
relay: Simplify the crypto rotation task rotate_key()
David Goulet
2026-02-23
1
-17
/
+11
*
relay: Get rid of start_task() for readability
David Goulet
2026-02-23
2
-22
/
+10
*
relay: Generate relay identities at init
David Goulet
2026-02-23
2
-7
/
+17
*
relay: Implement a helper to build RelayIdentities
David Goulet
2026-02-23
1
-6
/
+107
*
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
2
-39
/
+29
*
relay: Add a crypto task for key rotation
David Goulet
2026-02-23
3
-1
/
+183
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
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
2
-9
/
+41
*
arti-relay: rename 'bootstrap()' method to 'init()'
Steven Engler
2026-02-03
2
-7
/
+8
*
arti-relay: remove old TODO
Steven Engler
2026-02-03
1
-10
/
+0
*
arti-relay: move code into a "client" object
Steven Engler
2026-02-03
3
-64
/
+129
*
arti-relay: Allow clippy_unused_async
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
Merge branch 'ticket1599_03' into 'main'
David Goulet
2026-01-22
4
-7
/
+33
|
\
|
*
relay: Pass advertised addresses to the channel handler
David Goulet
2026-01-22
4
-7
/
+33
*
|
arti-relay: change debug message to rate-limited warning
Steven Engler
2026-01-20
1
-9
/
+19
|
/
*
arti-relay: call `tor_log_ratelim::install_runtime`
Steven Engler
2026-01-14
1
-0
/
+4
*
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: remove `ARTI_RELAY_SHARED_DATA` cfg variable
Steven Engler
2026-01-05
1
-5
/
+6
*
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-relay: implement `CircMgrConfig`
Steven Engler
2025-12-17
1
-1
/
+45
*
arti-relay: implement `GuardMgrConfig`
Steven Engler
2025-12-17
1
-0
/
+24
*
arti-relay: add `NetworkConfig` to config
Steven Engler
2025-12-17
1
-0
/
+6
*
arti-relay: add `StorageConfig::cache_dir()` helper
Steven Engler
2025-12-17
1
-1
/
+12
*
arti,arti-relay: change info keystore path msg to debug
Steven Engler
2025-12-11
1
-2
/
+5
*
arti-relay: install default ring crypto provider
Steven Engler
2025-12-09
1
-0
/
+6
*
arti-relay: advertise config fields are now lists
Steven Engler
2025-12-09
2
-4
/
+65
*
arti-relay: remove checks on "advertise" addresses
Steven Engler
2025-11-19
1
-53
/
+8
*
arti-relay: update comment about "auto" port option
Steven Engler
2025-11-18
1
-2
/
+1
*
arti-relay: fix doc comments
Steven Engler
2025-11-18
1
-5
/
+5
*
arti-relay: remove builder tests
Steven Engler
2025-11-12
1
-20
/
+0
*
arti-relay: remove `Default` tests from config
Steven Engler
2025-11-12
1
-2
/
+2
*
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: added config options for OR port and advertise
Steven Engler
2025-11-12
2
-0
/
+200
*
arti-relay: move `iter_join` to a new `util` module
Steven Engler
2025-11-12
2
-28
/
+34
*
arti-relay: update some comments
Steven Engler
2025-11-12
1
-7
/
+5
*
Merge branch 'relay-bin-4' into 'main'
opara
2025-11-11
4
-9
/
+122
|
\
|
*
arti-relay: update some comments from past few commits
Steven Engler
2025-11-11
2
-2
/
+9
|
*
tor-chanmgr: wrap the peer address in `Sensitive`
Steven Engler
2025-11-05
1
-5
/
+5
|
*
arti-relay: add OR port listener task
Steven Engler
2025-11-05
3
-2
/
+94
[prev]
[next]