nim-libp2p/libp2p
Dmitriy Ryajov 903e79ede1
Feat/conn cleanup (#41)
Backporting proper connection cleanup from #36 to align with latest chronos changes.

* add close event

* use proper varint encoding

* add proper channel cleanup in mplex

* add connection cleanup in secio

* tidy up

* add dollar operator

* fix tests

* don't close connections prematurely

* handle closing streams properly

* misc

* implement address filtering logic

* adding pipe tests

* don't use gcsafe if not needed

* misc

* proper connection cleanup and stream muxing

* re-enable pubsub tests
2019-12-03 22:44:54 -06:00
..
crypto Fix overflow problem. 2019-10-29 20:51:48 +02:00
daemon Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
muxers Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
protobuf Fix overflow problem. 2019-10-29 20:51:48 +02:00
protocols Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
stream Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
transports Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
base32.nim Use CatchableError 2019-06-24 05:39:13 +03:00
base58.nim Use CatchableError 2019-06-24 05:39:13 +03:00
base64.nim Use CatchableError 2019-06-24 05:39:13 +03:00
cid.nim Use CatchableError 2019-06-24 05:39:13 +03:00
connection.nim Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
multiaddress.nim Fix MultiAddress.init(PeerID) compilation problem. 2019-11-04 20:57:17 +02:00
multibase.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
multicodec.nim Use CatchableError 2019-06-24 05:39:13 +03:00
multihash.nim Use CatchableError 2019-06-24 05:39:13 +03:00
multistream.nim Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
peer.nim Fix overflow problem. 2019-10-29 20:51:48 +02:00
peerinfo.nim Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
switch.nim Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
transcoder.nim Add multicodec to table and make it single source of multiformat codes. 2018-12-05 17:24:07 +02:00
varint.nim Use CatchableError 2019-06-24 05:39:13 +03:00
vbuffer.nim Feat/conn cleanup (#41) 2019-12-03 22:44:54 -06:00
wire.nim add init from TransportAddress to multiaddress 2019-10-11 08:15:24 +09:00