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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add new APIs to NetDirProvider to better support timeliness.
Nick Mathewson
2022-07-26
1
-3
/
+24
*
Rename DirSkewTolerance to DirTolerance
Nick Mathewson
2022-07-22
1
-3
/
+3
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
Merge branch 'stalled_directory' into 'main'
Ian Jackson
2022-06-21
1
-14
/
+51
|
\
|
*
tor-dirmgr: Make DirStatus non-public.
Nick Mathewson
2022-06-14
1
-1
/
+1
|
*
Add a blockage-reporting mechanism to tor-dirmgr.
Nick Mathewson
2022-06-14
1
-1
/
+1
|
*
DirMgr: Track errors, stalls, and resets as part of status.
Nick Mathewson
2022-06-13
1
-0
/
+24
|
*
Refactor our logic for distinguishing download attempts
Nick Mathewson
2022-06-13
1
-12
/
+24
|
*
Refactor most DirStatus users to use DirProgress.
Nick Mathewson
2022-06-13
1
-3
/
+4
*
|
Fix clippy::significant_drop_in_scrutinee warnings
Nick Mathewson
2022-06-15
1
-5
/
+8
|
/
*
Merge branch 'dormant_directory' into 'main'
Nick Mathewson
2022-06-13
1
-70
/
+59
|
\
|
*
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
1
-14
/
+17
*
|
Merge branch 'use-testing-rng'
Nick Mathewson
2022-06-07
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
1
-1
/
+2
*
|
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
|
/
*
Remove BootstrapAction::Impossible
Nick Mathewson
2022-05-19
1
-1
/
+1
*
DirMgr: Unify error return paths
Nick Mathewson
2022-05-17
1
-13
/
+23
*
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
1
-4
/
+5
*
Resolve DOCDOC comments in tor-dirmgr.
Nick Mathewson
2022-05-12
1
-4
/
+2
*
Adjust if-modified-since field on the basis of tolerated skew
Nick Mathewson
2022-05-11
1
-26
/
+68
*
Add DirSkewTolerance section to DirMgr configuration.
Nick Mathewson
2022-05-11
1
-2
/
+2
*
tor-dirmgr: move apply_netdir_changes() to be a DirMgr method
eta
2022-05-10
1
-3
/
+75
*
tor-dirmgr/state.rs: take an object to get a netdir, not a netdir
eta
2022-05-10
1
-3
/
+5
*
tor-dirmgr/state.rs: remove GetConsensusState::bodge_new
eta
2022-05-10
1
-6
/
+24
*
tor-dirmgr/state.rs: use the NetDirChange API instead of WriteNetDir
eta
2022-05-10
1
-0
/
+1
*
tor-dirmgr/state.rs: refactor GetConsensusState::new
eta
2022-05-10
1
-2
/
+3
*
tor-dirmgr: move DirState to state.rs
eta
2022-05-10
1
-75
/
+1
*
tor-dirmgr: make note_request_* functions standalone
eta
2022-05-10
1
-64
/
+0
*
tor-dirmgr/bootstrap.rs: refactor query_into_requests, make it used
eta
2022-05-10
1
-49
/
+43
*
tor-dirmgr: move query_into_requests into bootstrap.rs
eta
2022-05-10
1
-43
/
+8
*
tor-dirmgr/bootstrap.rs: refactor load_all -> load_documents_from_store
eta
2022-05-10
1
-2
/
+5
*
tor-dirmgr/lib.rs: move DirMgr::load_documents_into to DocQuery
eta
2022-05-10
1
-55
/
+3
*
tor-dirmgr: make DownloadScheduleBuilder public
Ian Jackson
2022-05-04
1
-1
/
+1
*
Change builder list API
Ian Jackson
2022-05-04
1
-1
/
+1
*
DirMgrConfig: Remove unnecessary accessors
Ian Jackson
2022-04-26
1
-4
/
+4
*
DownloadSchedule: Abolish accessors in DownloadScheduleConfig
Ian Jackson
2022-04-26
1
-1
/
+1
*
Introduce AuthorityListBuilder in NetworkConfigBuilder
Ian Jackson
2022-04-25
1
-1
/
+1
*
Refactor FirstHopId into type-differentiated form
Nick Mathewson
2022-03-30
1
-6
/
+4
*
Rename Guard=>FirstHop, GuardId=>FirstHopId
Nick Mathewson
2022-03-30
1
-4
/
+4
*
Rename ExternalFailure => ExternalActivity.
Nick Mathewson
2022-03-30
1
-4
/
+4
*
Add status tracking to FallbackDir.
Nick Mathewson
2022-03-30
1
-0
/
+11
*
Move fallback.rs into guardmgr.
Nick Mathewson
2022-03-30
1
-1
/
+1
*
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-16
/
+9
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
1
-8
/
+10
|
\
|
*
use wallclock where possible in tests
trinity-1686a
2022-02-26
1
-8
/
+10
[prev]
[next]