| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | * | | | arti-config: Move cmdline to tor-config | Ian Jackson | 2022-05-11 | 4 | -2/+6 |
| | * | | | | Merge branch 'clippy' into 'main' | eta | 2022-05-12 | 6 | -7/+15 |
| | |\ \ \ \ |
|
| | | * | | | | clippy: Change a binding to (), and allow clippy::let_unit_value | Ian Jackson | 2022-05-11 | 2 | -1/+2 |
| | | * | | | | clippy: Use write! rather than push_str, format | Ian Jackson | 2022-05-11 | 3 | -5/+12 |
| | | * | | | | clippy: Drop an unused lifetime | Ian Jackson | 2022-05-11 | 1 | -1/+1 |
| | | |/ / / |
|
| | * | | | | Merge branch 'builder-default' into 'main' | eta | 2022-05-12 | 4 | -31/+40 |
| | |\ \ \ \ |
|
| | | * | | | | No longer derive Default on three structs which derive Builder | Ian Jackson | 2022-05-11 | 2 | -4/+10 |
| | | * | | | | Define and use impl_default_via_builder | Ian Jackson | 2022-05-11 | 2 | -27/+30 |
| | | |/ / / |
|
| | * / / / | Add correct serde(default) attrs for humantime_serde::option | Ian Jackson | 2022-05-12 | 2 | -7/+7 |
| | |/ / / |
|
| | * | | | Move default_config_file() into arti-client | Ian Jackson | 2022-05-11 | 3 | -9/+9 |
| | * | | | ConfigurationSources: Have the generics take Into<owned> | Ian Jackson | 2022-05-11 | 1 | -12/+12 |
| | * | | | ConfigurationSource: Move "usual" logic for construction | Ian Jackson | 2022-05-11 | 3 | -26/+53 |
| | * | | | default_config_file(): Have it return Result, not Option | Ian Jackson | 2022-05-11 | 2 | -11/+13 |
| | * | | | tor-config: Export CfgPathError | Ian Jackson | 2022-05-11 | 1 | -1/+1 |
| | * | | | ConfigurationSource: Rename new to new_empty | Ian Jackson | 2022-05-11 | 4 | -4/+4 |
| | * | | | Improve documentation around Cargo features; make Runtime require Debug | eta | 2022-05-11 | 7 | -16/+72 |
| * | | | | dirmgr: use set_skew_limit. | Nick Mathewson | 2022-05-11 | 1 | -0/+9 |
| * | | | | dirclient: add the ability to reject circuits that are too skewed. | Nick Mathewson | 2022-05-11 | 3 | -1/+75 |
| * | | | | Add a channel accessor to ClientCirc. | Nick Mathewson | 2022-05-11 | 1 | -1/+20 |
| | |/ /
|/| | |
|
| * | | | Note a TODO in exitpath construction. | Nick Mathewson | 2022-05-11 | 1 | -0/+6 |
| * | | | Adjust if-modified-since field on the basis of tolerated skew | Nick Mathewson | 2022-05-11 | 2 | -29/+84 |
| * | | | tor-dirmgr: update status reporting to consider skew tolerance | Nick Mathewson | 2022-05-11 | 3 | -24/+84 |
| * | | | Make reset_time() for incomplete directories more generous. | Nick Mathewson | 2022-05-11 | 1 | -10/+35 |
| * | | | Add DirSkewTolerance section to DirMgr configuration. | Nick Mathewson | 2022-05-11 | 4 | -5/+72 |
| * | | | tor-netdoc: Add a Lifetime::valid_at method. | Nick Mathewson | 2022-05-11 | 1 | -0/+4 |
| |/ / |
|
| * | | Merge branch 'dirmgr-purification-2' into 'main' | eta | 2022-05-10 | 8 | -1021/+1244 |
| |\ \ |
|
| | * | | tor-dirmgr: move apply_netdir_changes() to be a DirMgr method | eta | 2022-05-10 | 2 | -79/+80 |
| | * | | tor-dirmgr: small fixups for the bootstrapping refactor | eta | 2022-05-10 | 3 | -16/+10 |
| | * | | tor-dirmgr/bootstrap.rs: error on older netdirs, add log line | eta | 2022-05-10 | 2 | -0/+26 |
| | * | | tor-dirmgr/state.rs: take an object to get a netdir, not a netdir | eta | 2022-05-10 | 2 | -12/+29 |
| | * | | tor-dirmgr/state.rs: remove GetConsensusState::bodge_new | eta | 2022-05-10 | 2 | -43/+36 |
| | * | | tor-dirmgr/state.rs: remove WriteNetDir, use filters directly | eta | 2022-05-10 | 1 | -97/+79 |
| | * | | tor-dirmgr/state.rs: use the NetDirChange API instead of WriteNetDir | eta | 2022-05-10 | 3 | -260/+179 |
| | * | | tor-dirmgr/state.rs: add new NetDirChange API, consume it | eta | 2022-05-10 | 2 | -3/+97 |
| | * | | tor-dirmgr/state.rs: feed through additional parameters, use them | eta | 2022-05-10 | 3 | -242/+223 |
| | * | | tor-rtcompat: make CompoundRuntime handle SleepProviders properly | eta | 2022-05-10 | 1 | -0/+11 |
| | * | | tor-dirmgr/state.rs: refactor GetConsensusState::new | eta | 2022-05-10 | 3 | -220/+285 |
| | * | | tor-dirmgr: move DirState to state.rs | eta | 2022-05-10 | 3 | -78/+80 |
| | * | | tor-dirmgr/bootstrap.rs: refactor fetch_single | eta | 2022-05-10 | 1 | -31/+34 |
| | * | | tor-dirmgr: make note_request_* functions standalone | eta | 2022-05-10 | 2 | -72/+80 |
| | * | | tor-dirmgr/bootstrap.rs: refactor query_into_requests, make it used | eta | 2022-05-10 | 2 | -60/+56 |
| | * | | tor-dirmgr: move query_into_requests into bootstrap.rs | eta | 2022-05-10 | 2 | -44/+71 |
| | * | | tor-dirmgr/bootstrap.rs: refactor load_all -> load_documents_from_store | eta | 2022-05-10 | 3 | -15/+29 |
| | * | | tor-dirmgr/storage.rs: impl Store for Box<dyn Store> | eta | 2022-05-10 | 1 | -0/+87 |
| | * | | tor-dirmgr/lib.rs: move DirMgr::load_documents_into to DocQuery | eta | 2022-05-10 | 3 | -56/+59 |
| * | | | Remove cargo-husky, and replace with manual instructions | eta | 2022-05-10 | 1 | -8/+0 |
| |/ / |
|
| * | | netdoc: add a new type for Nicknames | Nick Mathewson | 2022-05-09 | 6 | -11/+96 |
| * | | Merge branch 'use-fs-mistrust' | Nick Mathewson | 2022-05-09 | 20 | -154/+492 |
| |\ \ |
|
| | * | | Loosen checking for readable files within target directories. | Nick Mathewson | 2022-05-09 | 2 | -14/+30 |
| | * | | Add a CLI option to disable FS permission checks. | Nick Mathewson | 2022-05-09 | 1 | -1/+10 |