radicle-heartwood-lfs/radicle-node/src
Alexis Sellier 671c169244
node: Implement `rad sync` command
This command announces refs to peers and waits for them to be
in sync.

Adds a subscribe method to `Handle` so that we can get the events
from the seed to allow us to confirm that the configured seeds fetched
from us.
2023-04-24 11:39:37 +02:00
..
address node: Announce inventory only if it changed 2023-04-14 13:15:52 +02:00
runtime node: Implement `rad sync` command 2023-04-24 11:39:37 +02:00
service node: Implement `rad sync` command 2023-04-24 11:39:37 +02:00
test node: Implement `rad sync` command 2023-04-24 11:39:37 +02:00
tests node: Delete unsigned refs on fetch 2023-04-19 11:32:46 +02:00
wire node: Improve framing code 2023-04-23 15:10:42 +02:00
worker node: Improve framing code 2023-04-23 15:10:42 +02:00
address.rs Remove unused type 2022-10-18 12:37:01 +02:00
bounded.rs node: Complete the "relay" seed test 2023-02-14 20:31:40 +01:00
control.rs node: Implement `rad sync` command 2023-04-24 11:39:37 +02:00
deserializer.rs node: Implement protocol multiplexing 2023-04-10 14:41:55 +02:00
lib.rs node: Announce inventory only if it changed 2023-04-14 13:15:52 +02:00
logger.rs Rust 1.67 2023-02-04 19:30:29 +01:00
main.rs node: Fix log output in `--help` 2023-04-20 16:32:41 +02:00
runtime.rs node: Set git-daemon keep-alive 2023-04-14 13:15:52 +02:00
service.rs node: Implement `rad sync` command 2023-04-24 11:39:37 +02:00
signals.rs node: Handle `SIGINT` and `SIGTERM` properly 2023-02-14 13:28:16 +01:00
test.rs node: Create shared test environment 2023-02-07 10:46:12 +01:00
tests.rs node: Return only remotes that were fetched from 2023-04-17 18:58:56 +02:00
wire.rs node: Implement protocol multiplexing 2023-04-10 14:41:55 +02:00
worker.rs node: Return only remotes that were fetched from 2023-04-17 18:58:56 +02:00