aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/src/event.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecation-warning in tor-dirmgr.Nick Mathewson2026-06-301-2/+2
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* dirmgr: port to web-time-compat.Nick Mathewson2026-03-261-1/+2
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-3/+4
* tor-dirmgr: Removed dependency on `once_cell`hashcatHitman2025-06-141-4/+7
* fix `clippy::doc_overindented_list_items`Steven Engler2025-04-031-1/+1
* Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-4/+4
* Run maint/add_warning.Nick Mathewson2024-03-131-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 nightly: For now, locally allow implied_bounds_in_implsIan Jackson2024-01-021-0/+2
* 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