summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Merge branch 'spelling-20221206' into 'main'Ian Jackson2022-12-063-14/+14
|\
| * dirmgr: Spelling fixes and normali[sz]ationsNick Mathewson2022-12-063-14/+14
* | Merge branch 'faravahar-removal' into 'main'Ian Jackson2022-12-061-1/+0
|\ \
| * | dirauth: Remove FaravaharDavid Goulet2022-12-061-1/+0
| |/
* / dirauth: New v3 identity key for moria1David Goulet2022-12-061-1/+1
|/
* bridge desc mgr: Add dormancy comment to effective_parallelismIan Jackson2022-11-231-0/+2
* bridge desc mgr: Test dormancyIan Jackson2022-11-231-0/+42
* bridge desc mgr: Honour specified dormancyIan Jackson2022-11-231-6/+13
* bridge desc mgr: Introduce effective_parallelism helperIan Jackson2022-11-231-5/+12
* bridge desc mgr: Move set_dormancy to impl that is for mock tooIan Jackson2022-11-231-6/+6
* BridgeConfig: Replace all Arc<BridgeConfig> with BridgeConfigIan Jackson2022-11-222-5/+4
* Fix a couple of rustdoc issues.Nick Mathewson2022-11-181-1/+2
* Fix a bunch of "needless borrow" warnings on nightlyNick Mathewson2022-11-182-3/+3
* dirmgr Store: Have constructors take DirMgrStoreIan Jackson2022-11-141-6/+13
* dirmgr Store: Introduce DirMgrStore and use for BridgeDescMgr (fmt)Ian Jackson2022-11-141-8/+1
* dirmgr Store: Introduce DirMgrStore and use for BridgeDescMgrIan Jackson2022-11-142-6/+33
* dirmgr Store: Abolish redundant trait implIan Jackson2022-11-142-109/+1
* dirmgr Store: Use `**` syntax and deref to trait objectsIan Jackson2022-11-142-34/+20