aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-relay/src/tasks/descriptor.rs
Commit message (Expand)AuthorAgeFilesLines
* relay: Keep desc publisher idle until encoding is implementedDavid Goulet2026-07-281-1/+2
* relay: Make build_descriptor() return Arc<str>David Goulet2026-07-281-9/+2
* relay: Get rid of our custom relay desc uploaderDavid Goulet2026-07-281-51/+20
* relay: Use mpsc_channel_no_memquota for tasks' queueDavid Goulet2026-07-281-2/+3
* relay: Adjust the try_send() error messageDavid Goulet2026-07-281-2/+2
* relay: Use DirectHttpUploader for the desc taskDavid Goulet2026-07-281-31/+12
* relay: Return bug error if dir authority has no address(es)David Goulet2026-07-281-3/+4
* relay: Make compute_targets() not return an OptionDavid Goulet2026-07-281-10/+10
* relay: Remove runtime from desc task structDavid Goulet2026-07-281-11/+5
* relay: Add crypto task command channelDavid Goulet2026-07-281-3/+25
* relay: Pass the desc task TX to the crypto taskDavid Goulet2026-07-281-3/+3
* relay: Implement descriptor upload in desc taskDavid Goulet2026-07-281-10/+29
* relay: Pass the dirauth list to the desc taskDavid Goulet2026-07-281-6/+25
* relay: Initial skeleton of the descriptor upload taskDavid Goulet2026-07-281-0/+254