Commit Graph

27 Commits

Author SHA1 Message Date
parazyd
192345659a Release v0.4.0 2023-02-01 23:04:02 +01:00
parazyd
454eacf616 Update project dependencies. 2023-01-31 12:46:19 +01:00
aggstam
da40746ca5 EOY housekeeping
Missing features added, dependencies updated and a fix in dao/entrypoint
2022-12-31 21:14:02 +02:00
parazyd
71cd3064d6 Update license year. 2022-12-28 13:06:00 +01:00
parazyd
88caee7f42 Update and clean up dependencies. 2022-12-13 15:19:09 +01:00
parazyd
671967261e Update dependency versions 2022-11-29 21:10:29 +01:00
parazyd
1d7866f688 Update crate dependencies. 2022-11-29 13:54:05 +01:00
aggstam
3692735012 rpc/server: detach request handling 2022-11-25 18:05:35 +02:00
parazyd
c1b2c2af5a Update crate dependencies 2022-11-08 12:17:25 +01:00
parazyd
8ae84ad7f9 Add license header to source files. 2022-10-31 18:16:13 +01:00
Luther Blissett
43a871c3f2 Update all Cargo.toml files to include AGPL license reference. 2022-10-30 11:01:40 +01:00
Luther Blissett
6fc5b43d54 Mop up dependencies and features. 2022-09-24 19:18:14 +02:00
Luther Blissett
e5f212a4ad Update project dependencies. 2022-08-30 10:18:07 +02:00
aggstam
e8c516ec62 p2pnet: 5b7306af71 reverted 2022-08-25 17:04:48 +03:00
ghassmo
a6b9620b48 util/cli: change the log path in async_daemonize 2022-08-25 13:00:48 +04:00
aggstam
5b7306af71 p2pnet: implemented caller signaling 2022-08-24 21:29:19 +03:00
aggstam
6134dcdad7 p2pnet: inbound and external addresses vectorized 2022-08-23 21:49:34 +03:00
nogira
c46c4d7cf4 ctrlc-async -> ctrlc 2022-08-22 13:22:55 +04:00
parazyd
c0acef85bd Update project dependencies. 2022-08-04 17:50:36 +02:00
aggstam
109ef9a517 src/dht: feature created(lib structs moved from research/dhtd) 2022-07-19 22:21:35 +03:00
aggstam
0d30ced2d0 script/research/dhtd: replaced String with blake3::Hash 2022-07-19 21:50:44 +03:00
aggstam
ec7ebd09fd script/research/dhtd: rewrite methods to prevent lock race conditions,
protocol to use atomic check for seen messages
2022-07-19 16:23:47 +03:00
aggstam
8e8ae97c9d script/research/dhtd: decoupled structures, moved p2p actions inside Dht struct. 2022-07-19 00:06:07 +03:00
aggstam
7b0d19e8dd script/research/dhtd: renaming and added optional init lookup map 2022-07-19 00:06:07 +03:00
aggstam
64a354fffa script/research/dhtd: simple lookup table impl added 2022-07-15 22:56:52 +03:00
aggstam
d585120315 script/research/dhtd: changed data storage from String to Vec<u8> 2022-07-14 16:25:15 +03:00
aggstam
016f30e62d script/research/dhtd: implementation of a simple DHT. 2022-07-12 15:05:35 +03:00