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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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
3
-242
/
+223
*
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
*
Merge branch 'use-fs-mistrust'
Nick Mathewson
2022-05-09
6
-86
/
+115
|
\
|
*
Update tor-dirmgr to use fs-mistrust.
Nick Mathewson
2022-05-09
6
-86
/
+115
*
|
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-15
/
+15
*
|
Switch to derive_builder_arti_fork
Ian Jackson
2022-05-06
1
-1
/
+1
|
/
*
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
*
Merge branch 'derive-builder-git-fixup' into 'main'
eta
2022-04-27
1
-1
/
+1
|
\
|
*
derive_builder: Use git dep everywhere, rather than cargo patch
Ian Jackson
2022-04-27
1
-1
/
+1
*
|
Fix grammar and typos
Samanta Navarro
2022-04-27
3
-3
/
+3
*
|
Merge branch 'upgrade_dependencies' into 'main'
eta
2022-04-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Upgrade to Postage 0.5.0
Nick Mathewson
2022-04-26
1
-1
/
+1
*
|
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
|
\
|
[prev]
[next]