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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'clippy' into 'main'
Ian Jackson
2022-06-24
1
-0
/
+3
|
\
|
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
|
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
|
/
*
Merge branch 'display_source_cleanup' into 'main'
eta
2022-06-21
1
-6
/
+6
|
\
|
*
Do not include error source() in display() format.
Nick Mathewson
2022-06-21
1
-6
/
+6
*
|
Merge branch 'stalled_directory' into 'main'
Ian Jackson
2022-06-21
4
-207
/
+573
|
\
\
|
|
/
|
/
|
|
*
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
2
-2
/
+2
|
*
tor-dirmgr: Make DirStatus non-public.
Nick Mathewson
2022-06-14
2
-4
/
+2
|
*
Add a blockage-reporting mechanism to tor-dirmgr.
Nick Mathewson
2022-06-14
2
-1
/
+97
|
*
Add a couple of TODO items.
Nick Mathewson
2022-06-14
1
-0
/
+7
|
*
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
3
-3
/
+80
|
*
Refactor our logic for distinguishing download attempts
Nick Mathewson
2022-06-13
3
-85
/
+127
|
*
Refactor most DirStatus users to use DirProgress.
Nick Mathewson
2022-06-13
4
-71
/
+66
|
*
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
2
-38
/
+38
*
|
Merge branch 'config-fix2' into 'main'
Nick Mathewson
2022-06-16
3
-70
/
+10
|
\
\
|
*
|
impl_standard_builder: Use for tor_dirmgr::Authority
Ian Jackson
2022-06-16
1
-10
/
+2
|
*
|
impl_standard_builder: Use for tor_dirmgr::DownloadSchedule
Ian Jackson
2022-06-16
1
-14
/
+3
|
*
|
impl_standard_builder: Use for tor_dirmgr::DownloadScheduleConfig
Ian Jackson
2022-06-16
1
-14
/
+1
|
*
|
impl_standard_builder: Use for tor_dirmgr::NetworkConfig
Ian Jackson
2022-06-16
1
-19
/
+2
|
*
|
impl_standard_builder: Use for tor_dirmgr::DirSkewTolerance
Ian Jackson
2022-06-16
1
-13
/
+2
*
|
|
Merge branch 'config-fix' into 'main'
Ian Jackson
2022-06-16
2
-3
/
+3
|
\
|
|
|
*
|
Add some missing `serde(default)` to uses of humantime_serde::option
Ian Jackson
2022-06-16
2
-3
/
+3
|
|
/
*
|
Fix clippy::significant_drop_in_scrutinee warnings
Nick Mathewson
2022-06-15
2
-9
/
+12
*
|
Work around an erroneous warning from nightly clippy
Nick Mathewson
2022-06-15
1
-0
/
+3
|
/
*
Merge branch 'dormant_directory' into 'main'
Nick Mathewson
2022-06-13
2
-88
/
+95
|
\
|
*
DirMgr: Use scopeguard crate in place of ad hoc RAII substitutes
Nick Mathewson
2022-06-13
1
-68
/
+18
|
*
Put the task schedule back when the dl task exits.
Nick Mathewson
2022-06-13
1
-2
/
+9
|
*
New API to expose and use TaskHandle from DirMgr.
Nick Mathewson
2022-06-13
1
-2
/
+31
|
*
DirMgr: Refactor bootstrap to use a TaskSchedule for sleeping.
Nick Mathewson
2022-06-10
2
-32
/
+53
*
|
Merge branch 'use-testing-rng'
Nick Mathewson
2022-06-07
3
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
3
-3
/
+6
*
|
Merge branch 'lint' into 'main'
Ian Jackson
2022-05-31
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
|
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
|
tor-dirmgr: Fix DirSkewTolerance
Ian Jackson
2022-05-30
1
-2
/
+2
|
/
*
DirMgr:: Remove Error::NoChange as redundant.
Nick Mathewson
2022-05-25
3
-72
/
+25
*
Merge branch 'bug482' into 'main'
eta
2022-05-24
2
-29
/
+133
|
\
|
*
DirMgr: Stop load-from-cache process when there is no change.
Nick Mathewson
2022-05-24
2
-29
/
+133
*
|
fs-mistrust: make Mistrust have a corresponding Builder type.
Nick Mathewson
2022-05-24
2
-8
/
+8
|
/
*
Simplify advance and reset functions with mem::replace.
Nick Mathewson
2022-05-19
1
-8
/
+4
[next]