modified radicle-node/src/service.rs
@@ -280,6 +280,8 @@ struct QueuedFetch {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -948,6 +950,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -964,6 +967,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1128,6 +1132,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1140,12 +1145,12 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire/protocol.rs
@@ -29,6 +29,7 @@ use crate::crypto::Signer;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -43,10 +44,6 @@ pub const NOISE_XK: HandshakePattern = HandshakePattern {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -131,22 +128,22 @@ impl Streams {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -718,7 +715,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1017,7 +1014,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1027,7 +1024,6 @@ where
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-node/src/worker.rs
@@ -5,8 +5,8 @@ mod upload_pack;
|
|
|
|
|
|
| + | |
|
|
| - | |
|
|
|
|
|
@@ -107,8 +107,6 @@ pub enum FetchRequest {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -230,8 +228,6 @@ impl Worker {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|