radicle-heartwood-lfs/crates
Fintan Halpenny 958422a7c4 node/routing: remove error scenario from Database::prune
A call to `Database::prune` with no limit could result in a
domain-defined overflow error.

If the limit is not provided, then it uses `i64::MAX`. It is
reasonable to expect that if the `usize` provided is more than
`i64::MAX` then the `i64::MAX` value is acceptable to use for pruning.
2026-01-19 17:56:56 +01:00
..
radicle node/routing: remove error scenario from Database::prune 2026-01-19 17:56:56 +01:00
radicle-cli cli: Remove dead `fn parse_remote` 2026-01-16 22:52:53 +01:00
radicle-cli-test core: Introduce RepoId 2026-01-09 14:03:27 +01:00
radicle-cob core: Introduce RepoId 2026-01-09 14:03:27 +01:00
radicle-core clippy: Deny and fix `must_use_candidate` 2026-01-16 22:52:53 +01:00
radicle-crypto core: Introduce RepoId 2026-01-09 14:03:27 +01:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch fetch: remove `target: "fetch"` 2026-01-19 17:56:56 +01:00
radicle-git-metadata core: Introduce RepoId 2026-01-09 14:03:27 +01:00
radicle-git-ref-format git-ref-format: New crate 2025-10-13 13:34:15 +02:00
radicle-localtime clippy: Deny and fix `must_use_candidate` 2026-01-16 22:52:53 +01:00
radicle-node clippy: Deny and fix `fallible_impl_from` 2026-01-16 22:52:18 +01:00
radicle-oid oid: use `std:#️⃣:Hasher::hash` over `Hasher::write` 2025-10-16 15:14:10 +01:00
radicle-protocol protocol: downgrade `warn!` logs 2026-01-19 17:56:56 +01:00
radicle-remote-helper core: Introduce RepoId 2026-01-09 14:03:27 +01:00
radicle-schemars crates: bump for release 2025-10-06 16:36:30 +01:00
radicle-signals signals: Guard most of the crate for Unix 2025-08-22 15:19:31 +01:00
radicle-ssh core: Introduce RepoId 2026-01-09 14:03:27 +01:00
radicle-systemd systemd: Support Credentials 2025-10-09 10:03:21 +01:00
radicle-term core: Introduce RepoId 2026-01-09 14:03:27 +01:00