summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* dirmgr: Make `DirMgr::load_once()` synchronousGabriela Moldovan2026-01-271-1/+1
* dirmgr: Remove unnecessary Arc::clone (fmt)Gabriela Moldovan2026-01-271-2/+1
* dirmgr: Remove unnecessary Arc::cloneGabriela Moldovan2026-01-272-4/+4
* dirmgr: Make various functions synchronousGabriela Moldovan2026-01-272-10/+9
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* tor-netdoc: authcert: Make key_ids return owned AuthCertKeyIdsIan Jackson2026-01-062-5/+5
* tor-netdoc: Store n_authorities in usizeClara Engler2025-12-021-2/+1
* dirmgr: Rewrite .is_some()/.unwrap() using let matchGabriela Moldovan2025-12-011-4/+6
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-242-2/+10
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-0610-11/+11
* Drop two use's that seem no longer to be necessaryIan Jackson2025-11-061-1/+1
* all: run cargo fmtSteven Engler2025-11-041-1/+1
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-042-4/+4
* Remove one stray allow(deprecated)Neel Chauhan2025-11-041-1/+0
* Stop using MockSleepProvider in a few cratesNeel Chauhan2025-11-021-3/+2
* Fix new clippy nightly warning about subtracting Durations.Nick Mathewson2025-10-161-1/+3
* tor-linkspec: Change HasAddrs::addrs to return an IteratorIan Jackson2025-10-061-1/+1
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* tor-dircommon: Implement proposal 330Clara Engler2025-09-162-24/+20
* Move `FallbackDir` into `tor-dircommon`Clara Engler2025-09-112-2/+2
* tor-dircommon: Use amplify and getters for configClara Engler2025-09-094-17/+18
* tor-dircommon: Make config non_exhaustiveClara Engler2025-09-091-4/+1
* Move `DirTolerance` into `tor-dircommon`Clara Engler2025-09-092-67/+4
* Move `DownloadSchedule` into `tor-dircommon`Clara Engler2025-09-085-281/+5
* Move `NetworkStatus` to `tor-dircommon`Clara Engler2025-09-083-77/+9
* tor-dircommon: Initial commitClara Engler2025-09-024-143/+4
* misc: cleanup now that `_report!` macros support fieldsSteven Engler2025-08-181-2/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-0713-76/+98
* Update code for Edition 2024Nick Mathewson2025-08-072-2/+2
* dirmgr: Rename circuit to tunnelDavid Goulet2025-08-051-3/+3
* config-path, dirmgr, general-addr: Remove unnecessary parentheses (fmt).Gabriela Moldovan2025-07-151-2/+1
* config-path, dirmgr, general-addr: Remove unnecessary parentheses.Gabriela Moldovan2025-07-151-1/+1
* 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