radicle-heartwood-lfs/radicle-node/src
Fintan Halpenny d46b0b6d11
radicle: Fix file limit setting for FreeBSD
On FreeBSD systems, the file limits are of type `i64` in comparison to
`u64` on Linux systems.

Also fix `rad web` command name on Windows and FreeBSD.

Co-authored-by: cloudhead <cloudhead@radicle.xyz>
Co-authored-by: Shawn Webb <shawn.webb@hardenedbsd.org>
2024-05-21 13:48:44 +02:00
..
runtime node: stream timeout semantics for `Node::call` 2024-05-15 10:07:56 +01:00
service node: Reset connection attempts when stable 2024-05-07 14:49:02 +02:00
test node: stream timeout semantics for `Node::call` 2024-05-15 10:07:56 +01:00
tests fetch: remove `.keep` files 2024-05-16 15:47:14 +02:00
wire node: Don't fail connection if TCP_NODELAY errors 2024-05-21 12:34:38 +02:00
worker node: reduce default upload-pack timeout 2024-05-17 21:05:50 +02:00
bounded.rs node: Use inventory cache for checking missing 2024-05-13 16:37:02 +02:00
control.rs node: stream timeout semantics for `Node::call` 2024-05-15 10:07:56 +01:00
deserializer.rs node: Use `BoundedVec` for inbox 2024-05-07 14:49:02 +02:00
lib.rs signals: Move signal handling to its own crate 2024-05-03 14:30:51 +02:00
main.rs radicle: Fix file limit setting for FreeBSD 2024-05-21 13:48:44 +02:00
runtime.rs radicle: move Emitter to events module 2024-05-15 10:07:56 +01:00
service.rs cli: Use current local tip in `rad sync status` 2024-05-21 13:32:40 +02:00
test.rs radicle: expose shared logger 2023-12-20 15:11:10 +01:00
tests.rs node: Update sync status for private repos 2024-05-21 13:32:40 +02:00
wire.rs node: Improve `Timestamp` conversion safety 2024-04-26 10:33:34 +02:00
worker.rs node: reduce default upload-pack timeout 2024-05-17 21:05:50 +02:00