summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-093-8/+60
|\
| * 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-093-8/+62
* | NetParams: Document its role as a validated config parameterIan Jackson2022-05-091-3/+0
* | Apply `sensitive` in some info-level log messages.Nick Mathewson2022-05-061-1/+2
|/
* 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
* Fix spacingSamanta Navarro2022-04-271-1/+1
* Fix grammar and typosSamanta Navarro2022-04-271-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
|/
* arti-client: TorClientConfig: derive TorClientConfigBuilderIan Jackson2022-04-221-171/+41
* fallback list: Introduce and use FallbackListBuilderIan Jackson2022-04-221-3/+3
* arti-client: Report clock skew when it is noteworthyNick Mathewson2022-04-122-6/+47
* Turn FallbackList into a real type, and store one in GuardMgr.Nick Mathewson2022-03-301-0/+6
* 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
|/
* Merge branch 'no-system-time' into 'main'eta2022-03-301-1/+5
|\
| * remove most usage of SystemTime::nowtrinity-1686a2022-02-251-1/+5
* | Merge branch 'isolation-followup' into 'main'Nick Mathewson2022-03-281-12/+12
|\ \
| * | remove usage of 'token' where it's no longer a tokentrinity-1686a2022-03-271-3/+3
| * | move StreamIsolation to isolation moduletrinity-1686a2022-03-241-1/+1
| * | rename *_isolation_group to *_isolationtrinity-1686a2022-03-241-8/+8
* | | Merge branch 'dir-filter' into 'main'Ian Jackson2022-03-253-1/+35
|\ \ \
| * | | Abolish filter::DynFilter in favour of transparent DirFilterIan Jackson2022-03-251-3/+3
| * | | Make DirFilter be Debug + Send + SyncIan Jackson2022-03-251-1/+1
| * | | Expose DirFilter from arti-client.Nick Mathewson2022-03-242-1/+34
| * | | dirmgr: Initial DirFilter code.Nick Mathewson2022-03-241-0/+1
| |/ /
* | | Merge branch 'task-scheduler-2' into 'main'eta2022-03-252-36/+112
|\ \ \ | |/ / |/| |
| * | Implement a periodic task scheduler, and a basic dormant modeeta2022-03-232-36/+112
* | | Move SystemConfig to arti::cfgIan Jackson2022-03-211-48/+0
|/ /
* | Alternative API for set_isolation_group().Nick Mathewson2022-03-171-2/+5
* | Merge branch 'test-isolation' into 'main'Nick Mathewson2022-03-172-17/+19
|\ \
| * | replace TODOs with documentationtrinity-1686a2022-03-161-2/+1