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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Improve documentation around Cargo features; make Runtime require Debug
eta
2022-05-11
10
-18
/
+134
|
/
/
/
|
|
*
dirmgr: use set_skew_limit.
Nick Mathewson
2022-05-11
1
-0
/
+9
|
|
*
dirclient: add the ability to reject circuits that are too skewed.
Nick Mathewson
2022-05-11
4
-1
/
+79
|
|
*
Add a channel accessor to ClientCirc.
Nick Mathewson
2022-05-11
2
-1
/
+23
|
|
/
|
*
Note a TODO in exitpath construction.
Nick Mathewson
2022-05-11
1
-0
/
+6
|
*
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
4
-5
/
+72
|
*
tor-netdoc: Add a Lifetime::valid_at method.
Nick Mathewson
2022-05-11
2
-0
/
+5
|
/
*
Merge branch 'dirmgr-purification-2' into 'main'
eta
2022-05-10
9
-1021
/
+1245
|
\
|
*
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
4
-242
/
+224
|
*
tor-rtcompat: make CompoundRuntime handle SleepProviders properly
eta
2022-05-10
1
-0
/
+11
|
*
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 'fix-coverage-ci' into 'main'
eta
2022-05-10
1
-0
/
+3
|
\
\
|
*
|
Disable fs-mistrust in coverage CI.
Nick Mathewson
2022-05-10
1
-0
/
+3
|
|
/
*
|
Merge branch 'excise-husky' into 'main'
Nick Mathewson
2022-05-10
6
-27
/
+7
|
\
\
|
|
/
|
/
|
|
*
Remove cargo-husky, and replace with manual instructions
eta
2022-05-10
6
-27
/
+7
|
/
*
Merge branch 'tinystr_nicknames' into 'main'
eta
2022-05-10
8
-11
/
+122
|
\
|
*
netdoc: add a new type for Nicknames
Nick Mathewson
2022-05-09
8
-11
/
+122
|
/
*
Merge branch 'use-fs-mistrust'
Nick Mathewson
2022-05-09
23
-154
/
+515
|
\
|
*
Loosen checking for readable files within target directories.
Nick Mathewson
2022-05-09
2
-14
/
+30
|
*
Add a CLI option to disable FS permission checks.
Nick Mathewson
2022-05-09
1
-1
/
+10
|
*
Remove "Mistrust" from the public API of arti-client.
Nick Mathewson
2022-05-09
4
-16
/
+37
|
*
arti: use fs-mistrust to validate configuration file locations.
Nick Mathewson
2022-05-09
6
-13
/
+31
|
*
arti-client: Configure and use fs-mistrust.
Nick Mathewson
2022-05-09
6
-8
/
+72
|
*
Update tor-dirmgr to use fs-mistrust.
Nick Mathewson
2022-05-09
7
-86
/
+116
|
*
tor-persist: Use fs-mistrust to verify state file permissions.
Nick Mathewson
2022-05-09
4
-35
/
+55
|
*
Add new FsPermissions ErrorKind.
Nick Mathewson
2022-05-09
1
-0
/
+9
|
*
fs-mistrust: add various methods.
Nick Mathewson
2022-05-09
2
-7
/
+174
|
*
Derive Clone and Debug for CheckedDir.
Nick Mathewson
2022-05-05
1
-0
/
+1
|
*
gitlab-ci: Disable fs mistrust in integration test
Nick Mathewson
2022-05-05
1
-0
/
+3
*
|
Merge branch 'netparams' into 'main'
Nick Mathewson
2022-05-09
2
-3
/
+3
|
\
\
|
*
|
NetParams: Document its role as a validated config parameter
Ian Jackson
2022-05-09
2
-3
/
+3
|
/
/
[prev]
[next]