nim-libp2p/libp2p
Dmitriy Ryajov ba53c08b3c
Track incoming connections (#181)
* call write until all is written out

* wip: rework with proper half-closed

* add eof and closed handling

* wip

* close connection on chronos close

* don't use read

* make noise work again

* don't reraise just yet

* fixes after backporting

* remove on transport close cleanup

* revert back allread

* rust interop fixes

* read from stream

* inc count before closing

* rebasing master

* store incomming connections

* fix merge

* remove unneeded changes

* use internal close flag to indicate disposal
2020-05-21 11:33:48 -06:00
..
crypto Don't use and expose directly secp types (#183) 2020-05-19 14:48:55 +02:00
daemon Fix compilation errors introduced by latest chronos. 2020-03-24 09:48:05 +02:00
muxers Half closed (#174) 2020-05-19 18:14:15 -06:00
protobuf Fix overflow problem. 2019-10-29 20:51:48 +02:00
protocols Track incoming connections (#181) 2020-05-21 11:33:48 -06:00
stream Track incoming connections (#181) 2020-05-21 11:33:48 -06:00
transports Half closed (#174) 2020-05-19 18:14:15 -06:00
cid.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
connection.nim handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
errors.nim Cleanup - tests and logging (#178) 2020-05-18 07:49:49 -06:00
multiaddress.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
multibase.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
multicodec.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
multihash.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
multistream.nim handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
peer.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
peerinfo.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
standard_setup.nim remove generic constructor and expose serverflags (#176) 2020-05-18 13:04:05 -06:00
switch.nim Track incoming connections (#181) 2020-05-21 11:33:48 -06:00
transcoder.nim Add multicodec to table and make it single source of multiformat codes. 2018-12-05 17:24:07 +02:00
utility.nim Less verbose traces (#112) 2020-03-23 15:03:36 +09:00
varint.nim Signed variable integers fixes. (#96) 2020-03-06 20:19:43 +01:00
vbuffer.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
wire.nim Add chronos trackers and used them to sanitize resource disposal (#131) 2020-04-21 10:24:42 +09:00