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
*
relay: Keep desc publisher idle until encoding is implemented
David Goulet
2026-07-28
1
-1
/
+2
*
relay: Make build_descriptor() return Arc<str>
David Goulet
2026-07-28
1
-9
/
+2
*
relay: Get rid of our custom relay desc uploader
David Goulet
2026-07-28
1
-51
/
+20
*
relay: Use mpsc_channel_no_memquota for tasks' queue
David Goulet
2026-07-28
2
-4
/
+5
*
relay: Adjust the try_send() error message
David Goulet
2026-07-28
2
-3
/
+6
*
relay: Use warn_report on crypto task command failure
David Goulet
2026-07-28
1
-1
/
+2
*
relay: Use DirectHttpUploader for the desc task
David Goulet
2026-07-28
1
-31
/
+12
*
relay: Return bug error if dir authority has no address(es)
David Goulet
2026-07-28
1
-3
/
+4
*
relay: Make compute_targets() not return an Option
David Goulet
2026-07-28
1
-10
/
+10
*
relay: Remove runtime from desc task struct
David Goulet
2026-07-28
1
-11
/
+5
*
relay: Add crypto task command channel
David Goulet
2026-07-28
2
-6
/
+89
*
relay: Pass the desc task TX to the crypto task
David Goulet
2026-07-28
3
-4
/
+27
*
relay: Implement descriptor upload in desc task
David Goulet
2026-07-28
1
-10
/
+29
*
relay: Pass the dirauth list to the desc task
David Goulet
2026-07-28
1
-6
/
+25
*
relay: Initial skeleton of the descriptor upload task
David Goulet
2026-07-28
1
-0
/
+254
*
tor-proto: remove `CircNetParameters::extend_by_ed25519_id`
Steven Engler
2026-07-27
1
-4
/
+1
*
arti-relay: simplify tests by removing some `Arc`s
Steven Engler
2026-07-20
3
-14
/
+10
*
arti-relay: remove `Arc` from around `KeyMgr`
Steven Engler
2026-07-20
1
-7
/
+7
*
arti-relay: make `FullKeyView` generic over a `Borrow<KeyMgr>`
Steven Engler
2026-07-20
3
-8
/
+19
*
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
[next]