index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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
...
*
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
*
tor-dirmgr/state.rs: use the NetDirChange API instead of WriteNetDir
eta
2022-05-10
1
-17
/
+14
*
tor-dirmgr/state.rs: add new NetDirChange API, consume it
eta
2022-05-10
1
-3
/
+72
*
tor-dirmgr/state.rs: feed through additional parameters, use them
eta
2022-05-10
1
-6
/
+5
*
tor-dirmgr: move DirState to state.rs
eta
2022-05-10
1
-1
/
+2
*
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
1
-8
/
+80
*
tor-dirmgr/bootstrap.rs: refactor query_into_requests, make it used
eta
2022-05-10
1
-11
/
+13
*
tor-dirmgr: move query_into_requests into bootstrap.rs
eta
2022-05-10
1
-1
/
+63
*
tor-dirmgr/bootstrap.rs: refactor load_all -> load_documents_from_store
eta
2022-05-10
1
-7
/
+14
*
tor-dirmgr/lib.rs: move DirMgr::load_documents_into to DocQuery
eta
2022-05-10
1
-1
/
+1
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
Treat expired/not-yet-valid directory objects as Errors.
Nick Mathewson
2022-04-05
1
-1
/
+10
*
dirmgr: Use a different idiom in retry loop
Nick Mathewson
2022-03-31
1
-3
/
+2
*
dirmgr: fix bugs in algorithm for retrying downloads
Nick Mathewson
2022-03-30
1
-13
/
+22
*
Add status tracking to FallbackDir.
Nick Mathewson
2022-03-30
1
-1
/
+6
*
dirmgr: do not pass fallbacks to the CircMgr.
Nick Mathewson
2022-03-30
1
-6
/
+1
*
Remove allow(clippy::disallowed_methods) lint.
Nick Mathewson
2022-03-30
1
-1
/
+0
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
1
-12
/
+15
|
\
|
*
use wallclock where possible in tests
trinity-1686a
2022-02-26
1
-6
/
+6
|
*
remove most usage of SystemTime::now
trinity-1686a
2022-02-25
1
-6
/
+9
*
|
dirmgr: Note errors and inform the circmgr about them.
Nick Mathewson
2022-03-21
1
-7
/
+26
*
|
circmgr: Change API for using FallbackDirs
Nick Mathewson
2022-03-21
1
-1
/
+5
|
/
*
dirmgr: add Store trait
tharvik
2022-02-23
1
-5
/
+6
*
dirclient: Remove HttpStatus error variant
Nick Mathewson
2022-02-17
1
-2
/
+11
*
dirmgr: eliminate StringParsingError.
Nick Mathewson
2022-02-16
1
-1
/
+2
*
tor-dirmgr: Create a bootstrap-status exporting mechanism.
Nick Mathewson
2022-01-18
1
-0
/
+12
*
Refactor directory events to use a FlagPublisher mechanism.
Nick Mathewson
2021-12-14
1
-4
/
+0
*
Make much of DirMgrConfig reconfigurable.
Nick Mathewson
2021-12-07
1
-1
/
+2
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-2
/
+2
*
deglob some enums, use concise iteration syntax
Daniel Eades
2021-11-25
1
-1
/
+1
*
Rename RetryConfig to DownloadSchedule, fold in parallelism.
Nick Mathewson
2021-11-18
1
-5
/
+6
*
Fix typos
Dimitris Apostolou
2021-11-12
1
-2
/
+2
[prev]
[next]