aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src/storage.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* dirmgr Store: Abolish redundant trait implIan Jackson2022-11-141-108/+0
* dirmgr Store: Move Send and 'static bounds to Store traitIan Jackson2022-11-141-2/+2
* bridge desc: Implement cache reuse logic and if-modified-sinceIan Jackson2022-11-041-0/+57
* Decrease the lifetimes for storing descriptors.Nick Mathewson2022-08-091-6/+29
* dirmgr: Add an instance of BadUtf8InCacheNick Mathewson2022-07-141-2/+1
* dirmgr: Clarify disk IO errors.Nick Mathewson2022-07-141-1/+2
* Resolve DOCDOC comments in tor-dirmgr.Nick Mathewson2022-05-121-1/+5
* tor-dirmgr: small fixups for the bootstrapping refactoreta2022-05-101-0/+1
* tor-dirmgr/state.rs: refactor GetConsensusState::neweta2022-05-101-1/+1
* tor-dirmgr/storage.rs: impl Store for Box<dyn Store>eta2022-05-101-0/+87
* Update tor-dirmgr to use fs-mistrust.Nick Mathewson2022-05-091-14/+8
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* dirmgr::Store.expire_all takes configtharvik2022-02-231-1/+26
* dirmgr: add Store traittharvik2022-02-231-1/+94
* remember utf8 checkdagon2021-11-301-13/+51
* Remove useless into() conversions caught by clippy.Jani Monoses2021-10-181-1/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+185