summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| * | tor-rtcompat: make CompoundRuntime handle SleepProviders properlyeta2022-05-101-0/+11
| * | tor-dirmgr/state.rs: refactor GetConsensusState::neweta2022-05-103-220/+285
| * | tor-dirmgr: move DirState to state.rseta2022-05-103-78/+80
| * | tor-dirmgr/bootstrap.rs: refactor fetch_singleeta2022-05-101-31/+34
| * | tor-dirmgr: make note_request_* functions standaloneeta2022-05-102-72/+80
| * | tor-dirmgr/bootstrap.rs: refactor query_into_requests, make it usedeta2022-05-102-60/+56
| * | tor-dirmgr: move query_into_requests into bootstrap.rseta2022-05-102-44/+71
| * | tor-dirmgr/bootstrap.rs: refactor load_all -> load_documents_from_storeeta2022-05-103-15/+29
| * | tor-dirmgr/storage.rs: impl Store for Box<dyn Store>eta2022-05-101-0/+87
| * | tor-dirmgr/lib.rs: move DirMgr::load_documents_into to DocQueryeta2022-05-103-56/+59
* | | Remove cargo-husky, and replace with manual instructionseta2022-05-101-8/+0
|/ /
* | netdoc: add a new type for NicknamesNick Mathewson2022-05-096-11/+96
* | Merge branch 'use-fs-mistrust'Nick Mathewson2022-05-0920-154/+492
|\ \
| * | Loosen checking for readable files within target directories.Nick Mathewson2022-05-092-14/+30
| * | Add a CLI option to disable FS permission checks.Nick Mathewson2022-05-091-1/+10