summaryrefslogtreecommitdiff
path: root/crates/tor-dirserver/src/http/cache.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-dirserver: clippy fixesClara Engler2025-11-031-2/+2
* tor-dirserver: Apply database changes to httpClara Engler2025-11-031-50/+52
* tor-dirserver: Make database full syncClara Engler2025-10-301-55/+50
* tor-dirmirror: Introduce the `sql!` macroClara Engler2025-10-301-0/+2
* tor-dirserver: Expose Arc of StoreCacheClara Engler2025-10-151-9/+9
* tor-dirserver: Do not lock during db queryClara Engler2025-10-151-7/+14
* tor-dirserver: Fix rustdoc commentClara Engler2025-10-151-3/+3
* tor-dirserver: Some clippy fixesClara Engler2025-10-151-0/+13
* tor-dirserver: Remove due TODOClara Engler2025-10-151-4/+0
* tor-dirserver: Improve the error situationClara Engler2025-10-151-69/+78
* tor-dirserver: Move StoreCache into own moduleClara Engler2025-10-151-0/+160