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
/
state.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
dirmgr: use voting_period.
Nick Mathewson
2023-06-29
1
-4
/
+1
*
Downgrade and clarify message about dir replacment time.
Nick Mathewson
2023-05-08
1
-8
/
+12
*
Merge branch 'fix_802_core' into 'main'
Ian Jackson
2023-04-18
1
-1
/
+6
|
\
|
*
DirMgr: Detect that directory state is ready if it begins with all MDs
Nick Mathewson
2023-04-10
1
-1
/
+6
*
|
Use bool::then_some() as appropriate
Nick Mathewson
2023-04-11
1
-1
/
+1
|
/
*
tor-netdoc: Change fill_from_previous_netdir
Ian Jackson
2023-02-09
1
-1
/
+1
*
Use ErrorReport - run rustfmt
Ian Jackson
2023-01-30
1
-1
/
+5
*
Use ErrorReport for errors in warn! in tor-dirmgr
Ian Jackson
2023-01-30
1
-2
/
+2
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Complete our migration to base64ct.
Nick Mathewson
2023-01-20
1
-1
/
+2
*
test lint blocks: Do some semi-manually
Ian Jackson
2022-12-12
1
-0
/
+8
*
Rename DirSkewTolerance to DirTolerance
Nick Mathewson
2022-07-22
1
-1
/
+1
*
Refactor most DirStatus users to use DirProgress.
Nick Mathewson
2022-06-13
1
-16
/
+17
*
Rename DirStatusInner to DirProgress.
Nick Mathewson
2022-06-13
1
-4
/
+4
*
DirMgr:: Remove Error::NoChange as redundant.
Nick Mathewson
2022-05-25
1
-38
/
+16
*
Merge branch 'bug482' into 'main'
eta
2022-05-24
1
-20
/
+105
|
\
|
*
DirMgr: Stop load-from-cache process when there is no change.
Nick Mathewson
2022-05-24
1
-20
/
+105
*
|
fs-mistrust: make Mistrust have a corresponding Builder type.
Nick Mathewson
2022-05-24
1
-1
/
+1
|
/
*
Fix compilation with Rust 1.56.
Nick Mathewson
2022-05-17
1
-3
/
+2
*
DirMgr: Remove blocking_error return path.
Nick Mathewson
2022-05-17
1
-26
/
+22
*
DirMgr: Unify error return paths
Nick Mathewson
2022-05-17
1
-84
/
+133
*
DirMgr: Remove special handling of "changed" boolean
Nick Mathewson
2022-05-17
1
-53
/
+43
*
DirMgr: Start refactoring error handling.
Nick Mathewson
2022-05-17
1
-1
/
+4
*
Give an error if the cache violates If-Modified-Since.
Nick Mathewson
2022-05-16
1
-7
/
+24
*
Add missing extend_tolerance to add_consensus_text.
Nick Mathewson
2022-05-16
1
-0
/
+1
*
Move consensus signature verification to add-document code.
Nick Mathewson
2022-05-16
1
-22
/
+95
*
DirMgr: Add a way for a state to report a blocking error.
Nick Mathewson
2022-05-16
1
-0
/
+5
*
Implement nonfatal errors in add_from_*
Nick Mathewson
2022-05-16
1
-52
/
+91
*
DirMgr: Let add_from_* distinguish non-fatal errors
Nick Mathewson
2022-05-16
1
-30
/
+47
*
DirMgr: make DocSource useful by having it include dirserver info.
Nick Mathewson
2022-05-16
1
-17
/
+35
*
tor-dirmgr: update status reporting to consider skew tolerance
Nick Mathewson
2022-05-11
1
-0
/
+6
*
Make reset_time() for incomplete directories more generous.
Nick Mathewson
2022-05-11
1
-10
/
+35
*
Add DirSkewTolerance section to DirMgr configuration.
Nick Mathewson
2022-05-11
1
-0
/
+2
*
tor-dirmgr: small fixups for the bootstrapping refactor
eta
2022-05-10
1
-11
/
+6
*
tor-dirmgr/state.rs: take an object to get a netdir, not a netdir
eta
2022-05-10
1
-9
/
+24
*
tor-dirmgr/state.rs: remove GetConsensusState::bodge_new
eta
2022-05-10
1
-37
/
+12
*
tor-dirmgr/state.rs: remove WriteNetDir, use filters directly
eta
2022-05-10
1
-97
/
+79
*
tor-dirmgr/state.rs: use the NetDirChange API instead of WriteNetDir
eta
2022-05-10
1
-243
/
+164
*
tor-dirmgr/state.rs: add new NetDirChange API, consume it
eta
2022-05-10
1
-0
/
+25
*
tor-dirmgr/state.rs: feed through additional parameters, use them
eta
2022-05-10
1
-236
/
+217
*
tor-dirmgr/state.rs: refactor GetConsensusState::new
eta
2022-05-10
1
-217
/
+281
*
tor-dirmgr: move DirState to state.rs
eta
2022-05-10
1
-2
/
+77
*
Update tor-dirmgr to use fs-mistrust.
Nick Mathewson
2022-05-09
1
-1
/
+6
*
Change builder list API
Ian Jackson
2022-05-04
1
-2
/
+2
*
Merge branch 'download-schedule' into 'main'
Nick Mathewson
2022-04-26
1
-9
/
+9
|
\
|
*
DirMgrConfig: Remove unnecessary accessors
Ian Jackson
2022-04-26
1
-5
/
+5
|
*
DirMgrConfig: Rename two fields that contained a _config
Ian Jackson
2022-04-26
1
-1
/
+1
|
*
DownloadSchedule: Abolish accessors in DownloadScheduleConfig
Ian Jackson
2022-04-26
1
-6
/
+6
*
|
Merge branch 'main' into 'msrv_1_56'
Nick Mathewson
2022-04-26
1
-11
/
+7
|
\
|
|
*
Rename ThingListBuilder::replace (from set)
Ian Jackson
2022-04-25
1
-2
/
+2
[next]