radicle-heartwood-lfs/crates
Lorenz Leutgeb 0b3424857e node/reactor: Correctly handle error events
`fn handle_events` would panic, if there were multiple events for one
token, and the first one that happened to be handled was an error.
Indeed it is concerning if a token is encountered that was never
registered before. However, tokens that were just deregistered must be
tracked.

Using `Vec` here seems a bit costly, in the future,
`smallvec::SmallVec` could be considered.

The "unregister" methods are renamed to "deregister" to better line up
with `mio` vocabulary.

Log statements that helped analysis of the panic that occurred here
are overhauled and improved, requiring a `Debug` bound on types that
obviously implement it.
2025-10-15 10:42:27 +01:00
..
radicle workspace: A Little Less `git2` 2025-10-13 16:14:23 +02:00
radicle-cli cli/diff: Use clap 2025-10-15 10:30:34 +02:00
radicle-cli-test radicle-cli-test: Prepare testing with `jj` 2025-09-26 12:03:01 +01:00
radicle-cob workspace: Enable vendored `libgit2` 2025-10-13 16:14:23 +02:00
radicle-crypto oid: New crate 2025-10-13 15:00:12 +02:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch workspace: A Little Less `git2` 2025-10-13 16:14:23 +02:00
radicle-git-metadata git-metadata: New crate extract from `radicle-git` 2025-10-13 16:07:39 +02:00
radicle-git-ref-format git-ref-format: New crate 2025-10-13 13:34:15 +02:00
radicle-node node/reactor: Correctly handle error events 2025-10-15 10:42:27 +01:00
radicle-oid oid: New crate 2025-10-13 15:00:12 +02:00
radicle-protocol workspace: A Little Less `git2` 2025-10-13 16:14:23 +02:00
radicle-remote-helper workspace: A Little Less `git2` 2025-10-13 16:14:23 +02: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 release: prepare crates 2025-08-12 12:13:49 +02:00
radicle-systemd systemd: Support Credentials 2025-10-09 10:03:21 +01:00
radicle-term workspace: Enable vendored `libgit2` 2025-10-13 16:14:23 +02:00