| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move SystemConfig to arti::cfg | Ian Jackson | 2022-03-21 | 1 | -2/+35 |
| | | | | | Fixes #314, #418. | ||||
| * | ApplicationConfig: abolish accessor | Ian Jackson | 2022-03-21 | 1 | -8/+1 |
| | | |||||
| * | Move ApplicationConfig to arti crate | Ian Jackson | 2022-03-21 | 1 | -1/+25 |
| | | | | | Code motion and import fixups. | ||||
| * | socks: abolish config accessors | Ian Jackson | 2022-03-21 | 1 | -14/+2 |
| | | | | | | Making these fields pub(crate) is quite reasonable and does away with the need for accessors. | ||||
| * | Move ProxyConfig to arti crate | Ian Jackson | 2022-03-21 | 1 | -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::logging | Ian Jackson | 2022-03-21 | 1 | -4/+3 |
| | | | | | Code motion and import fixups. | ||||
| * | Move ArtiConfig to new arti::cfg module | Ian Jackson | 2022-03-21 | 1 | -0/+269 |
| Code motion and import fixups. | |||||
