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
/
bootstrap.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
1
-0
/
+4
*
dirmgr: Always apply changes before advancing consensus.
Nick Mathewson
2025-04-16
1
-6
/
+6
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-1
/
+1
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
dirmgr: Limit the number of mds that we will fetch from sqlite at once.
Nick Mathewson
2024-06-12
1
-6
/
+14
*
dirmgr: split out the loading part of load_once into a new function.
Nick Mathewson
2024-06-12
1
-6
/
+17
*
properly report bootstrap readiness without cache
trinity-1686a
2024-04-29
1
-0
/
+3
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
clippy: Use Result::cloned in several places
Ian Jackson
2024-01-31
1
-1
/
+1
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-1
/
+1
*
oneshot: Use veneer in tor-dirmgr
Ian Jackson
2023-10-11
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
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-7
/
+8
*
DirMgr: more trace!() logs and information in download/load functions.
Nick Mathewson
2023-05-03
1
-8
/
+30
*
Use ErrorReport for errors in warn! in tor-dirmgr
Ian Jackson
2023-01-30
1
-5
/
+5
*
Use ErrorReport for errors in info! in tor-dirmgr
Ian Jackson
2023-01-30
1
-1
/
+2
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
dirmgr Store: Use `**` syntax and deref to trait objects
Ian Jackson
2022-11-14
1
-11
/
+6
*
tor-dirclient: Make RequestFailed its own error type
Ian Jackson
2022-10-20
1
-5
/
+5
*
tor-dirclient Response: Rename output methods
Ian Jackson
2022-10-20
1
-1
/
+1
*
fix clippy::unwrap_used and old TODO for msrv 1.56
trinity-1686a
2022-09-10
1
-9
/
+6
*
`TaskSchedule`: give error on `sleep*()` if last handle is dropped
Nick Mathewson
2022-09-07
1
-1
/
+1
*
tor-dirmgr: Remove opt_netdir entirely.
Nick Mathewson
2022-07-26
1
-3
/
+3
*
Make display formats work with older derive_more.
Nick Mathewson
2022-06-14
1
-1
/
+1
*
Do not update_progress on load if nothing happened.
Nick Mathewson
2022-06-14
1
-6
/
+10
*
DirMgr: Track errors, stalls, and resets as part of status.
Nick Mathewson
2022-06-13
1
-1
/
+9
*
Refactor our logic for distinguishing download attempts
Nick Mathewson
2022-06-13
1
-6
/
+47
*
Refactor most DirStatus users to use DirProgress.
Nick Mathewson
2022-06-13
1
-4
/
+4
*
DirMgr: Refactor bootstrap to use a TaskSchedule for sleeping.
Nick Mathewson
2022-06-10
1
-18
/
+36
*
DirMgr:: Remove Error::NoChange as redundant.
Nick Mathewson
2022-05-25
1
-22
/
+7
*
DirMgr: Stop load-from-cache process when there is no change.
Nick Mathewson
2022-05-24
1
-9
/
+28
*
Simplify advance and reset functions with mem::replace.
Nick Mathewson
2022-05-19
1
-8
/
+4
*
Explain why we call update_status unconditionally.
Nick Mathewson
2022-05-19
1
-0
/
+3
*
Remove BootstrapAction::Impossible
Nick Mathewson
2022-05-19
1
-1
/
+1
*
DirMgr: Remove blocking_error return path.
Nick Mathewson
2022-05-17
1
-27
/
+7
*
DirMgr: Unify error return paths
Nick Mathewson
2022-05-17
1
-73
/
+106
*
DirMgr: Remove special handling of "changed" boolean
Nick Mathewson
2022-05-17
1
-31
/
+26
*
DirMgr: Blame the correct cache for consensus validation failure
Nick Mathewson
2022-05-16
1
-2
/
+15
*
On a blocking error, blame the appropriate directory cache
Nick Mathewson
2022-05-16
1
-0
/
+10
*
DirMgr: Add a way for a state to report a blocking error.
Nick Mathewson
2022-05-16
1
-7
/
+21
*
DirMgr: Let add_from_* distinguish non-fatal errors
Nick Mathewson
2022-05-16
1
-24
/
+32
*
DirMgr: make DocSource useful by having it include dirserver info.
Nick Mathewson
2022-05-16
1
-1
/
+7
*
dirmgr: use set_skew_limit.
Nick Mathewson
2022-05-11
1
-0
/
+9
*
Adjust if-modified-since field on the basis of tolerated skew
Nick Mathewson
2022-05-11
1
-3
/
+16
*
tor-dirmgr: move apply_netdir_changes() to be a DirMgr method
eta
2022-05-10
1
-76
/
+5
*
tor-dirmgr: small fixups for the bootstrapping refactor
eta
2022-05-10
1
-5
/
+3
*
tor-dirmgr/bootstrap.rs: error on older netdirs, add log line
eta
2022-05-10
1
-0
/
+21
[next]