summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
...
| * lints: arti: Move some allows outside the auto blockIan Jackson2022-05-311-2/+4
| * lints: Add lint block delimiters to every crateIan Jackson2022-05-312-0/+4
* | arti config: Check that example config is exhaustiveIan Jackson2022-05-301-0/+114
* | mistrust: Canonicalise prefix from Some("") to NoneIan Jackson2022-05-301-0/+1
* | arti: config: Canonicalise ports, and provide example dns_portIan Jackson2022-05-302-8/+5
* | config: Provide tor_config::resolve_option and resolve journaldIan Jackson2022-05-302-3/+6
* | arti: config example: Add entries for tor_network fieldsIan Jackson2022-05-301-0/+9
* | arti: config example: Add some missing defaultsIan Jackson2022-05-301-3/+17
* | arti: example config: Arrange to uncomment logfilesIan Jackson2022-05-301-2/+2
* | arti: Make ProxyConfig no longer DeserializeIan Jackson2022-05-301-4/+1
* | arti: cfg: Actually uncomment *all* the things in the exampleIan Jackson2022-05-301-1/+1
|/
* Merge branch 'arti-cfg-tests' into 'main'Ian Jackson2022-05-301-0/+24
|\
| * add unit tests for ArtiConfig public functionsmichael mccune2022-05-281-0/+24
* | deduplicate dns requests based on transaction idtrinity-1686a2022-05-301-49/+139
|/
* 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