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
/
tasks
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
3
-0
/
+3
*
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
2
-14
/
+16
*
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
1
-4
/
+5
*
relay: Make FullKewView solely owned by the crypto task
David Goulet
2026-05-28
1
-10
/
+52
*
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
1
-42
/
+98
*
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
2
-45
/
+17
*
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
1
-45
/
+9
*
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: Modify RelayNtorKeys to use a constructor
David Goulet
2026-04-21
1
-10
/
+23
*
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 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
Gabriela Moldovan
2026-04-09
1
-0
/
+2
*
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
*
arti-relay: Dedupe test helper
Gabriela Moldovan
2026-04-09
1
-16
/
+10
*
arti-relays: Extend existing tests to check ntor key rotation (fmt)
Gabriela Moldovan
2026-04-09
1
-1
/
+4
*
arti-relays: Extend existing tests to check ntor key rotation
Gabriela Moldovan
2026-04-09
1
-2
/
+6
*
arti-relay: Generate and rotate ntor keys
Gabriela Moldovan
2026-04-09
1
-10
/
+162
*
arti-relay: Add callbacks for deciding whether to expire and generate
Gabriela Moldovan
2026-04-09
1
-11
/
+26
*
arti-relay: Replace have_rotated bools with KeyChange (fmt)
Gabriela Moldovan
2026-04-09
1
-8
/
+14
*
arti-relay: Replace have_rotated bools with KeyChange
Gabriela Moldovan
2026-04-09
1
-15
/
+23
*
arti-relay: Add a struct describing a key change event
Gabriela Moldovan
2026-04-09
1
-0
/
+19
*
arti-relay: s/have_rotated/have_removed for clarity
Gabriela Moldovan
2026-04-09
1
-2
/
+2
*
arti-relay: Fix test MockRuntime::advance_by() usage
Gabriela Moldovan
2026-04-09
1
-6
/
+2
*
Merge branch 'create-fast' into 'main'
opara
2026-04-08
1
-0
/
+142
|
\
[next]