summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\|
| * Rename ThingListBuilder::replace (from set)Ian Jackson2022-04-251-2/+2
| * Introduce AuthorityListBuilder in NetworkConfigBuilderIan Jackson2022-04-251-6/+3
* | squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-252-2/+0
* | Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* | Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* | Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-11/+11
|/
* arti-client: TorClientConfig: derive TorClientConfigBuilderIan Jackson2022-04-221-171/+41
* fallback list: Introduce and use FallbackListBuilderIan Jackson2022-04-221-3/+3
* Use git source for derive_builder for now, for sub_builder featureIan Jackson2022-04-211-1/+1
* arti-client: Report clock skew when it is noteworthyNick Mathewson2022-04-122-6/+47
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-13/+13
* Reformat several Cargo.toml files with 100-char-wide lines.Nick Mathewson2022-03-301-7/+2
* Turn FallbackList into a real type, and store one in GuardMgr.Nick Mathewson2022-03-302-0/+7
* Merge branch 'disallowed_lint' into 'main'eta2022-03-301-5/+1
|\
| * Fix a let_and_return lint violation that had somehow slipped in.Nick Mathewson2022-03-301-3/+1
| * Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-2/+0
* | Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-302-261/+19
|/