nim-libp2p-experimental/libp2p
Eugene Kabanov 91d2f52f4e
Add some utility procedures to MultiAddress. (#94)
* Add some utility procedures to MultiAddress.

* Do not use result and add more operations to be more effective for compiler.
2020-02-27 19:26:42 +02:00
..
crypto Fix public() using proper bear mulgen 2020-02-18 09:35:14 -06:00
daemon Moved base32, 58 and 64 to stew 2019-12-13 16:00:39 +02:00
muxers fix: delete mplex channel 2020-02-16 13:51:03 -06:00
protobuf Fix overflow problem. 2019-10-29 20:51:48 +02:00
protocols implicitelly dial pubsub if enabled 2020-02-21 09:21:06 -06:00
stream fix: #83 2020-02-24 08:58:02 -06:00
transports Cleanup (#55) 2019-12-10 14:50:35 -06:00
cid.nim Moved base32, 58 and 64 to stew 2019-12-13 16:00:39 +02:00
connection.nim check for size bounds when reading varints 2020-02-16 11:31:35 -06:00
multiaddress.nim Add some utility procedures to MultiAddress. (#94) 2020-02-27 19:26:42 +02: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 throw exception if handshake failed 2020-02-16 11:31:35 -06:00
peer.nim Moved base32, 58 and 64 to stew 2019-12-13 16:00:39 +02:00
peerinfo.nim remove unnecesary nil check in peerinfo 2020-02-16 11:31:35 -06:00
standard_setup.nim Add peer lifetime feature for PeerInfo. (#77) 2020-02-11 12:53:39 -05:00
switch.nim await connection 2020-02-25 17:52:08 -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 Add links to specifications to varint comments. 2020-01-29 11:14:25 +02: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