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
...
*
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
*
|
Abolish filter::DynFilter in favour of transparent DirFilter
Ian Jackson
2022-03-25
1
-2
/
+2
*
|
dirmgr: Initial DirFilter code.
Nick Mathewson
2022-03-24
1
-0
/
+11
*
|
Expand some comments based on review from @diziet.
Nick Mathewson
2022-03-21
1
-0
/
+4
*
|
Fix build with Rust 1.53.
Nick Mathewson
2022-03-21
1
-6
/
+9
*
|
dirmgr: Note errors and inform the circmgr about them.
Nick Mathewson
2022-03-21
1
-0
/
+48
*
|
Merge branch 'config-partials-transparent' into 'main'
Ian Jackson
2022-03-17
1
-6
/
+6
|
\
\
|
*
|
DirMgrConfig: abolish builder; make it transparent and exhaustive
Ian Jackson
2022-03-16
1
-6
/
+6
*
|
|
dirmgr: Always send if-modified-since on consensus documents.
Nick Mathewson
2022-03-16
1
-10
/
+49
|
/
/
*
|
Follow-up from arti!318
Nick Mathewson
2022-03-11
1
-1
/
+1
*
|
Expose APIs for external DirProvider
Christian Grigis
2022-03-11
1
-1
/
+4
*
|
Merge branch 'dir-provider-redux' into 'main'
Ian Jackson
2022-03-02
1
-1
/
+63
|
\
\
|
*
|
DirProvider: Fix infinite recursion bug
Nick Mathewson
2022-02-25
1
-4
/
+4
|
*
|
Un-parameterize DirProvider.
Nick Mathewson
2022-02-23
1
-15
/
+9
|
*
|
Add basic DirProvider trait, use it in client
Christian Grigis
2022-02-23
1
-0
/
+68
*
|
|
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
|
|
/
|
/
|
*
|
dirmgr: add Store trait
tharvik
2022-02-23
1
-8
/
+9
|
/
*
Merge branch 'remaining-errors'
Nick Mathewson
2022-02-17
1
-0
/
+18
|
\
|
*
dirmgr: Remember where netdocs came from.
Nick Mathewson
2022-02-16
1
-0
/
+18
*
|
arti-client: add ability to automatically bootstrap
eta
2022-02-16
1
-2
/
+2
|
/
*
Merge branch 'warn_not_deny' into 'main'
eta
2022-02-14
1
-1
/
+1
|
\
|
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
|
dirmgr: Remove a useless Ok(x?)
Nick Mathewson
2022-02-14
1
-1
/
+1
|
/
*
Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)
eta
2022-02-11
1
-24
/
+156
*
Make SpawnError wrappers contain a 'spawning' string
Nick Mathewson
2022-02-04
1
-17
/
+19
[prev]
[next]