| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | tor-netdoc: Preamble: Fix garbled doc comment | Ian Jackson | 2025-10-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3378#note_3277957 | |||||
| | * | | tor-netdoc: Preamble: rename relay_version field to server_version | Ian Jackson | 2025-10-22 | 4 | -8/+9 | |
| | | | | | | | | | | | | | This makes it match the protocol and the spec. | |||||
| | * | | tor-netdoc: Say Preamble doesn't contain vote-status, in summary. | Ian Jackson | 2025-10-22 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | tor-netdoc: Explain that Preamble doesn't contain vote-status either. | Ian Jackson | 2025-10-22 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | tor-netdoc: Document breaking changes in semver.md | Ian Jackson | 2025-10-22 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | tor-netdoc: netstatus: Preamble: Name the protocols fields in doc | Ian Jackson | 2025-10-22 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | tor-netdoc: netstatus: Preamble: rename shared rand fields to match doc | Ian Jackson | 2025-10-22 | 3 | -18/+18 | |
| | | | | | | | | | | | | | | | | We should use the same name everywhere, even if the name in the spec is clumsy (as it is here). | |||||
| | * | | tor-netdoc: Move ConsensusFlavor into Consensus struct | Ian Jackson | 2025-10-22 | 3 | -14/+22 | |
| | | | | | | | | | | | | | | | | | | | We're going to want to apply the parse2 derive to Preamble, but this field is anomalous. Rather than trying to make it regular, simply move it to the old-parser-specific Consensus struct. | |||||
| | * | | tor-netdoc: Declare intent not to apply parse2 to Consensus | Ian Jackson | 2025-10-22 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | Consensus is not going to be easy to square with parse2 - especially, signature handling is very different between the two parsers. Instead, we'll have a new NetworkStatus type. | |||||
| | * | | tor-netdoc: Rename consensus Header to Preamble | Ian Jackson | 2025-10-22 | 4 | -40/+42 | |
| | | | | | | | | | | | | | | | | There is no such thing as the "header" according to the spec. We mean the preamble. | |||||
| * | | | Merge branch 'ctrl-msg-2' into 'main' | David Goulet | 2025-10-22 | 2 | -111/+113 | |
| |\ \ \ | |/ / |/| | | | | | | | | proto: Move the control channels to RelayReactor See merge request tpo/core/arti!3387 | |||||
| | * | | proto: Replace select! with select_biased! | Gabriela Moldovan | 2025-10-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | We need to give the control channels higher priority here. | |||||
| | * | | proto: Update an outdated doc link | Gabriela Moldovan | 2025-10-22 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | proto: Add debug log when RelayReactor shuts down | Gabriela Moldovan | 2025-10-22 | 1 | -2/+14 | |
| | | | | ||||||
| | * | | proto: Replace futures::select with import | Gabriela Moldovan | 2025-10-22 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | proto: Remove no-longer relevant note on control message handling | Gabriela Moldovan | 2025-10-22 | 1 | -10/+0 | |
| | | | | ||||||
| | * | | proto: Remove an already-addressed TODO | Gabriela Moldovan | 2025-10-22 | 1 | -2/+0 | |
| | | | | ||||||
| | * | | proto: Handle control messages in RelayReactor | Gabriela Moldovan | 2025-10-22 | 2 | -51/+53 | |
| | | | | | | | | | | | | | Control messages are handled in RelayReactor instead of BackwardReactor. | |||||
| | * | | proto: Move the control channels to RelayReactor | Gabriela Moldovan | 2025-10-22 | 2 | -53/+53 | |
| | | | | | | | | | | | | | | | | This only moves the control/command fields to RelayReactor. The next step is to actually implement the control message handling and dispatch. | |||||
| * | | | Merge branch 'tor-dirserver-msrv-1.86' into 'main' | David Goulet | 2025-10-22 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | | | | | | | tor-dirserver: Bump MSRV from 1.83 to 1.86 See merge request tpo/core/arti!3385 | |||||
| | * | | tor-dirserver: bump MSRV from 1.83 to 1.86 | hashcatHitman | 2025-10-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I noticed that when doing `cargo generate-lockfile` in the workspace root, it was locking dependencies to 1.83 compatible versions. It turns out tor-dirserver started on MSRV 1.83 after we already bumped to 1.85, and has been missed in MSRV updates ever since. I've found no indication it is intentionally getting this special treatment and am assuming it is a mistake. Signed-off-by: hashcatHitman <[email protected]> | |||||
| * | | | Merge branch 'p2-shared-rand-status' into 'main' | Ian Jackson | 2025-10-22 | 5 | -17/+28 | |
| |\ \ \ | | | | | | | | | | | | | | | | | impl ItemValueParseable for SharedRandStatus See merge request tpo/core/arti!3380 | |||||
| | * | | | tor-netdoc: impl ItemValueParseable for SharedRandStatus | Ian Jackson | 2025-10-21 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | tor-netdoc: impl Display, FromStr, NormalItemArgument for SharedRandVal | Ian Jackson | 2025-10-21 | 1 | -2/+18 | |
| | | | | | ||||||
| | * | | | tor-netdoc: derive From<Vec<u8>> and v-v for B64 | Ian Jackson | 2025-10-21 | 1 | -7/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This may not be the best utility type to use for lots of the fixed-length byte strings, but we *are* using it a lot in the old and now the new parser. Implement From and Into. | |||||
| | * | | | tor-netdoc: Change type of timestamp in SharedRandStatus (fmt) | Ian Jackson | 2025-10-21 | 1 | -2/+1 | |
| | | | | | ||||||
| | * | | | tor-netdoc: Change type of timestamp in SharedRandStatus | Ian Jackson | 2025-10-21 | 4 | -7/+8 | |
| | | | | | ||||||
| * | | | | Merge branch 'restricted-discovery-stable' into 'main' | gabi-250 | 2025-10-22 | 4 | -14/+13 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | arti: Mark restricted-discovery as non-experimental See merge request tpo/core/arti!3384 | |||||
| | * | | | | arti: Update README to say restricted discovery is non-experimental | Gabriela Moldovan | 2025-10-21 | 1 | -1/+4 | |
| | | | | | | ||||||
| | * | | | | arti: Move restricted-discovery closer to onion-service-service | Gabriela Moldovan | 2025-10-21 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | hsrproxy: Sort Cargo.toml | Gabriela Moldovan | 2025-10-21 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | | | | | | | This change is needed to satisfy `maint/cargo_sort` | |||||
| | * | | | | hsrproxy: Place non-experimental features at the top | Gabriela Moldovan | 2025-10-21 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | arti: Mark restricted-discovery as non-experimental | Gabriela Moldovan | 2025-10-21 | 3 | -8/+8 | |
| | | |_|/ | |/| | | | | | | | | | | As per the team decision from the 14 Oct Arti sync. | |||||
| * | | | | Merge branch 'relay-bin-4' into 'main' | opara | 2025-10-21 | 7 | -43/+124 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | arti-relay: More work on bootstrapping See merge request tpo/core/arti!3375 | |||||
| | * | | | | arti-relay: add line breaks between `InertTorRelay` fields | Steven Engler | 2025-10-21 | 1 | -0/+5 | |
| | | | | | | ||||||
| | * | | | | arti-relay: add a `MemoryQuotaTracker` | Steven Engler | 2025-10-21 | 1 | -3/+12 | |
| | | | | | | ||||||
| | * | | | | arti-relay: add a `SystemConfig` to the relay config | Steven Engler | 2025-10-21 | 1 | -0/+18 | |
| | | | | | | ||||||
| | * | | | | arti-relay: add some TODO comments | Steven Engler | 2025-10-21 | 1 | -0/+3 | |
| | | | | | | ||||||
| | * | | | | arti-relay: small refactoring | Steven Engler | 2025-10-21 | 1 | -7/+6 | |
| | | | | | | ||||||
| | * | | | | arti-relay: generate keys only when bootstrapping | Steven Engler | 2025-10-21 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | We don't want to create new files just when creating a `InertTorRelay`. We should only generate the keys before bootstrapping. | |||||
| | * | | | | arti-relay: add note to `StorageConfig::permissions` | Steven Engler | 2025-10-21 | 1 | -0/+6 | |
| | | | | | | ||||||
| | * | | | | arti-relay: copy `state_mgr.try_lock()` from arti-client | Steven Engler | 2025-10-21 | 2 | -1/+9 | |
| | | | | | | ||||||
| | * | | | | tor-proto: fix `clippy::needless_pass_by_value` warning | Steven Engler | 2025-10-21 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | arti-relay: small change to `create_keymgr()` | Steven Engler | 2025-10-21 | 2 | -30/+8 | |
| | | | | | | ||||||
| | * | | | | arti-relay: use `TokioRustlsRuntime` instead of `PreferredRuntime` | Steven Engler | 2025-10-21 | 1 | -5/+8 | |
| | | | | | | ||||||
| | * | | | | arti-relay: initialize the `StateDirectory` and `FsStateMgr` | Steven Engler | 2025-10-21 | 4 | -1/+52 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'ticket2217_01' into 'main' | David Goulet | 2025-10-21 | 4 | -11/+106 | |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | relay: Implement a first relay background task See merge request tpo/core/arti!3363 | |||||
| | * | | | relay: Implement a blocking run() that starts the relay | David Goulet | 2025-10-21 | 2 | -11/+34 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have bootstrap() to prepare everything we need before starting the relay which yields a TorRelay. This commit then adds a run() function which starts the relay by launching background task. At the moment, we only have one task and it is the channel expiry one. The relay blocks on the task handle set until one task is on error or stops which leads to shutting down the relay. Part of #2217 Signed-off-by: David Goulet <[email protected]> | |||||
| | * | | | relay: Add channel housekeeping task | David Goulet | 2025-10-21 | 3 | -0/+72 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a background task in charge of expiring closing channels and future work is to also prune duplicate channels. This is not used nor called at this commit, next commit will add the task handling. Part of #2217 Signed-off-by: David Goulet <[email protected]> | |||||
| * | | | | Merge branch 'p2-misc-fixes' into 'main' | opara | 2025-10-21 | 2 | -2/+7 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | tor-netdoc: parse2: Minor fixes See merge request tpo/core/arti!3376 | |||||
