summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src
Commit message (Expand)AuthorAgeFilesLines
* properly report bootstrap readiness without cachetrinity-1686a2024-04-291-0/+3
* Mark tor_dirmgr::storage::Store::consensus_by_meta cfg(test)Ian Jackson2024-04-252-0/+2
* Add temporary allows for some dead code warningsIan Jackson2024-04-251-0/+2
* dirmgr: Use contains_key in check.Nick Mathewson2024-04-221-1/+1
* dirauth: New tor26 v3 identityDavid Goulet2024-04-091-1/+1
* tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and implIan Jackson2024-03-251-1/+1
* Run maint/add_warning.Nick Mathewson2024-03-1312-0/+12
* Fix typos in doc commentsTobias Stoeckmann2024-03-062-2/+2
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Upgrade to latest event-listenerNick Mathewson2024-02-261-1/+1
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-121-3/+2
* clippy: Use Result::cloned in several placesIan Jackson2024-01-311-1/+1
* tor-dirmgr: Simplify a clone call (fmt)Ian Jackson2024-01-311-3/+1
* tor-dirmgr: Simplify a clone callIan Jackson2024-01-311-2/+1
* dirmgr: Make the `dir_mgr_config` method publicEmil Engler2024-01-091-2/+2
* clippy nightly: For now, locally allow implied_bounds_in_implsIan Jackson2024-01-021-0/+2
* clippy nightly: For now, locally allow blocks_in_conditionsIan Jackson2024-01-021-0/+1
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-021-1/+1
* tor-persist: Provide FsMistrustErrorExt, and use itIan Jackson2023-12-131-7/+2
* tor-dirmgr: Rename DirMgrConfig.cache_path to cache_dirIan Jackson2023-12-043-9/+9
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-1/+1
* oneshot: Use veneer in tor-dirmgrIan Jackson2023-10-112-2/+3
* tor-rtmock: Switch MockRuntime to SimpleMockSleepProviderIan Jackson2023-10-031-7/+7
* Upgrade event_listener dependency to 3.0.0Nick Mathewson2023-09-281-1/+1
* arti-client: add exit selection with GeoIP country codeseta2023-09-181-0/+8
* Add cognitive-complexity exceptions for clippy.Nick Mathewson2023-09-051-0/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-2312-0/+12
* Resolve warnings about ambiguous/redundant doc linksNick Mathewson2023-08-221-1/+1
* tor-dirclient: Make Requestable return requests with String bodies.Gabriela Moldovan2023-08-161-1/+1
* tor-dirclient: Make the body type of a `Requestable` type configurable.Gabriela Moldovan2023-08-161-1/+1
* tor-dirclient: Rename download() to send_request() (fmt).Gabriela Moldovan2023-08-161-1/+5
* tor-dirclient: Rename download() to send_request().Gabriela Moldovan2023-08-161-2/+2
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Merge branch 'clippy-allow' into 'main'Ian Jackson2023-07-1112-0/+13
|\
| * Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-1012-0/+13
* | rng ranges: Use gen_range_infallible() for Duration::ZERO..=TIan Jackson2023-07-101-3/+2
|/
* Merge branch 'event_report_everywhere' into 'main'Nick Mathewson2023-07-074-32/+23
|\
| * Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-074-32/+23
* | rng ranges: Use inclusive Duration ranges in several placesIan Jackson2023-07-071-1/+1
|/
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* tor-dirmgr: bridge descriptor tests: Add a missing #[traced_test]Ian Jackson2023-07-061-0/+1
* tor-dirmgr: bridge descriptor tests: Use MockRuntime (fmt)Ian Jackson2023-07-061-270/+271
* tor-dirmgr: bridge descriptor tests: Use MockRuntimeIan Jackson2023-07-061-35/+25
* tor-dirmgr: bridge descriptor tests: Fix a v. low prob. raceIan Jackson2023-07-061-2/+5
* dirmgr: use voting_period.Nick Mathewson2023-06-291-4/+1
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* dirmgr: remove a needless .borrow()Nick Mathewson2023-05-111-4/+3
* Downgrade and clarify message about dir replacment time.Nick Mathewson2023-05-081-8/+12
* DirMgr: More logs in top-level bootstrapping code.Nick Mathewson2023-05-031-5/+12
* DirMgr: more trace!() logs and information in download/load functions.Nick Mathewson2023-05-031-8/+30