summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-11/+11
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-14/+14
* Merge branch 'config-split' into 'main'Ian Jackson2022-05-261-0/+4
|\
| * Split TorClientConfig out of ArtiConfig, and Resolvable traitIan Jackson2022-05-241-0/+4
* | Merge branch 'isolation-example' into 'main'Nick Mathewson2022-05-241-0/+198
|\ \ | |/ |/|
| * mention isolation is an advanced topic and most usage don't require implement...trinity-1686a2022-05-241-0/+3
| * add example for Isolationtrinity-1686a2022-05-231-0/+195
* | Apply fs-mistrust to logfile directories.Nick Mathewson2022-05-241-0/+20
* | Make fs-mistrust configurable from the top level.Nick Mathewson2022-05-244-36/+88
* | fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-242-5/+4
* | Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
|/
* add unit tests for arti_client::StreamPrefsmichael mccune2022-05-231-0/+77
* Merge branch 'arti-config-2' into 'main'Nick Mathewson2022-05-131-0/+9
|\
| * arti-config: Move default config file test to arti-clientIan Jackson2022-05-131-0/+9
* | impl_standard_builder: Have it generate FooConfig::builderIan Jackson2022-05-121-24/+0
|/
* Merge branch 'builder-default-bis' into 'main'eta2022-05-121-9/+5
|\
| * Rename impl_standard_builder from impl_default_via_builderIan Jackson2022-05-121-5/+5
| * config: Move macro calls to next to the structIan Jackson2022-05-121-8/+4
* | Merge branch 'ticket_412_467' into 'main'Nick Mathewson2022-05-121-3/+9
|\ \ | |/ |/|
| * Add DirSkewTolerance section to DirMgr configuration.Nick Mathewson2022-05-111-3/+9
* | Merge branch 'builder-default' into 'main'eta2022-05-121-27/+5
|\ \
| * | Define and use impl_default_via_builderIan Jackson2022-05-111-27/+5
* | | Add correct serde(default) attrs for humantime_serde::optionIan Jackson2022-05-121-3/+3
|/ /
* / Move default_config_file() into arti-clientIan Jackson2022-05-111-1/+6
|/
* Merge branch 'use-fs-mistrust'Nick Mathewson2022-05-094-8/+61
|\
| * Remove "Mistrust" from the public API of arti-client.Nick Mathewson2022-05-092-8/+4
| * arti: use fs-mistrust to validate configuration file locations.Nick Mathewson2022-05-092-12/+14
| * arti-client: Configure and use fs-mistrust.Nick Mathewson2022-05-094-8/+63
* | NetParams: Document its role as a validated config parameterIan Jackson2022-05-091-3/+0
* | Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-13/+13
* | Change safelog version to 0.1.0.Nick Mathewson2022-05-061-1/+1
* | Update README.md files (automated).Nick Mathewson2022-05-061-1/+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
| |/
* / Apply `sensitive` in some info-level log messages.Nick Mathewson2022-05-062-1/+3
|/
* config derive attrs: Make builders serde, and validated structs notIan Jackson2022-05-051-17/+8
* FallbackDir: Use VecBuilder for orportsIan Jackson2022-05-041-3/+4
* Change builder list APIIan Jackson2022-05-041-2/+2
* CfgPath: Overhaul APIIan Jackson2022-05-031-2/+2
* Merge branch 'derive-builder-git-fixup' into 'main'eta2022-04-271-1/+1
|\
| * derive_builder: Use git dep everywhere, rather than cargo patchIan Jackson2022-04-271-1/+1
* | Fix spacingSamanta Navarro2022-04-271-1/+1
* | Fix grammar and typosSamanta Navarro2022-04-272-2/+2
* | Merge branch 'upgrade_dependencies' into 'main'eta2022-04-271-1/+1
|\ \ | |/ |/|
| * Upgrade to Postage 0.5.0Nick Mathewson2022-04-261-1/+1
* | Merge branch 'download-schedule' into 'main'Nick Mathewson2022-04-261-5/+9
|\ \ | |/ |/|
| * DirMgrConfig: Rename two fields that contained a _configIan Jackson2022-04-261-2/+2
| * DownloadSchudule: Have NetworkConfig contain BuildersIan Jackson2022-04-261-17/+8
| * DownloadSchedule: Abolish new() methodIan Jackson2022-04-261-3/+16
* | Merge branch 'main' into 'msrv_1_56'Nick Mathewson2022-04-261-6/+3
|\|