index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-relay
/
src
/
tasks
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
relay: Pass the desc task TX to the crypto task
David Goulet
2026-07-28
1
-0
/
+9
*
arti-relay: simplify tests by removing some `Arc`s
Steven Engler
2026-07-20
2
-7
/
+5
*
arti-relay: make `FullKeyView` generic over a `Borrow<KeyMgr>`
Steven Engler
2026-07-20
2
-7
/
+18
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
2
-0
/
+2
*
relay: Recompute valid_until cache in view constructor
David Goulet
2026-05-28
1
-7
/
+11
*
relay: Introduce src/task/crypto/keys.rs
David Goulet
2026-05-28
2
-1
/
+731
*
relay: Make FullKeyView pub(super)
David Goulet
2026-05-28
1
-8
/
+8
*
relay: Remove locking of FullKeyView
David Goulet
2026-05-28
1
-89
/
+49
*
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
1
-79
/
+79
*
relay: Rename crypto task reconcile() to recompute_valid_until()
David Goulet
2026-05-26
1
-7
/
+7
*
relay: .expect() on mutex lock failure
David Goulet
2026-05-26
1
-24
/
+18
*
relay: Add unit test for key view reconcile()
David Goulet
2026-05-26
1
-0
/
+151
*
relay: Crypto task removal of get_ntor_keys()
David Goulet
2026-05-26
1
-7
/
+0
*
relay: Set the FullKeyView in InerTorRelay
David Goulet
2026-05-26
1
-1
/
+0
*
relay: Add key view reconcile() for the valid_until cache
David Goulet
2026-05-26
1
-4
/
+72
*
relay: Implement new crypto reactor run_once()
David Goulet
2026-05-26
1
-0
/
+7
*
relay: Add FullKeyView in the crypto task module
David Goulet
2026-05-26
1
-0
/
+189