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
...
*
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
*
config derive attrs: Make builders serde, and validated structs not
Ian Jackson
2022-05-05
3
-23
/
+11
*
FallbackDir: Use VecBuilder for orports
Ian Jackson
2022-05-04
1
-6
/
+8
*
tor-dirmgr: make DownloadScheduleBuilder public
Ian Jackson
2022-05-04
1
-1
/
+1
*
Change builder list API
Ian Jackson
2022-05-04
4
-21
/
+28
*
Rename NetworkConfig.fallback_caches
Ian Jackson
2022-05-04
1
-8
/
+8
*
Fix grammar and typos
Samanta Navarro
2022-04-27
3
-3
/
+3
*
Merge branch 'download-schedule' into 'main'
Nick Mathewson
2022-04-26
4
-137
/
+142
|
\
|
*
Make DownloadScheduleBuilder "alternative" defaults pub(crate)
Ian Jackson
2022-04-26
1
-2
/
+2
|
*
Fix typo in message
Nick Mathewson
2022-04-26
1
-1
/
+1
|
*
DirMgrConfig: Remove unnecessary accessors
Ian Jackson
2022-04-26
3
-28
/
+12
|
*
DirMgrConfig: Rename two fields that contained a _config
Ian Jackson
2022-04-26
2
-10
/
+10
|
*
DownloadSchedule: Rename field to "attempts"
Ian Jackson
2022-04-26
1
-8
/
+8
|
*
DownloadSchedule: Abolish accessors in DownloadScheduleConfig
Ian Jackson
2022-04-26
3
-42
/
+19
|
*
DownloadSchudule: Have NetworkConfig contain Builders
Ian Jackson
2022-04-26
2
-62
/
+48
|
*
DownloadSchedule: Abolish new() method
Ian Jackson
2022-04-26
2
-31
/
+50
|
*
DownloadSchedule: tests: Do not try to set parallelism to 0
Ian Jackson
2022-04-26
2
-13
/
+11
|
*
DownloadSchedule: Provide builder
Ian Jackson
2022-04-26
1
-1
/
+42
*
|
Merge branch 'main' into 'msrv_1_56'
Nick Mathewson
2022-04-26
4
-32
/
+43
|
\
|
|
*
Document defaults for all the config lists
Ian Jackson
2022-04-25
1
-1
/
+4
|
*
Rename ThingListBuilder::replace (from set)
Ian Jackson
2022-04-25
2
-4
/
+4
|
*
Use better syntax for doc comment attribute
Ian Jackson
2022-04-25
1
-3
/
+1
|
*
Introduce AuthorityListBuilder in NetworkConfigBuilder
Ian Jackson
2022-04-25
4
-31
/
+39
|
*
Fix error return type of AuthorityBuilder
Ian Jackson
2022-04-25
1
-0
/
+2
*
|
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
4
-4
/
+0
|
/
*
Merge branch 'experimental-v3ident-public' into 'main'
Ian Jackson
2022-04-25
1
-0
/
+5
|
\
|
*
Authority: make v3ident public under experimental-api
Christian Grigis
2022-04-22
1
-0
/
+5
*
|
fallback list: Introduce and use FallbackListBuilder
Ian Jackson
2022-04-22
2
-14
/
+11
*
|
fallback list: Move default list into tor-guardmgr
Ian Jackson
2022-04-22
2
-1729
/
+2
|
/
*
Fix typos
Samanta Navarro
2022-04-20
1
-1
/
+1
*
Treat expired/not-yet-valid directory objects as Errors.
Nick Mathewson
2022-04-05
3
-18
/
+25
*
dirmgr: Use a different idiom in retry loop
Nick Mathewson
2022-03-31
1
-3
/
+2
[prev]
[next]