summaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-2/+2
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-6/+6
* 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-133-5/+6
|\
| * Abolish arti-config, replacing with tombstone crateIan Jackson2022-05-131-1/+0
| * 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-124-7/+223
|\ \ | |/ |/|
| * 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-122-4/+26
| * 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-092-4/+51
|\
| * 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-092-1/+15
* | Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-7/+7
* | Change safelog version to 0.1.0.Nick Mathewson2022-05-061-1/+1
* | Update README.md files (automated).Nick Mathewson2022-05-061-0/+1
* | Merge branch 'derive-builder-fork' into 'main'Nick Mathewson2022-05-061-1/+1
|\ \
| * | Switch to derive_builder_arti_forkIan Jackson2022-05-061-1/+1
| |/
* | Disable safe-logging when logging to console.Nick Mathewson2022-05-061-1/+30