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
/
arti-config
/
src
/
options.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change sane_defaults() and with_directories()
Nick Mathewson
2021-11-29
1
-1
/
+1
*
Document StorageConfig defaults better.
Nick Mathewson
2021-11-29
1
-8
/
+11
*
Add basic tests for high-level builders
Nick Mathewson
2021-11-25
1
-0
/
+57
*
Implement builder patterns for ArtiConfig.
Nick Mathewson
2021-11-25
1
-5
/
+179
*
Impl and test Default for high-level configs
Nick Mathewson
2021-11-25
1
-3
/
+22
*
Implement meta-builder pattern for TorClientConfig
Nick Mathewson
2021-11-22
1
-10
/
+27
*
Make every Config type implement Eq.
Nick Mathewson
2021-11-21
1
-3
/
+3
*
For every* config type, make defaults consistent.
Nick Mathewson
2021-11-21
1
-0
/
+17
*
Give every ConfigBuilder a From<Config> implementation.
Nick Mathewson
2021-11-21
1
-0
/
+18
*
Ensure that every section-level config type has a builder() function.
Nick Mathewson
2021-11-21
1
-2
/
+17
*
Make arti-client config object match arti config better.
Nick Mathewson
2021-11-21
1
-34
/
+8
*
Lower StorageConfig to arti-client crate
Nick Mathewson
2021-11-21
1
-36
/
+2
*
Use named fields for the elements of ConfigBuildError
Nick Mathewson
2021-11-18
1
-2
/
+8
*
Move the socks_port option into a new proxy section.
Nick Mathewson
2021-11-18
1
-7
/
+22
*
Rename the "network" configuration section to "tor_network".
Nick Mathewson
2021-11-18
1
-2
/
+2
*
Rename addr_config to address_filter; clarify its usage.
Nick Mathewson
2021-11-18
1
-3
/
+3
*
Flatten enforce_distance into path_rules.
Nick Mathewson
2021-11-18
1
-1
/
+1
*
Fold "circuit_timing" and "request_timing" into a single section.
Nick Mathewson
2021-11-18
1
-5
/
+1
*
Move top-level configuration downwards from `arti` to `arti-config`.
Nick Mathewson
2021-11-18
1
-0
/
+181