summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src
Commit message (Expand)AuthorAgeFilesLines
* tor-dirmgr, tor-guardmgr: Use std::slice::from_ref as suggested by clippy.Gabriela Moldovan2025-07-071-4/+4
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-dirmgr: Removed dependency on `once_cell`hashcatHitman2025-06-142-6/+9
* *: suppress cognitive_complexity warnings from nightlyNick Mathewson2025-05-292-0/+7
* Rename recommended_protocols to protocol_statuses.Nick Mathewson2025-04-162-9/+9
* protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-161-1/+2
* dirmgr: Always apply changes before advancing consensus.Nick Mathewson2025-04-161-6/+6
* Add warnings about removing supported protocols.Nick Mathewson2025-04-161-0/+2
* netdir: Add a recommended_protocols() to NetDirProviderNick Mathewson2025-04-161-0/+4
* dirmgr, netdir: Store protocol requirments as soon as they are validated.Nick Mathewson2025-04-164-5/+56
* dirmgr: Backend support for cacheing protocol status.Nick Mathewson2025-04-163-2/+137
* New functions to report supported subprotocolsNick Mathewson2025-04-161-0/+18
* fix `clippy::doc_overindented_list_items`Steven Engler2025-04-031-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-182-6/+6
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-184-4/+4
* netdoc: Make some parsing init functions fallible.Nick Mathewson2025-03-171-2/+7
* tor-rtmock: allow-Decorate every use of MockSleepProviderIan Jackson2025-03-061-0/+2
* tor-dirmgr: remove `dbg!`Steven Engler2025-03-051-1/+0
* sqlite: Handle vanished blobs during consensus loadingNick Mathewson2025-03-051-16/+38
* sqlite: add a method to tidy extdocs for vanished blobsNick Mathewson2025-03-051-1/+93
* sqlite.rs: Let read_blob signal whether it cleaned up.Nick Mathewson2025-03-051-8/+28
* sqlite: Extract body of latest_consensus into a new methodNick Mathewson2025-03-051-23/+33
* sqlite: Stop ignoring any errors.Nick Mathewson2025-03-051-3/+22
* sqlite: Add a comment about O(n) query.Nick Mathewson2025-03-051-0/+2
* sqlite.rs: Rustfmt.Nick Mathewson2025-03-051-86/+87
* sqlite.rs: Put SavedBlobHandle into its own moduleNick Mathewson2025-03-051-13/+30
* sqlite.rs: More comments about blob rollback.Nick Mathewson2025-03-051-1/+7
* sqlite.rs: Give SavedBlobHandle more methods.Nick Mathewson2025-03-051-24/+47
* sqlite.rs: add comments about consistencyNick Mathewson2025-03-051-2/+14
* sqlite.rs: Add a note on blob consistency (or lack thereof)Nick Mathewson2025-03-051-0/+77
* sqlite.rs: Rename dtype to digest_type to avoid further confusion.Nick Mathewson2025-03-051-6/+6
* dirmgr: Propagate row-conversion failure from expire_all.Nick Mathewson2025-03-051-5/+4
* dirmgr: When expiring a consensus, remove its blob.Nick Mathewson2025-03-051-2/+68
* dirmgr: Store the correct value in ExtDocs.typeNick Mathewson2025-03-051-2/+5
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* TimerangeBound: Stop using std::ops::Bound.Wesley Aptekar-Cassels2024-11-252-7/+5
* tor-dirmgr: don't support changing `DirMgrConfig::cache_trust`Steven Engler2024-11-052-0/+5
* Replace _ => panic!() elsewhereIan Jackson2024-10-151-1/+1
* Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-252-5/+5
* rtcompat: Add an extension trait for building modified RuntimesNick Mathewson2024-09-241-2/+3
* Fix typosDimitris Apostolou2024-09-031-1/+1
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-282-2/+2
* Merge branch 'sqlite-race' into 'main'gabi-2502024-07-312-9/+62
|\
| * 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-302-14/+58
* | tor-dirmgr: Use Path::try_exists() instead of Path::exists().Gabriela Moldovan2024-07-301-1/+1
|/
* tor-dirmgr: Deprecate Error::CachePermissions, use CacheAccessIan Jackson2024-07-101-1/+12
* tor-dirmgr: Correct message and description for mistrust errorIan Jackson2024-07-101-2/+4
* tor-dirmgr: Add some duplicate dead code allowsIan Jackson2024-07-082-2/+4