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
*
relay: Remove docs type link that are outside scope
David Goulet
2026-05-28
1
-5
/
+5
*
relay: Recompute valid_until cache in view constructor
David Goulet
2026-05-28
3
-15
/
+17
*
relay: Introduce src/task/crypto/keys.rs
David Goulet
2026-05-28
3
-694
/
+745
*
relay: Rename try_rotate_keys_no_lock()
David Goulet
2026-05-28
1
-11
/
+14
*
relay: Make FullKeyView pub(super)
David Goulet
2026-05-28
2
-13
/
+10
*
relay: Remove locking of FullKeyView
David Goulet
2026-05-28
2
-114
/
+60
*
relay: Rename try_generate_keys()
David Goulet
2026-05-28
2
-7
/
+7
*
relay: Make FullKewView solely owned by the crypto task
David Goulet
2026-05-28
3
-61
/
+71
*
arti-relay: fix `unused_variables` warning
Steven Engler
2026-05-27
1
-0
/
+1
*
relay: Use futures::select instead of tokio
David Goulet
2026-05-26
1
-4
/
+4
*
relay: Avoid using super::super:: and instead import
David Goulet
2026-05-26
1
-14
/
+14
*
relay: Use a struct for key valid_until cache
David Goulet
2026-05-26
2
-88
/
+83
*
relay: Rename crypto task reconcile() to recompute_valid_until()
David Goulet
2026-05-26
2
-9
/
+9
*
relay: .expect() on mutex lock failure
David Goulet
2026-05-26
2
-26
/
+20
*
relay: Small move of imports (fmt)
David Goulet
2026-05-26
1
-5
/
+5
*
relay: Crypto task now listens for new consensus
David Goulet
2026-05-26
2
-42
/
+99
*
relay: Add unit test for key view reconcile()
David Goulet
2026-05-26
2
-1
/
+152
*
relay: Fix unit tests after crypto task rewrite
David Goulet
2026-05-26
1
-56
/
+21
*
relay: Crypto task removal of get_ntor_keys()
David Goulet
2026-05-26
2
-48
/
+2
*
relay: Set the FullKeyView in InerTorRelay
David Goulet
2026-05-26
4
-105
/
+37
*
relay: Crypto task uses the key view reconcile()
David Goulet
2026-05-26
1
-38
/
+28
*
relay: Add key view reconcile() for the valid_until cache
David Goulet
2026-05-26
1
-4
/
+72
*
relay: Unify crypto task try_rotate_keys()
David Goulet
2026-05-26
1
-32
/
+20
*
relay: Spawn new crypto reactor
David Goulet
2026-05-26
2
-59
/
+24
*
relay: Crypto task try_generate_all is simplified
David Goulet
2026-05-26
1
-28
/
+20
*
relay: Simplify the remove expired keys process
David Goulet
2026-05-26
1
-37
/
+16
*
relay: Fix race between key view and keymgr update
David Goulet
2026-05-26
1
-1
/
+10
*
relay: Copy try_rotate_keys() into crypto reactor
David Goulet
2026-05-26
1
-1
/
+25
*
relay: Implement new crypto reactor run_once()
David Goulet
2026-05-26
2
-13
/
+60
*
relay: Crypto new reactor scaffolding
David Goulet
2026-05-26
1
-0
/
+34
*
relay: Add FullKeyView in the crypto task module
David Goulet
2026-05-26
2
-0
/
+191
*
relay: Don't error when metrics is configured but disabled.
Wesley Aptekar-Cassels
2026-05-26
1
-4
/
+2
*
arti-relay: Add metrics exporter.
Wesley Aptekar-Cassels
2026-05-26
2
-1
/
+34
*
tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`
Steven Engler
2026-05-07
1
-1
/
+4
*
relay: Modify RelayNtorKeys to use a constructor
David Goulet
2026-04-21
1
-10
/
+23
*
proto: Make the CreateRequestHandler::new() take the ntor keys
David Goulet
2026-04-21
1
-2
/
+8
*
relay: Use the new RelayNtorKeys for the create handler
David Goulet
2026-04-21
1
-28
/
+27
*
relay: Sort Ntor keys by valid_until
David Goulet
2026-04-21
1
-1
/
+15
*
arti-relay: Use unquoted type in keypair_specifier attr
Gabriela Moldovan
2026-04-16
1
-2
/
+2
*
arti-relay: improve ntor key logging
Steven Engler
2026-04-14
1
-5
/
+8
*
arti-relay: log the public ntor key
Steven Engler
2026-04-14
1
-3
/
+32
*
arti-relay: move key logging (part 3)
Steven Engler
2026-04-13
1
-3
/
+0
*
arti-relay: move key logging (part 2)
Steven Engler
2026-04-13
1
-21
/
+21
*
arti-relay: move key logging (part 1)
Steven Engler
2026-04-13
1
-0
/
+11
*
arti-relay: Use a SmallVec for the ntor keys
Gabriela Moldovan
2026-04-09
1
-2
/
+4
*
proto: Add method for installing ntor keys in the create handler
Gabriela Moldovan
2026-04-09
1
-1
/
+1
*
arti-relays: Pass a CreateRequestHandler to the crypto task (fmt)
Gabriela Moldovan
2026-04-09
1
-3
/
+8
*
arti-relays: Pass a CreateRequestHandler to the crypto task
Gabriela Moldovan
2026-04-09
2
-1
/
+4
*
arti-relay: Add tests for the ntor key rotation
Gabriela Moldovan
2026-04-09
1
-0
/
+53
*
arti-relay: Test that 1 ntor key gets generated on first run
Gabriela Moldovan
2026-04-09
1
-0
/
+7
[next]