summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* DirMgr: Log at trace! when starting a new "AttemptId".Nick Mathewson2023-05-031-1/+7
* Merge branch 'fix_802_core' into 'main'Ian Jackson2023-04-181-1/+6
|\
| * DirMgr: Detect that directory state is ready if it begins with all MDsNick Mathewson2023-04-101-1/+6
* | s/BridgeDescManager/BridgeDescMgr/g in codebaseNeel Chauhan2023-04-121-2/+2
* | Use bool::then_some() as appropriateNick Mathewson2023-04-112-8/+8
|/
* Sort out some TODOs in bdtest.rsIan Jackson2023-03-211-5/+4
* Fix a bunch of needless-conversion warnings.Nick Mathewson2023-03-101-3/+2
* tor-dirmgr: Don't try to mark consensus usable in a read-only store.Nick Mathewson2023-03-081-4/+6
* tor-dirmgr: Work around an apparent regression in `time`.Nick Mathewson2023-02-171-3/+3
* tor-netdoc: Change fill_from_previous_netdirIan Jackson2023-02-091-1/+1
* Use ErrorReport - run rustfmtIan Jackson2023-01-302-3/+11
* Use ErrorReport's .report() for two errors in error! in bridgedesc.rsIan Jackson2023-01-301-3/+3
* Use ErrorReport for errors in warn! in tor-dirmgrIan Jackson2023-01-303-10/+10
* Use ErrorReport for errors in info! in tor-dirmgrIan Jackson2023-01-302-3/+4
* "Fix" remaining unchecked-subtraction warnings.Nick Mathewson2023-01-271-1/+3
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-2712-0/+12
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Complete our migration to base64ct.Nick Mathewson2023-01-201-1/+2
* test lint blocks: Add many many automaticallyIan Jackson2022-12-128-0/+66
* test lint blocks: Do some semi-manuallyIan Jackson2022-12-123-1/+25