summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * DownloadSchedule: Abolish new() methodIan Jackson2022-04-261-4/+16
* | Merge branch 'main' into 'msrv_1_56'Nick Mathewson2022-04-262-52/+16
|\|
| * Document defaults for all the config listsIan Jackson2022-04-251-1/+3
| * Rename ThingListBuilder::replace (from set)Ian Jackson2022-04-251-3/+3
| * Use better syntax for doc comment attributeIan Jackson2022-04-251-3/+1
| * Introduce PredictedPortsListBuilderIan Jackson2022-04-251-2/+5
| * Introduce AuthorityListBuilder in NetworkConfigBuilderIan Jackson2022-04-251-3/+2
| * Introduce define_list_config_builder macroIan Jackson2022-04-251-46/+9
| * logging: Drop a pointless .within() callIan Jackson2022-04-251-2/+1
* | squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-254-7/+0
|/
* arti: ArtiConfig: derive ArtiConfigBuilderIan Jackson2022-04-221-87/+13
* logfiles: Introduce LogfileListConfigBuilderIan Jackson2022-04-221-16/+18
* logfiles: Adjust LoggingConfigBuilder::file and impl DeserializeIan Jackson2022-04-221-1/+54
* logfiles Rename LogfileConfig::file to filesIan Jackson2022-04-221-4/+4
* fallback list: Introduce and use FallbackListBuilderIan Jackson2022-04-221-3/+3
* rename *_isolation_group to *_isolationtrinity-1686a2022-03-242-2/+2
* Move SystemConfig to arti::cfgIan Jackson2022-03-213-6/+39
* Run rustfmt to tidy up importsIan Jackson2022-03-211-1/+4
* ApplicationConfig: abolish accessorIan Jackson2022-03-213-10/+3