summaryrefslogtreecommitdiff
path: root/crates/arti/src/cfg.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move SystemConfig to arti::cfgIan Jackson2022-03-211-2/+35
| | | | Fixes #314, #418.
* ApplicationConfig: abolish accessorIan Jackson2022-03-211-8/+1
|
* Move ApplicationConfig to arti crateIan Jackson2022-03-211-1/+25
| | | | Code motion and import fixups.
* socks: abolish config accessorsIan Jackson2022-03-211-14/+2
| | | | | Making these fields pub(crate) is quite reasonable and does away with the need for accessors.
* Move ProxyConfig to arti crateIan Jackson2022-03-211-1/+50
| | | | | | | We put this in cfg.rs, rather than (say) socks.rs, because it has config relating to both socks.rs and dns.rs. Code motion and import fixups.
* Move logging configuration from arti_config::options to arti::loggingIan Jackson2022-03-211-4/+3
| | | | Code motion and import fixups.
* Move ArtiConfig to new arti::cfg moduleIan Jackson2022-03-211-0/+269
Code motion and import fixups.