REVIEW
1 passed
1 pending
(2 total)
View logs
modified crates/radicle-node/src/reactor.rs
@@ -32,8 +32,8 @@ const WAIT_TIMEOUT: Duration = Duration::from_secs(60 * 60);
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -113,9 +113,9 @@ impl<L: EventHandler, T: EventHandler> Debug for Error<L, T> {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -131,8 +131,8 @@ pub enum Action<L: EventHandler, T: EventHandler> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -140,8 +140,8 @@ pub enum Action<L: EventHandler, T: EventHandler> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -153,7 +153,7 @@ pub enum Action<L: EventHandler, T: EventHandler> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/reactor/controller.rs
@@ -12,10 +12,14 @@ pub enum ControlMessage<C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -36,6 +40,9 @@ impl<C> Controller<C> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/reactor/listener.rs
@@ -32,14 +32,7 @@ impl Source for Listener {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/reactor/transport.rs
@@ -14,7 +14,9 @@ const READ_BUFFER_SIZE: usize = u16::MAX as usize;
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -24,7 +26,7 @@ pub enum SessionEvent<S: Session> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -36,17 +38,17 @@ pub enum TransportState {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -98,7 +100,7 @@ impl<S: Session> Display for Transport<S> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -197,13 +199,13 @@ impl<S: Session> Transport<S> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -249,7 +251,7 @@ impl<S: Session> Transport<S> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/runtime.rs
@@ -99,7 +99,7 @@ impl From<service::Error> for Error {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/wire.rs
@@ -1139,7 +1139,7 @@ pub fn dial<G: Ecdh<Pk = NodeId>>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|