summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src/storage.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-dirmgr: Add some duplicate dead code allowsIan Jackson2024-07-081-2/+2
* DirMgr: Clarify dead_code status on storage methods.Nick Mathewson2024-05-141-2/+5
* Use the right feature name for an allow(dead_code).Nick Mathewson2024-05-071-1/+1
* Mark tor_dirmgr::storage::Store::consensus_by_meta cfg(test)Ian Jackson2024-04-251-0/+1
* Add temporary allows for some dead code warningsIan Jackson2024-04-251-0/+2
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* 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