summaryrefslogtreecommitdiff
path: root/crates/tor-dirserver/src/mirror
Commit message (Expand)AuthorAgeFilesLines
* fix(download): Use push_timed with mockable time sourcesNihal2025-12-171-2/+2
* tor-dirserver: Document nested round-robinsClara Engler2025-12-101-2/+15
* tor-dirserver: Improve download_single's docClara Engler2025-12-101-5/+2
* tor-dirserver: Rename DownloadManager to ConsensusBoundDownloaderClara Engler2025-12-101-13/+13
* tor-dirclient: Remove Downloadable for goodClara Engler2025-12-101-4/+4
* tor-dirserver: Documentation improvementsClara Engler2025-12-101-3/+5
* tor-dirserver: Replace IO with TcpConnect errorClara Engler2025-12-101-1/+7
* tor-dirserver: Fix wrong warning sectionClara Engler2025-12-101-1/+1
* tor-dirserver: Implement DownloadManagerClara Engler2025-12-102-0/+370
* tor-dirserver: Improve database::TimestampClara Engler2025-11-271-50/+40
* tor-dirserver: Fix clippy warning for timeClara Engler2025-11-261-0/+4
* tor-dirserver: Use `saturating-time`Clara Engler2025-11-261-241/+41
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-dirserver: Refactor cons retrieval with JOINClara Engler2025-11-041-19/+16
* tor-dirserver: Add SaturatingSystemTimeClara Engler2025-10-301-129/+288
* tor-dirserver: Make database full syncClara Engler2025-10-301-13/+8
* tor-dirserver: Outline the dirmirror operationClara Engler2025-10-301-147/+244
* tor-dirserver: Implement download timeoutClara Engler2025-10-301-0/+418