index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-dirmgr
/
src
/
event.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-3
/
+4
*
tor-dirmgr: Removed dependency on `once_cell`
hashcatHitman
2025-06-14
1
-4
/
+7
*
fix `clippy::doc_overindented_list_items`
Steven Engler
2025-04-03
1
-1
/
+1
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-4
/
+4
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Upgrade to latest event-listener
Nick Mathewson
2024-02-26
1
-1
/
+1
*
educe: Use std's default for enums where default variant is unit
Ian Jackson
2024-02-12
1
-3
/
+2
*
clippy nightly: For now, locally allow implied_bounds_in_impls
Ian Jackson
2024-01-02
1
-0
/
+2
*
Upgrade event_listener dependency to 3.0.0
Nick Mathewson
2023-09-28
1
-1
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Do some semi-manually
Ian Jackson
2022-12-12
1
-1
/
+9
*
tor-dirmgr: impl Default for FlagPublisher
Ian Jackson
2022-10-27
1
-0
/
+6
*
tor-dirmgr: impl FlagEvent for BridgeDescEvent
Ian Jackson
2022-10-27
1
-0
/
+6
*
FlagEvent trait: Implement using macros
Ian Jackson
2022-10-25
1
-14
/
+59
*
Merge branch 'dirmgr' into 'main'
Nick Mathewson
2022-06-24
1
-53
/
+49
|
\
|
*
dirmgr: Use ... .find().is_none() rather than clippy's suggestion
Ian Jackson
2022-06-23
1
-2
/
+4
|
*
dirmgr: DirBootstrapStatus: Refactor mut_status_for using entries_mut
Ian Jackson
2022-06-22
1
-27
/
+25
|
*
dirmgr: Use new statuses() helper method
Ian Jackson
2022-06-22
1
-21
/
+6
|
*
dirmgr: DirBootstrapStatus: Provide statuses and entries_mut
Ian Jackson
2022-06-22
1
-3
/
+18
|
*
dirmgr: Remove a TODO comment
Ian Jackson
2022-06-22
1
-4
/
+0
*
|
Fix a couple of typos in rustdoc comments.
Nick Mathewson
2022-06-24
1
-1
/
+1
|
/
*
Refactor DirStatus data structures.
Nick Mathewson
2022-06-21
1
-74
/
+186
*
Make display formats work with older derive_more.
Nick Mathewson
2022-06-14
1
-1
/
+1
*
tor-dirmgr: Make DirStatus non-public.
Nick Mathewson
2022-06-14
1
-3
/
+1
*
Add a blockage-reporting mechanism to tor-dirmgr.
Nick Mathewson
2022-06-14
1
-0
/
+96
*
Add a couple of TODO items.
Nick Mathewson
2022-06-14
1
-0
/
+7
*
DirMgr: Track errors, stalls, and resets as part of status.
Nick Mathewson
2022-06-13
1
-2
/
+47
*
Refactor our logic for distinguishing download attempts
Nick Mathewson
2022-06-13
1
-67
/
+56
*
Refactor most DirStatus users to use DirProgress.
Nick Mathewson
2022-06-13
1
-48
/
+41
*
Move `at_least_as_new_as` to DirProgress.
Nick Mathewson
2022-06-13
1
-4
/
+18
*
Turn the DirProgress in DirStatus into a named field.
Nick Mathewson
2022-06-13
1
-52
/
+73
*
Rename DirStatusInner to DirProgress.
Nick Mathewson
2022-06-13
1
-34
/
+34
*
tor-dirmgr: update status reporting to consider skew tolerance
Nick Mathewson
2022-05-11
1
-23
/
+66
*
Merge branch 'disallowed_lint' into 'main'
eta
2022-03-30
1
-1
/
+0
|
\
|
*
Remove allow(clippy::disallowed_methods) lint.
Nick Mathewson
2022-03-30
1
-1
/
+0
*
|
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-20
/
+3
|
/
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
1
-0
/
+1
|
\
|
*
use wallclock where possible in tests
trinity-1686a
2022-02-26
1
-0
/
+1
*
|
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
1
-1
/
+1
*
|
Replace manual Default impl with educe+std in tor-dirmgr
Ian Jackson
2022-03-02
1
-8
/
+4
*
|
Replace manual Debug impl with educe in tor-dirmgr
Ian Jackson
2022-03-02
1
-8
/
+5
|
/
*
tor-dirmgr: Create a bootstrap-status exporting mechanism.
Nick Mathewson
2022-01-18
1
-4
/
+465
*
Refactor directory events to use a FlagPublisher mechanism.
Nick Mathewson
2021-12-14
1
-86
/
+327
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-1
/
+1
*
Notify guard manager on network change and state flush.
Nick Mathewson
2021-10-10
1
-0
/
+3
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+118