summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src/event.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade event_listener dependency to 3.0.0Nick Mathewson2023-09-281-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Do some semi-manuallyIan Jackson2022-12-121-1/+9
* tor-dirmgr: impl Default for FlagPublisherIan Jackson2022-10-271-0/+6
* tor-dirmgr: impl FlagEvent for BridgeDescEventIan Jackson2022-10-271-0/+6
* FlagEvent trait: Implement using macrosIan Jackson2022-10-251-14/+59
* Merge branch 'dirmgr' into 'main'Nick Mathewson2022-06-241-53/+49
|\
| * dirmgr: Use ... .find().is_none() rather than clippy's suggestionIan Jackson2022-06-231-2/+4
| * dirmgr: DirBootstrapStatus: Refactor mut_status_for using entries_mutIan Jackson2022-06-221-27/+25
| * dirmgr: Use new statuses() helper methodIan Jackson2022-06-221-21/+6
| * dirmgr: DirBootstrapStatus: Provide statuses and entries_mutIan Jackson2022-06-221-3/+18
| * dirmgr: Remove a TODO commentIan Jackson2022-06-221-4/+0
* | Fix a couple of typos in rustdoc comments.Nick Mathewson2022-06-241-1/+1
|/
* Refactor DirStatus data structures.Nick Mathewson2022-06-211-74/+186
* Make display formats work with older derive_more.Nick Mathewson2022-06-141-1/+1
* tor-dirmgr: Make DirStatus non-public.Nick Mathewson2022-06-141-3/+1
* Add a blockage-reporting mechanism to tor-dirmgr.Nick Mathewson2022-06-141-0/+96
* Add a couple of TODO items.Nick Mathewson2022-06-141-0/+7
* DirMgr: Track errors, stalls, and resets as part of status.Nick Mathewson2022-06-131-2/+47
* Refactor our logic for distinguishing download attemptsNick Mathewson2022-06-131-67/+56
* Refactor most DirStatus users to use DirProgress.Nick Mathewson2022-06-131-48/+41
* Move `at_least_as_new_as` to DirProgress.Nick Mathewson2022-06-131-4/+18
* Turn the DirProgress in DirStatus into a named field.Nick Mathewson2022-06-131-52/+73
* Rename DirStatusInner to DirProgress.Nick Mathewson2022-06-131-34/+34
* tor-dirmgr: update status reporting to consider skew toleranceNick Mathewson2022-05-111-23/+66
* Merge branch 'disallowed_lint' into 'main'eta2022-03-301-1/+0
|\
| * Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-1/+0
* | Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-301-20/+3
|/
* Merge branch 'no-system-time' into 'main'eta2022-03-301-0/+1
|\
| * use wallclock where possible in teststrinity-1686a2022-02-261-0/+1
* | Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-1/+1
* | Replace manual Default impl with educe+std in tor-dirmgrIan Jackson2022-03-021-8/+4
* | Replace manual Debug impl with educe in tor-dirmgrIan Jackson2022-03-021-8/+5
|/
* tor-dirmgr: Create a bootstrap-status exporting mechanism.Nick Mathewson2022-01-181-4/+465
* Refactor directory events to use a FlagPublisher mechanism.Nick Mathewson2021-12-141-86/+327
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
* Notify guard manager on network change and state flush.Nick Mathewson2021-10-101-0/+3
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+118