Forked from squishyhuman/c-libp2p Implementation of libp2p in C.
 
 
Go to file
John Jones 5406fb29e2 Chasing memory leak possibly in PeerStore 2017-07-31 14:51:29 -05:00
conn Fixed small memory leak 2017-07-27 14:32:42 -05:00
crypto Fixed warnings 2017-07-17 16:14:20 -05:00
db Major changes to retrieving files 2017-04-20 17:55:18 -05:00
hashmap Code cleanup 2016-11-17 15:06:53 -05:00
include Code Cleanup plus making providerstore smarter 2017-07-31 12:49:41 -05:00
net correctly handle a stream that is unable to connect 2017-07-31 08:38:16 -05:00
nodeio passing network timeouts to read methods 2017-04-17 14:03:27 -05:00
os Make sure directory exists and is a real directory 2017-04-06 17:47:25 -05:00
peer Chasing memory leak possibly in PeerStore 2017-07-31 14:51:29 -05:00
record Fixed warnings 2017-07-17 16:14:20 -05:00
routing Code Cleanup plus making providerstore smarter 2017-07-31 12:49:41 -05:00
secio return on timeout 2017-07-31 10:00:32 -05:00
test Chasing memory leak possibly in PeerStore 2017-07-31 14:51:29 -05:00
thirdparty in the middle of ephemeral encryption implementation 2017-02-06 17:11:22 -05:00
utils Code Cleanup plus making providerstore smarter 2017-07-31 12:49:41 -05:00
.cproject Added multistream protocol to communicate with GO version 2017-02-02 14:10:12 -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 Major changes to retrieving files 2017-04-20 17:55:18 -05:00
README.md Initial commit 2016-10-26 10:34:39 +02:00

README.md

c-libp2p

Implementation of libp2p in C.