summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'config-split' into 'main'Ian Jackson2022-05-263-73/+44
|\
| * arti: Better doc for ArtiCombinedConfigIan Jackson2022-05-251-1/+3
| * tor-config: Rename resolve_return_unrecognized, ..._ignore_...Ian Jackson2022-05-251-1/+1
| * tor-config: Rename "ignored" to "unrecognized" throughoutIan Jackson2022-05-251-3/+3
| * tor-config: Tests for ignored config key handlingIan Jackson2022-05-241-8/+4
| * Split TorClientConfig out of ArtiConfig, and Resolvable traitIan Jackson2022-05-243-45/+21
| * arti tests: Introduce bld_tor variableIan Jackson2022-05-241-22/+19
* | reply socks error on more codepathtrinity-1686a2022-05-251-48/+67
|/
* Apply fs-mistrust to logfile directories.Nick Mathewson2022-05-243-7/+26
* Make fs-mistrust configurable from the top level.Nick Mathewson2022-05-242-19/+31
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-9/+7
* Merge branch 'arti-config-2' into 'main'Nick Mathewson2022-05-132-4/+6
|\
| * arti-config abolition: Change references to use tor_configIan Jackson2022-05-132-4/+6
* | Merge branch 'builder-default-3' into 'main'Nick Mathewson2022-05-132-26/+0
|\ \ | |/ |/|
| * impl_standard_builder: Have it generate FooConfig::builderIan Jackson2022-05-122-26/+0
* | config load: Move mistrust checking to load()Ian Jackson2022-05-131-6/+9
* | Merge branch 'template' into 'main'Nick Mathewson2022-05-123-7/+220
|\ \ | |/ |/|
| * arti-example-config.toml: Add a slightly improved commentIan Jackson2022-05-121-0/+1
| * arti-example-config.toml: Re-un-comment the example settings in testIan Jackson2022-05-121-4/+23
| * arti-example-config.toml: Comment out all the example settingsIan Jackson2022-05-121-24/+24
| * arti-example-config: Mark some non-default examples more clearlyIan Jackson2022-05-121-10/+11
| * config defaults: Test that empty deser is the sameIan Jackson2022-05-121-0/+4
| * ARTI_EXAMPLE_CONFIG: Rename from ARTI_DEFAULTSIan Jackson2022-05-123-4/+3
| * ARTI_DEFAULTS: Move to arti crateIan Jackson2022-05-123-1/+187
| * config defaults: No longer apply ARTI_DEFAULTS in load()Ian Jackson2022-05-121-1/+0
| * config defaults: Test that going via builder explicitly is the sameIan Jackson2022-05-121-0/+4
* | Rename impl_standard_builder from impl_default_via_builderIan Jackson2022-05-122-7/+7
* | config: Replace more handwritten impl DefaultIan Jackson2022-05-122-18/+4
* | config: Move macro calls to next to the structIan Jackson2022-05-121-1/+0
|/
* Merge branch 'clippy' into 'main'eta2022-05-121-1/+3
|\
| * clippy: Use write! rather than push_str, formatIan Jackson2022-05-111-1/+3
* | No longer derive Default on three structs which derive BuilderIan Jackson2022-05-111-3/+6
|/
* Move default_config_file() into arti-clientIan Jackson2022-05-111-2/+2
* ConfigurationSource: Move "usual" logic for constructionIan Jackson2022-05-111-26/+6
* default_config_file(): Have it return Result, not OptionIan Jackson2022-05-111-8/+10
* ConfigurationSource: Rename new to new_emptyIan Jackson2022-05-111-1/+1
* Improve documentation around Cargo features; make Runtime require Debugeta2022-05-111-14/+49
* Merge branch 'use-fs-mistrust'Nick Mathewson2022-05-091-4/+50
|\
| * Add a CLI option to disable FS permission checks.Nick Mathewson2022-05-091-1/+10
| * Remove "Mistrust" from the public API of arti-client.Nick Mathewson2022-05-091-7/+31
| * arti: use fs-mistrust to validate configuration file locations.Nick Mathewson2022-05-091-1/+14
* | Disable safe-logging when logging to console.Nick Mathewson2022-05-061-1/+30
* | arti: add support for safe-logging configurationNick Mathewson2022-05-062-3/+35
* | Apply `sensitive` in some info-level log messages.Nick Mathewson2022-05-061-2/+3
|/
* config derive attrs: Make builders serde, and validated structs notIan Jackson2022-05-052-21/+12
* Make LogRotation SerializeIan Jackson2022-05-051-1/+1
* FallbackDir: Use VecBuilder for orportsIan Jackson2022-05-041-3/+4
* Change builder list APIIan Jackson2022-05-042-14/+16
* Merge branch 'download-schedule' into 'main'Nick Mathewson2022-04-261-3/+16
|\
| * DownloadSchudule: Have NetworkConfig contain BuildersIan Jackson2022-04-261-17/+18