index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-dirmgr
/
src
/
config.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
dirmgr: add Store trait
tharvik
2022-02-23
1
-8
/
+8
*
Make much of DirMgrConfig reconfigurable.
Nick Mathewson
2021-12-07
1
-12
/
+54
*
Sketch API for reconfiguration.
Nick Mathewson
2021-12-07
1
-0
/
+5
*
More typo fixes that I forgot to save :(
Nick Mathewson
2021-11-24
1
-1
/
+1
*
Make every Config type implement Eq.
Nick Mathewson
2021-11-21
1
-3
/
+3
*
Give every ConfigBuilder a From<Config> implementation.
Nick Mathewson
2021-11-21
1
-6
/
+25
*
Use named fields for the elements of ConfigBuildError
Nick Mathewson
2021-11-18
1
-4
/
+4
*
Rename RetryConfig to DownloadSchedule, fold in parallelism.
Nick Mathewson
2021-11-18
1
-34
/
+23
*
Move top-level configuration downwards from `arti` to `arti-config`.
Nick Mathewson
2021-11-18
1
-5
/
+9
*
Try writing a bit more documentation for configuration types.
Nick Mathewson
2021-10-28
1
-2
/
+13
*
Replace references to arti-client in the documentation.
Nick Mathewson
2021-10-21
1
-2
/
+2
*
Use unwrap in tests.
Jani Monoses
2021-10-18
1
-9
/
+15
*
Lock down some dirmgr config functions.
Nick Mathewson
2021-10-09
1
-11
/
+11
*
Re-export configuration types from tor-client.
Nick Mathewson
2021-10-09
1
-0
/
+5
*
Do not use set_ prefix on derive_builder setters
Jani Monoses
2021-09-16
1
-3
/
+3
*
Use derive_builder for Authority and FallbackDir.
Nick Mathewson
2021-09-10
1
-34
/
+0
*
Use derive_builder for the rest of tor_dirmgr::config
Nick Mathewson
2021-09-09
1
-80
/
+21
*
Use derive_builder for DownloadScheduleConfig
Nick Mathewson
2021-09-08
1
-66
/
+7
*
Use derive_builder for NetworkConfig.
Nick Mathewson
2021-09-08
1
-97
/
+37
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
1
-0
/
+1
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+594