nim-libp2p-experimental/libp2p
Giovanni Petrantoni 005e088405
Properly track and close mplex handlers (#166)
* Properly track and close mplex handlers

* Avoid verbose warnings

* Fix tryAndWarn trace issue

* Handle LPEOF in lpchannel close
2020-05-12 14:45:32 +02:00
..
crypto removals (#159) 2020-05-06 18:31:47 +02:00
daemon Fix compilation errors introduced by latest chronos. 2020-03-24 09:48:05 +02:00
muxers Properly track and close mplex handlers (#166) 2020-05-12 14:45:32 +02:00
protobuf Fix overflow problem. 2019-10-29 20:51:48 +02:00
protocols fix varint issues 2020-05-11 09:12:23 -06:00
stream fix varint issues 2020-05-11 09:12:23 -06:00
transports use stream directly in chronosstream (#163) 2020-05-08 22:10:06 +02:00
cid.nim Moved base32, 58 and 64 to stew 2019-12-13 16:00:39 +02:00
connection.nim don't crash on double peerinfo close (#167) 2020-05-11 21:05:24 +02:00
errors.nim Properly track and close mplex handlers (#166) 2020-05-12 14:45:32 +02:00
multiaddress.nim Fix MultiAddress.protoAddress() bug for fixed arrays. 2020-04-28 14:43:44 +03:00
multibase.nim Moved base32, 58 and 64 to stew 2019-12-13 16:00:39 +02:00
multicodec.nim Use CatchableError 2019-06-24 05:39:13 +03:00
multihash.nim Moved base32, 58 and 64 to stew 2019-12-13 16:00:39 +02:00
multistream.nim fix varint issues 2020-05-11 09:12:23 -06:00
peer.nim Moved base32, 58 and 64 to stew 2019-12-13 16:00:39 +02:00
peerinfo.nim don't crash on double peerinfo close (#167) 2020-05-11 21:05:24 +02:00
standard_setup.nim remove Chronos type from public API 2020-05-08 13:23:36 -06:00
switch.nim use a Transport.serverFlags attribute 2020-05-08 13:23:36 -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 Signed variable integers fixes. (#96) 2020-03-06 20:19:43 +01:00
wire.nim Add chronos trackers and used them to sanitize resource disposal (#131) 2020-04-21 10:24:42 +09:00