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
*
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
*
Explain why we call update_status unconditionally.
Nick Mathewson
2022-05-19
1
-0
/
+3
*
Remove BootstrapAction::Impossible
Nick Mathewson
2022-05-19
3
-7
/
+4
*
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
2
-53
/
+29
*
DirMgr: Unify error return paths
Nick Mathewson
2022-05-17
3
-170
/
+262
*
DirMgr: Remove special handling of "changed" boolean
Nick Mathewson
2022-05-17
2
-84
/
+69
*
DirMgr: Start refactoring error handling.
Nick Mathewson
2022-05-17
2
-3
/
+96
*
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
*
DirMgr: Blame the correct cache for consensus validation failure
Nick Mathewson
2022-05-16
1
-2
/
+15
*
Move consensus signature verification to add-document code.
Nick Mathewson
2022-05-16
1
-22
/
+95
*
On a blocking error, blame the appropriate directory cache
Nick Mathewson
2022-05-16
2
-0
/
+22
*
DirMgr: Add a way for a state to report a blocking error.
Nick Mathewson
2022-05-16
2
-7
/
+26
*
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
2
-54
/
+79
*
DirMgr: Improve display for DocSource
Nick Mathewson
2022-05-16
1
-3
/
+11
*
DirMgr: make DocSource useful by having it include dirserver info.
Nick Mathewson
2022-05-16
3
-22
/
+47
*
Merge branch 'main' into 'ticket_466'
Nick Mathewson
2022-05-16
3
-10
/
+7
|
\
|
*
Merge branch 'network-config-error' into 'main'
Nick Mathewson
2022-05-12
1
-5
/
+0
|
|
\
|
|
*
Delete tor_dirmgr::Error::BadNetworkConfig
Ian Jackson
2022-05-12
1
-5
/
+0
|
*
|
Resolve DOCDOC comments in tor-dirmgr.
Nick Mathewson
2022-05-12
2
-5
/
+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
2
-29
/
+84
*
|
tor-dirmgr: update status reporting to consider skew tolerance
Nick Mathewson
2022-05-11
3
-24
/
+84
*
|
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
3
-2
/
+63
|
/
*
tor-dirmgr: move apply_netdir_changes() to be a DirMgr method
eta
2022-05-10
2
-79
/
+80
*
tor-dirmgr: small fixups for the bootstrapping refactor
eta
2022-05-10
3
-16
/
+10
*
tor-dirmgr/bootstrap.rs: error on older netdirs, add log line
eta
2022-05-10
2
-0
/
+26
*
tor-dirmgr/state.rs: take an object to get a netdir, not a netdir
eta
2022-05-10
2
-12
/
+29
*
tor-dirmgr/state.rs: remove GetConsensusState::bodge_new
eta
2022-05-10
2
-43
/
+36
*
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
3
-260
/
+179
*
tor-dirmgr/state.rs: add new NetDirChange API, consume it
eta
2022-05-10
2
-3
/
+97
*
tor-dirmgr/state.rs: feed through additional parameters, use them
eta
2022-05-10
2
-242
/
+222
*
tor-dirmgr/state.rs: refactor GetConsensusState::new
eta
2022-05-10
3
-220
/
+285
*
tor-dirmgr: move DirState to state.rs
eta
2022-05-10
3
-78
/
+80
*
tor-dirmgr/bootstrap.rs: refactor fetch_single
eta
2022-05-10
1
-31
/
+34
*
tor-dirmgr: make note_request_* functions standalone
eta
2022-05-10
2
-72
/
+80
*
tor-dirmgr/bootstrap.rs: refactor query_into_requests, make it used
eta
2022-05-10
2
-60
/
+56
*
tor-dirmgr: move query_into_requests into bootstrap.rs
eta
2022-05-10
2
-44
/
+71
*
tor-dirmgr/bootstrap.rs: refactor load_all -> load_documents_from_store
eta
2022-05-10
3
-15
/
+29
*
tor-dirmgr/storage.rs: impl Store for Box<dyn Store>
eta
2022-05-10
1
-0
/
+87
*
tor-dirmgr/lib.rs: move DirMgr::load_documents_into to DocQuery
eta
2022-05-10
3
-56
/
+59
*
Update tor-dirmgr to use fs-mistrust.
Nick Mathewson
2022-05-09
5
-86
/
+114
[next]