summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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-125-10/+4
| | * | | config defaults: No longer apply ARTI_DEFAULTS in load()Ian Jackson2022-05-122-5/+0
| | * | | config defaults: Test that going via builder explicitly is the sameIan Jackson2022-05-121-0/+4
| | |/ /
| * | | Merge branch 'builder-default-bis' into 'main'eta2022-05-126-62/+26
| |\ \ \
| | * | | Rename impl_standard_builder from impl_default_via_builderIan Jackson2022-05-126-21/+26
| | * | | config: Replace more handwritten impl DefaultIan Jackson2022-05-123-44/+8
| | * | | config: Move macro calls to next to the structIan Jackson2022-05-122-9/+4
| | |/ /
| * | | Merge branch 'ticket_412_467' into 'main'Nick Mathewson2022-05-129-71/+290
| |\ \ \ | | |/ / | |/| |
| | * | Resolve DOCDOC comments in tor-dirmgr.Nick Mathewson2022-05-122-5/+7
| * | | Merge branch 'arti-config-1' into 'main'eta2022-05-124-2/+6
| |\ \ \
| | * | | arti-config: Move cmdline to tor-configIan Jackson2022-05-114-2/+6
| * | | | Merge branch 'clippy' into 'main'eta2022-05-126-7/+15
| |\ \ \ \
| | * | | | clippy: Change a binding to (), and allow clippy::let_unit_valueIan Jackson2022-05-112-1/+2
| | * | | | clippy: Use write! rather than push_str, formatIan Jackson2022-05-113-5/+12
| | * | | | clippy: Drop an unused lifetimeIan Jackson2022-05-111-1/+1
| | |/ / /
| * | | | Merge branch 'builder-default' into 'main'eta2022-05-124-31/+40
| |\ \ \ \
| | * | | | No longer derive Default on three structs which derive BuilderIan Jackson2022-05-112-4/+10
| | * | | | Define and use impl_default_via_builderIan Jackson2022-05-112-27/+30
| | |/ / /
| * / / / Add correct serde(default) attrs for humantime_serde::optionIan Jackson2022-05-122-7/+7
| |/ / /
| * | | Move default_config_file() into arti-clientIan Jackson2022-05-113-9/+9
| * | | ConfigurationSources: Have the generics take Into<owned>Ian Jackson2022-05-111-12/+12
| * | | ConfigurationSource: Move "usual" logic for constructionIan Jackson2022-05-113-26/+53
| * | | default_config_file(): Have it return Result, not OptionIan Jackson2022-05-112-11/+13
| * | | tor-config: Export CfgPathErrorIan Jackson2022-05-111-1/+1
| * | | ConfigurationSource: Rename new to new_emptyIan Jackson2022-05-114-4/+4
| * | | Improve documentation around Cargo features; make Runtime require Debugeta2022-05-117-16/+72
* | | | dirmgr: use set_skew_limit.Nick Mathewson2022-05-111-0/+9
* | | | dirclient: add the ability to reject circuits that are too skewed.Nick Mathewson2022-05-113-1/+75
* | | | Add a channel accessor to ClientCirc.Nick Mathewson2022-05-111-1/+20
| |/ / |/| |
* | | Note a TODO in exitpath construction.Nick Mathewson2022-05-111-0/+6
* | | Adjust if-modified-since field on the basis of tolerated skewNick Mathewson2022-05-112-29/+84
* | | tor-dirmgr: update status reporting to consider skew toleranceNick Mathewson2022-05-113-24/+84
* | | Make reset_time() for incomplete directories more generous.Nick Mathewson2022-05-111-10/+35
* | | Add DirSkewTolerance section to DirMgr configuration.Nick Mathewson2022-05-114-5/+72
* | | tor-netdoc: Add a Lifetime::valid_at method.Nick Mathewson2022-05-111-0/+4
|/ /
* | Merge branch 'dirmgr-purification-2' into 'main'eta2022-05-108-1021/+1244
|\ \
| * | tor-dirmgr: move apply_netdir_changes() to be a DirMgr methodeta2022-05-102-79/+80
| * | tor-dirmgr: small fixups for the bootstrapping refactoreta2022-05-103-16/+10
| * | tor-dirmgr/bootstrap.rs: error on older netdirs, add log lineeta2022-05-102-0/+26
| * | tor-dirmgr/state.rs: take an object to get a netdir, not a netdireta2022-05-102-12/+29
| * | tor-dirmgr/state.rs: remove GetConsensusState::bodge_neweta2022-05-102-43/+36
| * | tor-dirmgr/state.rs: remove WriteNetDir, use filters directlyeta2022-05-101-97/+79
| * | tor-dirmgr/state.rs: use the NetDirChange API instead of WriteNetDireta2022-05-103-260/+179
| * | tor-dirmgr/state.rs: add new NetDirChange API, consume iteta2022-05-102-3/+97
| * | tor-dirmgr/state.rs: feed through additional parameters, use themeta2022-05-103-242/+223