radicle-heartwood-lfs/crates/radicle-node/src
Fintan Halpenny a46f8eb1d5 node: use `outbound.get` over `outbound.get_mut`
The following block did not need mutable access to the `outbound`
value.

To avoid confusion around mutable access, the call was downgraded to
`get` so that the reader can safely know there is no mutation
happening.
2026-01-05 17:45:54 +01:00
..
reactor node/reactor/transport: Implement `Debug` 2025-11-01 11:20:43 +01:00
runtime chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
test chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
tests chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
worker workspace: A Little Less `git2` 2025-10-13 16:14:23 +02:00
control.rs node: Report sync status for given namespaces 2025-10-09 07:55:11 +02:00
fingerprint.rs chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
lib.rs node: Use Mio 2025-10-10 09:45:05 +01:00
main.rs node: Support systemd credential for passphrase 2025-10-09 10:03:21 +01:00
reactor.rs node: Do not mix monotonic and system time 2025-12-04 20:45:51 +01:00
runtime.rs node/reactor: Correctly handle error events 2025-10-15 10:42:27 +01:00
test.rs node, protocol: Refactor 2025-07-16 21:15:52 +02:00
tests.rs chore: Fix spelling errors with codespell 2025-11-01 12:11:02 +01:00
wire.rs node: use `outbound.get` over `outbound.get_mut` 2026-01-05 17:45:54 +01:00
worker.rs Replace unit-returning-closure with drop() 2025-08-19 10:57:37 +01:00