radicle-heartwood-lfs/radicle-node/src
Alexis Sellier 72c99b7939
node: Handle `SIGINT` and `SIGTERM` properly
This ensures that the socket file is cleaned up on exit.
2023-02-14 13:28:16 +01:00
..
address node: Complete Noise handshake integration 2023-01-17 11:01:36 +01:00
runtime node: Implement inventory sync command 2023-02-12 20:57:33 +01:00
service node: Fix filter construction and policy code 2023-02-12 17:07:57 +01:00
test node: Handle `SIGINT` and `SIGTERM` properly 2023-02-14 13:28:16 +01:00
tests node: Fix some connection-related logic 2023-02-07 10:47:35 +01:00
wire node: Give each peer its own inbox 2023-02-08 11:43:39 +01:00
address.rs Remove unused type 2022-10-18 12:37:01 +02:00
bounded.rs node: Fully integrate worker fetch into service 2023-01-25 10:21:57 +01:00
clock.rs node: Remove `RefClock` 2022-12-07 16:06:35 +01:00
control.rs node: Rely on inventory announcement in `rad init` 2023-02-13 09:59:44 +01:00
deserializer.rs Replace `quickcheck` with `qcheck` 2022-12-04 20:40:54 +01:00
lib.rs node: Handle `SIGINT` and `SIGTERM` properly 2023-02-14 13:28:16 +01:00
logger.rs Rust 1.67 2023-02-04 19:30:29 +01:00
main.rs node: Handle `SIGINT` and `SIGTERM` properly 2023-02-14 13:28:16 +01:00
runtime.rs node: Handle `SIGINT` and `SIGTERM` properly 2023-02-14 13:28:16 +01:00
service.rs node: Add clone test with seed acting as relay 2023-02-13 10:30:04 +01:00
signals.rs node: Handle `SIGINT` and `SIGTERM` properly 2023-02-14 13:28:16 +01:00
sql.rs Use database transactions where appropriate 2022-11-08 09:39:23 +01:00
test.rs node: Create shared test environment 2023-02-07 10:46:12 +01:00
tests.rs node: Rely on inventory announcement in `rad init` 2023-02-13 09:59:44 +01:00
wire.rs node: Get replication test to pass 2023-01-18 17:45:46 +01:00
worker.rs node: Replication fixes 2023-02-07 21:04:13 +01:00