summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sqlite-race' into 'main'gabi-2502024-07-311-9/+38
|\
| * tor-dirmgr: Replace from_conn impl with a call to from_conn_internal helper.Gabriela Moldovan2024-07-301-7/+16
| * tor-dirmgr: Return an error if storage is readonly and DB is missing/incompat...Gabriela Moldovan2024-07-301-14/+34
* | tor-dirmgr: Use Path::try_exists() instead of Path::exists().Gabriela Moldovan2024-07-301-1/+1
|/
* tor-dirmgr: Add some duplicate dead code allowsIan Jackson2024-07-081-0/+2
* sqlite: (style) Use consistent casing on "ExtDocs"Nick Mathewson2024-06-181-2/+2
* storage: Remove orphaned files from dir_blobsNick Mathewson2024-06-121-0/+117
* dirmgr: create temporary testing stores with correct paths.Nick Mathewson2024-06-121-3/+3
* dirmgr::storage: Enable foreign keys on our sqlite connections.Nick Mathewson2024-06-121-0/+4
* dirmgr::storage: Treat a missing blob file as an absent object.Nick Mathewson2024-06-121-19/+36
* Mark tor_dirmgr::storage::Store::consensus_by_meta cfg(test)Ian Jackson2024-04-251-0/+1
* tor-dirmgr: Work around an apparent regression in `time`.Nick Mathewson2023-02-171-3/+3
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-181-2/+2
* sqlite cache: Document reasoning about timestampsIan Jackson2022-11-081-2/+9
* bridge desc: Implement storage functions at the DB layerIan Jackson2022-11-041-8/+67
* bridge desc: Implement cache reuse logic and if-modified-sinceIan Jackson2022-11-041-0/+23
* bridge desc: Provide a Store to the bridge desc managerIan Jackson2022-11-041-2/+2
* dirmgr sqlite store: Improve schema updatesIan Jackson2022-11-041-9/+25
* fix clippy::needless_borrowtrinity-1686a2022-09-101-1/+1
* Merge branch 'dirmgr_error_cleanup' into 'main'Nick Mathewson2022-07-181-15/+25
|\
| * dirmgr: Add a helper to create LockFile errors.Nick Mathewson2022-07-181-8/+3
| * dirmgr: Make UnrecognizedSchema more helpfulNick Mathewson2022-07-141-1/+4
| * dirmgr: Clarify disk IO errors.Nick Mathewson2022-07-141-14/+26
* | Fix illegal formatting in cache filenamesfeelingnothing2022-07-141-1/+1
|/
* Work around an erroneous warning from nightly clippyNick Mathewson2022-06-151-0/+3
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-7/+7
* Update tor-dirmgr to use fs-mistrust.Nick Mathewson2022-05-091-67/+78
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+0
* Use RsaIdentity::from_hex() and hex::decode_to_slice in more placesNick Mathewson2022-03-041-8/+4
* dirmgr::Store.expire_all takes configtharvik2022-02-231-23/+19
* dirmgr: add Store traittharvik2022-02-231-240/+169
* dirmgr: Remember where netdocs came from.Nick Mathewson2022-02-161-1/+2
* dirmgr: eliminate StringParsingError.Nick Mathewson2022-02-161-2/+4
* Fix invalid path character on windowsMichael2022-01-311-2/+2
* fix nightly clippy errorsTrinity Pointard2021-12-091-2/+1
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-5/+5
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
* tor-dirmgr: put routerdesc storage behind a feature.Nick Mathewson2021-11-121-0/+8
* Upgrade to fslock version 0.2Nick Mathewson2021-10-271-1/+1
* Migrate tor-dirmgr from chrono to time 0.3Nick Mathewson2021-10-241-30/+34
* Remove useless into() conversions caught by clippy.Jani Monoses2021-10-181-6/+8
* Remove anyhow dependency from tor-dirmgr.Jani Monoses2021-10-181-7/+9
* Add a few tracing directives to tor-dirmgr.Nick Mathewson2021-10-131-1/+4
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-2/+3
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+1269