summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | arti-config abolition: Move functionality to tor-configIan Jackson2022-05-133-233/+238
| * | arti-config abolition: Add deps to tor-configIan Jackson2022-05-132-0/+4
| * | arti-config: Move default config file test to arti-clientIan Jackson2022-05-132-10/+9
* | | Merge branch 'builder-default-3' into 'main'Nick Mathewson2022-05-136-83/+83
|\ \ \ | |/ / |/| |
| * | impl_standard_builder: Better comments explaining the parserIan Jackson2022-05-131-1/+7
| * | impl_standard_builder: Have it generate FooConfig::builderIan Jackson2022-05-125-68/+7
| * | impl_standard_builder: Test the Deserialize implIan Jackson2022-05-122-15/+70
* | | Merge branch 'mistrust-load' into 'main'Ian Jackson2022-05-135-21/+52
|\ \ \
| * | | Fix comment locationIan Jackson2022-05-131-2/+2
| * | | config load: Move mistrust checking to load()Ian Jackson2022-05-132-21/+43
| * | | arti-bench: Disable all fs permissions (fs-mistrust) checksIan Jackson2022-05-133-0/+9
|/ / /
* | | Merge branch 'network-config-error' into 'main'Nick Mathewson2022-05-122-5/+1
|\ \ \
| * | | Delete tor_dirmgr::Error::BadNetworkConfigIan Jackson2022-05-122-5/+1
* | | | Merge branch 'template' into 'main'Nick Mathewson2022-05-128-54/+80
|\ \ \ \ | |_|/ / |/| | |
| * | | Add semver note for these changesIan Jackson2022-05-121-0/+5
| * | | 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-123-4/+27
| * | | 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-125-10/+4
| * | | config defaults: No longer apply ARTI_DEFAULTS in load()Ian Jackson2022-05-122-5/+0
| * | | config defaults: Test that going via builder explicitly is the sameIan Jackson2022-05-121-0/+4
| |/ /
* | | Merge branch 'builder-default-bis' into 'main'eta2022-05-126-62/+26
|\ \ \
| * | | Rename impl_standard_builder from impl_default_via_builderIan Jackson2022-05-126-21/+26
| * | | config: Replace more handwritten impl DefaultIan Jackson2022-05-123-44/+8
| * | | config: Move macro calls to next to the structIan Jackson2022-05-122-9/+4
| |/ /
* | | Merge branch 'ticket_412_467' into 'main'Nick Mathewson2022-05-1210-71/+291
|\ \ \ | |/ / |/| |
| * | Resolve DOCDOC comments in tor-dirmgr.Nick Mathewson2022-05-122-5/+7
* | | Merge branch 'arti-config-1' into 'main'eta2022-05-125-2/+7
|\ \ \
| * | | arti-config: Move cmdline to tor-configIan Jackson2022-05-115-2/+7
* | | | Merge branch 'clippy' into 'main'eta2022-05-126-7/+15
|\ \ \ \
| * | | | clippy: Change a binding to (), and allow clippy::let_unit_valueIan Jackson2022-05-112-1/+2
| * | | | clippy: Use write! rather than push_str, formatIan Jackson2022-05-113-5/+12
| * | | | clippy: Drop an unused lifetimeIan Jackson2022-05-111-1/+1
| |/ / /
* | | | Merge branch 'builder-default' into 'main'eta2022-05-124-31/+40
|\ \ \ \
| * | | | No longer derive Default on three structs which derive BuilderIan Jackson2022-05-112-4/+10
| * | | | Define and use impl_default_via_builderIan Jackson2022-05-112-27/+30
| |/ / /
* | | | Merge branch 'ht-fix' into 'main'Nick Mathewson2022-05-122-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Add correct serde(default) attrs for humantime_serde::optionIan Jackson2022-05-122-7/+7
|/ / /
* | | Merge branch 'config-sources-api' into 'main'Nick Mathewson2022-05-119-47/+82
|\ \ \
| * | | Document semver changes to ConfigurationSources etc.Ian Jackson2022-05-111-0/+5
| * | | Move default_config_file() into arti-clientIan Jackson2022-05-113-9/+9
| * | | ConfigurationSources: Have the generics take Into<owned>Ian Jackson2022-05-111-12/+12
| * | | ConfigurationSource: Move "usual" logic for constructionIan Jackson2022-05-114-26/+54
| * | | default_config_file(): Have it return Result, not OptionIan Jackson2022-05-112-11/+13
| * | | tor-config: Export CfgPathErrorIan Jackson2022-05-111-1/+1
| * | | ConfigurationSource: Rename new to new_emptyIan Jackson2022-05-114-4/+4
|/ / /
* | | Merge branch 'cargo-feature-elucidation' into 'main'Nick Mathewson2022-05-1110-18/+134
|\ \ \