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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stub out opentelemetry config when feature is disabled.
Wesley Aptekar-Cassels
9 days
1
-2
/
+5
*
Fix many review comments.
Wesley Aptekar-Cassels
9 days
1
-2
/
+2
*
Fix clippy lints.
Wesley Aptekar-Cassels
2026-08-11
1
-2
/
+0
*
Fix cyclic dependency issues.
Wesley Aptekar-Cassels
2026-08-10
1
-4
/
+5
*
tor-config-shared: Stop using Option<Duration>.
Wesley Aptekar-Cassels
2026-08-10
1
-2
/
+6
*
Add new tor-conig-shared crate.
Wesley Aptekar-Cassels
2026-08-10
1
-4
/
+6
*
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: Add needeed changes to dirmirror todo comment
David Goulet
2026-07-28
1
-1
/
+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: Move authorities ownership to TorRelay
David Goulet
2026-07-28
2
-20
/
+12
*
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
2
-13
/
+6
*
relay: Add crypto task command channel
David Goulet
2026-07-28
3
-12
/
+95
*
relay: Pass the desc task TX to the crypto task
David Goulet
2026-07-28
4
-6
/
+28
*
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
3
-11
/
+53
*
relay: Initial skeleton of the descriptor upload task
David Goulet
2026-07-28
3
-0
/
+277
*
tor-proto: remove `CircNetParameters::extend_by_ed25519_id`
Steven Engler
2026-07-27
1
-4
/
+1
*
arti-relay: Add back allow(clippy::unused_async)
Gabriela Moldovan
2026-07-27
2
-0
/
+2
*
arti-relay: Remove unused_async clippy escape hatch
Gabriela Moldovan
2026-07-27
2
-2
/
+0
*
arti-relay: Turn a TODO(relay-tuning) into TODO DIRMIRROR
Gabriela Moldovan
2026-07-22
1
-1
/
+1
*
arti-relay: Add a TODO from @opara
Gabriela Moldovan
2026-07-22
1
-0
/
+5
*
arti-relay: s/stream/tor_stream for clarity
Gabriela Moldovan
2026-07-22
1
-5
/
+5
*
arti-relay: Warn if incoming stream handler task can't be launched
Gabriela Moldovan
2026-07-22
1
-2
/
+4
*
arti-relay: Handle directory streams
Gabriela Moldovan
2026-07-22
1
-1
/
+11
*
arti-relay: Spawn a DirMirror::serve() task
Gabriela Moldovan
2026-07-22
1
-2
/
+6
*
arti-relay: Store a DirMirror in TorRelay
Gabriela Moldovan
2026-07-22
1
-0
/
+15
*
arti-relay: Add a task for handling incoming streams
Gabriela Moldovan
2026-07-22
5
-1
/
+116
*
proto: Return the incoming streams from the create handler
Gabriela Moldovan
2026-07-22
1
-2
/
+11
*
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
2
-17
/
+12
*
arti-relay: make `FullKeyView` generic over a `Borrow<KeyMgr>`
Steven Engler
2026-07-20
3
-8
/
+19
*
Remove now-unneeded allow(clippy::cognitive_complexity)
Jim Newsome
2026-07-15
1
-1
/
+0
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
proto: Pass the allowed incoming commands to CreateRequestHandler
Gabriela Moldovan
2026-06-30
1
-0
/
+6
*
arti-relay: Link IncomingStreamRequestFilter in RequestFilter
Gabriela Moldovan
2026-06-29
1
-1
/
+2
*
proto: Pass an IncomingStreamRequestFilter factory to the create handler
Gabriela Moldovan
2026-06-29
1
-0
/
+2
*
arti-relay: Add an unimplemented stream request filter
Gabriela Moldovan
2026-06-29
2
-0
/
+24
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
7
-0
/
+7
*
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
[next]