summaryrefslogtreecommitdiff
path: root/crates/tor-dirserver/src/http.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-70/+62
* tor-dirserver: Make database full syncClara Engler2025-10-301-65/+39
* tor-dirserver: Implement read_tx and rw_txClara Engler2025-10-301-0/+1
* tor-dirmirror: Introduce the `sql!` macroClara Engler2025-10-301-0/+2
* tor-dirserver: Expose Arc of StoreCacheClara Engler2025-10-151-6/+6
* tor-dirserver: Some clippy fixesClara Engler2025-10-151-2/+1
* tor-dirserver: Remove unsafe unreachableClara Engler2025-10-151-3/+3
* tor-dirserver: Improve the error situationClara Engler2025-10-151-43/+35
* tor-dirserver: Remove unused importsClara Engler2025-10-151-4/+0
* tor-dirserver: Store endpoint paths in `&str`Clara Engler2025-10-151-11/+34
* tor-dirserver: Get rid of the poor buildersClara Engler2025-10-151-85/+19
* tor-dirserver: Move StoreCache into own moduleClara Engler2025-10-151-151/+18
* tor-dirserver: Allow complexity in some fn'sClara Engler2025-09-041-0/+2
* tor-dirserver: Add TODOs for unresolved discussionsClara Engler2025-09-041-0/+5
* tor-dirserver: Better wording for "thread poisoned"Clara Engler2025-09-041-2/+2
* tor-dirserver: Use `internal!` macro for errorClara Engler2025-09-041-7/+3
* tor-dirserver Use `tor_error::Bug`Clara Engler2025-09-041-2/+7
* tor-dirserver: Use `expect` instead of `unwrap`Clara Engler2025-09-041-11/+6
* tor-dirserver: TODO about endpoint error handlingClara Engler2025-09-041-0/+3
* tor-dirserver: Rename `cb` to `endpoint_fn`Clara Engler2025-09-041-6/+6
* tor-dirmirror: Add several "TODO DIRMIRROR" linesClara Engler2025-09-041-0/+13
* tor-dirserver: Use strum for `ContentEncoding`Clara Engler2025-09-041-33/+42
* tor-dirserver: Fix clippy warnings in testsClara Engler2025-09-041-3/+18
* tor-dirserver: Use transactions in endpointsClara Engler2025-09-041-264/+243
* tor-dirserver: Add clippy checks and fix themClara Engler2025-09-041-15/+24
* tor-dirserver: Add http moduleClara Engler2025-09-041-0/+1145