Grégoire Henry
|
866e7add2f
|
Shell: improve Utils
|
2017-01-23 21:31:30 +01:00 |
|
Grégoire Henry
|
52fab9528c
|
P2p: add error for invalid authentification
|
2017-01-23 09:18:56 +01:00 |
|
Vincent Bernardoff
|
ce986c4a9c
|
Shell: sign Ack message
|
2017-01-23 09:13:41 +01:00 |
|
Grégoire Henry
|
26ce72bc18
|
P2p: remove functors and rename recv into recv_any .
This allows to export the underlying `P2p_connection_pool.recv`
that will be used in the refactored distributed DB.
|
2017-01-19 10:26:45 +01:00 |
|
Vincent Bernardoff
|
e1692ed9bf
|
Shell: use the new P2P backend
|
2017-01-19 10:26:45 +01:00 |
|
Grégoire Henry
|
d9fc93a5c0
|
Shell: implement P2p_{maintenance,discovery} .
|
2017-01-19 10:26:45 +01:00 |
|
Grégoire Henry
|
b694a62810
|
Shell: implement P2p_{connection_pool,welcome}
|
2017-01-19 10:26:45 +01:00 |
|
Grégoire Henry
|
6d47cb2c8f
|
Shell: implement P2p_connection
|
2017-01-19 10:21:21 +01:00 |
|
Grégoire Henry
|
2ed8bf2cfa
|
Shell: implement P2p_io_scheduler
|
2017-01-19 10:21:21 +01:00 |
|
Vincent Bernardoff
|
7f091b38b9
|
Shell: add Crypto_box.Public_key_hash
|
2017-01-19 10:21:21 +01:00 |
|
Vincent Bernardoff
|
1f7f9b369d
|
Shell: improve Lwt_pipe
|
2017-01-19 10:21:21 +01:00 |
|
Vincent Bernardoff
|
6b3e002285
|
Shell: improve Lwt_utils
|
2017-01-19 10:21:21 +01:00 |
|
Benjamin Canou
|
8360b4e407
|
RPC: fixes some comments.
|
2016-12-14 16:40:42 +01:00 |
|
Vincent Bernardoff
|
cdb34ca7d3
|
RPC: TLS bugfixes
|
2016-12-13 01:52:55 +01:00 |
|
Vincent Bernardoff
|
77506ac4b5
|
RPC: Fix doc
|
2016-12-13 00:45:46 +01:00 |
|
Vincent Bernardoff
|
42b30f7bd2
|
RPC: Add TLS
|
2016-12-13 00:45:46 +01:00 |
|
Vincent Bernardoff
|
224e5d8c73
|
P2P: Add counters in peer_info
|
2016-12-06 14:12:18 +01:00 |
|
Vincent Bernardoff
|
92f78b29e4
|
P2P: recv: return size read
|
2016-12-06 14:12:18 +01:00 |
|
Vincent Bernardoff
|
2b27a1ffbe
|
P2P: Discovery: avoid unneeded connections
|
2016-12-06 14:12:18 +01:00 |
|
Vincent Bernardoff
|
c2249056d7
|
P2P: Do not send unauthenticated Advertise msgs
|
2016-12-06 14:12:18 +01:00 |
|
Vincent Bernardoff
|
6a1265255f
|
P2P: refactor for less indenting
|
2016-12-06 14:12:18 +01:00 |
|
damian
|
517893f707
|
RPC: Add CORS headers
|
2016-12-06 13:58:21 +01:00 |
|
Benjamin Canou
|
e7c39578b4
|
Extract the js_of_ocaml compatible part of utils.
|
2016-12-01 18:27:53 +01:00 |
|
Benjamin Canou
|
69f682357f
|
Add hooks to the RPC server to handle static files.
|
2016-12-01 15:52:31 +01:00 |
|
Vincent Bernardoff
|
1ffe2db277
|
P2P: Minor changes
|
2016-12-01 13:52:05 +01:00 |
|
Vincent Bernardoff
|
bdb2d20f05
|
P2P: Introduce a worker dedicated to user events
|
2016-12-01 13:52:05 +01:00 |
|
Vincent Bernardoff
|
a832c2069f
|
P2P: Do not log ``ordinary'' errors
|
2016-12-01 13:52:05 +01:00 |
|
Vincent Bernardoff
|
e1d6df6e99
|
P2P: Do not accept unauthenticated Advertise msgs
|
2016-12-01 13:52:05 +01:00 |
|
Vincent Bernardoff
|
5f8b74e96c
|
P2P: Cancel MA computations on client disconnect
|
2016-12-01 13:52:05 +01:00 |
|
Vincent Bernardoff
|
158447416b
|
Shell: Count sent and received bytes in P2p .
|
2016-12-01 13:52:05 +01:00 |
|
Vincent Bernardoff
|
56a58cc962
|
Shell: use bounded Lwt_pipe in P2p
|
2016-12-01 13:52:05 +01:00 |
|
Vincent Bernardoff
|
dc2084d993
|
Shell: export P2p.gid
|
2016-12-01 13:52:05 +01:00 |
|
Vincent Bernardoff
|
41d5bbe989
|
Shell: Use some Error_monad in P2p
|
2016-12-01 13:52:05 +01:00 |
|
Vincent Bernardoff
|
d41c05a066
|
Shell: minor rewording in P2p
|
2016-12-01 13:52:05 +01:00 |
|
Vincent Bernardoff
|
fdff344989
|
Shell: minor cosmetics in p2p.ml
|
2016-12-01 13:52:05 +01:00 |
|
Vincent Bernardoff
|
bc7f4b48e2
|
RPC: launch: remove unused argument
|
2016-11-29 16:41:17 +01:00 |
|
Grégoire Henry
|
2a43eeaa7f
|
P2P: properly handle End_of_file .
|
2016-11-26 11:49:07 +01:00 |
|
Eitan Chatav
|
c52146cb71
|
debug string
|
2016-11-18 15:59:56 -08:00 |
|
Eitan Chatav
|
abb9e19260
|
integrate proof of work in p2p
* check proof of work when connecting to peers
* I’m not sure how to get the debug statement on line 418 to work, keep
getting syntax errors
|
2016-11-18 15:47:32 -08:00 |
|
Vincent Bernardoff
|
ba014261dc
|
P2p: bugfix
|
2016-11-16 17:21:56 +01:00 |
|
Vincent Bernardoff
|
2680bf7efb
|
P2p: fix logging
|
2016-11-16 17:16:01 +01:00 |
|
Vincent Bernardoff
|
f7e73a6dc5
|
P2p: force IPv6 in discovery
|
2016-11-16 17:16:01 +01:00 |
|
Grégoire Henry
|
3c55c72abf
|
Merge remote-tracking branch 'ocp/crypto-box'
|
2016-11-16 01:19:13 +01:00 |
|
Vincent Bernardoff
|
8680d98ecd
|
P2p: force IPv6 in discovery
|
2016-11-16 00:45:52 +01:00 |
|
Vincent Bernardoff
|
23968b53e3
|
P2p: fix logging
|
2016-11-16 00:45:52 +01:00 |
|
Grégoire Henry
|
6121c518d4
|
Shell/P2p: do not read the tag twice...
|
2016-11-16 00:45:52 +01:00 |
|
Grégoire Henry
|
9d67c1fea5
|
Shell/P2p: remove Ping/Pong
|
2016-11-16 00:45:51 +01:00 |
|
Grégoire Henry
|
cfba0d9cb7
|
Shell/P2p: Use `Lwt_utils.{read/write}
|
2016-11-16 00:45:51 +01:00 |
|
Grégoire Henry
|
6afcc1ecdd
|
Shell/P2p: minor renaming.
|
2016-11-16 00:45:51 +01:00 |
|
Grégoire Henry
|
450a0fec15
|
Shell: replace Netbits by Data_encoding
|
2016-11-16 00:45:51 +01:00 |
|