Forked from squishyhuman/c-libp2p Implementation of libp2p in C.
 
 
Go to file
jmjatlanta 6b185e31bd First commit of yamux protocol 2017-10-11 11:23:25 -05:00
conn No longer deleting session context when deleting message 2017-09-28 17:14:37 -05:00
crypto Adding default values to initializer 2017-08-03 14:44:27 -05:00
db Small memory leak fix for protocol comparison 2017-09-07 18:46:03 -05:00
hashmap Code cleanup 2016-11-17 15:06:53 -05:00
include First commit of yamux protocol 2017-10-11 11:23:25 -05:00
net First commit of yamux protocol 2017-10-11 11:23:25 -05:00
nodeio passing network timeouts to read methods 2017-04-17 14:03:27 -05:00
os First commit of yamux protocol 2017-10-11 11:23:25 -05:00
peer Double check if connection_type and sessionContext agree 2017-10-09 10:00:30 -05:00
record No longer deleting session context when deleting message 2017-09-28 17:14:37 -05:00
routing Don't attempt to connect to yourself using secio 2017-09-28 13:48:35 -05:00
secio secio unencrypted read fix 2017-09-28 16:31:35 -05:00
test Testing for compatibility with other implementations 2017-10-04 06:39:35 -05:00
thirdparty in the middle of ephemeral encryption implementation 2017-02-06 17:11:22 -05:00
utils Fixed nul string termination allocation. 2017-09-27 11:38:05 -03:00
yamux First commit of yamux protocol 2017-10-11 11:23:25 -05:00
.cproject First commit of yamux protocol 2017-10-11 11:23:25 -05:00
.gitignore added Eclipse project files 2016-11-17 16:34:35 -05:00
.project added Eclipse project files 2016-11-17 16:34:35 -05:00
LICENSE Update LICENSE 2017-01-31 17:09:40 +01:00
Makefile First commit of yamux protocol 2017-10-11 11:23:25 -05:00
README.md Initial commit 2016-10-26 10:34:39 +02:00

README.md

c-libp2p

Implementation of libp2p in C.