aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirserver/src/mirror/operation/poc.rs
Commit message (Collapse)AuthorAgeFilesLines
* Much formatting churn for 2024 editionIan Jackson2026-07-221-1/+1
|
* tor-dirserver: Add retry logic POC TODOClara Engler2026-03-091-0/+4
| | | | | Adds a small TODO with regard to a potentially broken retry logic in the proof-of-concept.
* tor-dirserver: Move POC to own moduleClara Engler2026-03-091-0/+87
This commit moves dirserver POC code to an own module to semantically indicate it is not production ready.