| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | tor-hsservice: prelude: Don't import postage::sink::SendError | Ian Jackson | 2024-03-05 | 2 | -5/+3 | |
| | | | | | | | | | | | | | This is too vague. | |||||
| | * | | tor-hsservice: prelude: Don't import futures::stream | Ian Jackson | 2024-03-05 | 2 | -2/+2 | |
| | | | | | | | | | | | | | This is too vague. | |||||
| | * | | Run rustfmt | Ian Jackson | 2024-03-05 | 7 | -139/+118 | |
| | | | | | | | | | | | | | | | | This alphabetises the imports, ready for us to do some more manual tidying. | |||||
| | * | | tor-hsservice: nickname: Trick rustfmt into not exploding derives | Ian Jackson | 2024-03-05 | 1 | -3/+2 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Move imports from nickname.rs | Ian Jackson | 2024-03-05 | 1 | -9/+1 | |
| | | | | | | | | | | | | | There are none here that aren't in the prelude now. | |||||
| | * | | tor-hsservice: don't import derive_more::Display as such | Ian Jackson | 2024-03-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | "Display" is rather vague. | |||||
| | * | | tor-hsservice: prelude: Move imports from netdir.rs | Ian Jackson | 2024-03-05 | 1 | -5/+1 | |
| | | | | | | | | | | | | | There are none here that aren't in the prelude now. | |||||
| | * | | tor-hsservice: prelude: Move most imports from status.rs | Ian Jackson | 2024-03-05 | 2 | -10/+2 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Move most imports from req.rs | Ian Jackson | 2024-03-05 | 2 | -18/+16 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Move imports from replay.rs | Ian Jackson | 2024-03-05 | 2 | -12/+13 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Move most imports from rend_handshake.rs | Ian Jackson | 2024-03-05 | 2 | -16/+10 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Move imports from reupload_timer.rs | Ian Jackson | 2024-03-05 | 2 | -4/+2 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Promote imports from reactor.rs | Ian Jackson | 2024-03-05 | 2 | -4/+3 | |
| | | | | | | | | | | | | | Move these two publisher-specific imports to publish.rs. | |||||
| | * | | tor-hsservice: prelude: Move imports from reactor.rs | Ian Jackson | 2024-03-05 | 2 | -50/+25 | |
| | | | | ||||||
| | * | | tor-hsservice: Refer to mpsc::{Sender, Receiver} by their module name | Ian Jackson | 2024-03-05 | 1 | -4/+4 | |
| | | | | | | | | | | | | | Just "Sender" and "Receiver" is rather vague. | |||||
| | * | | tor-hsservice: prelude: Promote imports from descriptor.rs | Ian Jackson | 2024-03-05 | 2 | -1/+1 | |
| | | | | | | | | | | | | | Move these two publisher-specific imports to publish.rs. | |||||
| | * | | tor-hsservice: prelude: Move imports from descriptor.rs | Ian Jackson | 2024-03-05 | 2 | -21/+15 | |
| | | | | | | | | | | | | | We use these via an import of the parent, publish.rs. | |||||
| | * | | tor-hsservice: prelude: Move imports from backoff.rs | Ian Jackson | 2024-03-05 | 2 | -12/+5 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Move imports from publish.rs | Ian Jackson | 2024-03-05 | 2 | -13/+3 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Move imports from keys.rs | Ian Jackson | 2024-03-05 | 2 | -14/+6 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Move imports from ipt_set.rs | Ian Jackson | 2024-03-05 | 2 | -22/+9 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Use internal_prelude in ipt_lid.rs | Ian Jackson | 2024-03-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | This did use crate::*, which was a bit of a bodge. | |||||
| | * | | tor-hsservice: prelude: Move imports from helpers.rs | Ian Jackson | 2024-03-05 | 2 | -4/+3 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Use prelude names in anon_level.rs | Ian Jackson | 2024-03-05 | 1 | -5/+7 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Move imports from err.rs | Ian Jackson | 2024-03-05 | 2 | -12/+2 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Move imports from config.rs | Ian Jackson | 2024-03-05 | 2 | -11/+6 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Move imports from ipt_mgr.rs | Ian Jackson | 2024-03-05 | 2 | -53/+30 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Move imports from lib.rs | Ian Jackson | 2024-03-05 | 2 | -43/+29 | |
| | | | | ||||||
| | * | | tor-hsservice: prelude: Move most imports from ipt_estanblish.rs | Ian Jackson | 2024-03-05 | 3 | -36/+67 | |
| | | | | ||||||
| | * | | tor-hsservice: Change: future::pending: use the one from futures-rs | Ian Jackson | 2024-03-05 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | publish::backoff used std::future::pending, whereas generally we mostly use futures::future::pending. This change ought to make no difference. | |||||
| | * | | tor-hsservice: Change: Use tor-async-utils oneshot, not raw one from futures | Ian Jackson | 2024-03-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | This may fix some bug or other. | |||||
| | * | | tor-hsservice: Move svc.rs contents into lib.rs | Ian Jackson | 2024-03-05 | 8 | -721/+719 | |
| | | | | ||||||
| | * | | tor-hsservice: Hide IptLocalId field, and provide test constructor | Ian Jackson | 2024-03-05 | 3 | -4/+5 | |
| | | | | ||||||
| | * | | tor-hsservice: Move IptLocalId into a module | Ian Jackson | 2024-03-05 | 3 | -102/+107 | |
| | | | | ||||||
| | * | | tor-hsservice: Move publish out of svc | Ian Jackson | 2024-03-05 | 8 | -11/+10 | |
| | | | | ||||||
| | * | | tor-hsservice: Move rend_handshake.rs out of svc | Ian Jackson | 2024-03-05 | 5 | -3/+3 | |
| | | | | ||||||
| | * | | tor-hsservice: Move ipt_establish.rs out of svc | Ian Jackson | 2024-03-05 | 4 | -5/+5 | |
| | | | | ||||||
| | * | | tor-hsservice: Move netdir.rs out of svc | Ian Jackson | 2024-03-05 | 5 | -4/+4 | |
| |/ / | ||||||
| * | | Merge branch 'remove-semver' into 'main' | Ian Jackson | 2024-03-05 | 9 | -26/+0 | |
| |\ \ | | | | | | | | | | | | | Remove semver.md files from arti 1.2.0 release. See merge request tpo/core/arti!2022 | |||||
| | * | | Remove semver.md files from arti 1.2.0 release. | Gabriela Moldovan | 2024-03-04 | 9 | -26/+0 | |
| | |/ | ||||||
| * | | Merge branch 'fslock_test' into 'main' | Ian Jackson | 2024-03-05 | 4 | -1/+46 | |
| |\ \ | | | | | | | | | | | | | fslock-guard: Add unit tests See merge request tpo/core/arti!2013 | |||||
| | * | | fslock-guard: Add unit tests | Tobias Stoeckmann | 2024-03-01 | 4 | -1/+46 | |
| | | | | | | | | | | | | | | | | This requires reordering of workspace members due to new internal dev-dependency. | |||||
| * | | | Merge branch 'windows_comments' into 'main' | Ian Jackson | 2024-03-05 | 2 | -13/+3 | |
| |\ \ \ | | | | | | | | | | | | | | | | | Fix Windows documentation See merge request tpo/core/arti!2011 | |||||
| | * | | | fslock-guard: Update Windows comments | Tobias Stoeckmann | 2024-03-01 | 1 | -12/+2 | |
| | | | | | | | | | | | | | | | | | | | | | The implementation changed in bd52d43779ed3a61d000bf16e96ed09ad924e141 but comments have not been updated. | |||||
| | * | | | test-temp-dir: Fix comment | Tobias Stoeckmann | 2024-03-01 | 1 | -1/+1 | |
| | |/ / | | | | | | | | | | | | | Windows systems use comma instead of proclaimed colon. The code is correct, just the comment has to be fixed. | |||||
| * | | | Merge branch 'deny-unchecked-duration-substraction' into 'main' | Ian Jackson | 2024-03-05 | 55 | -0/+55 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | deny clippy::unchecked_duration_subtraction Closes #1304 See merge request tpo/core/arti!2008 | |||||
| | * | | | deny clippy::unchecked_duration_subtraction | trinity-1686a | 2024-02-29 | 55 | -0/+55 | |
| | | | | | ||||||
| * | | | | Merge branch 'runtime' into 'main' | Ian Jackson | 2024-03-05 | 2 | -4/+9 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | arti config watch: Pass a Runtime, not a TorClient See merge request tpo/core/arti!2017 | |||||
| | * | | | | arti config watch: Pass Runtime as first argument | Ian Jackson | 2024-03-04 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | That seems often how we do things elsewhere. | |||||
| | * | | | | arti config watch: Pass a Runtime, not a TorClient (fmt) | Ian Jackson | 2024-03-04 | 1 | -1/+6 | |
| | | | | | | ||||||
