Forked from squishyhuman/c-libp2p Implementation of libp2p in C.
 
 
Go to file
jmjatlanta ecb9f984ba datastore now retrieves a DatastoreRecord struct
The structure is much more user friendly and contains the timestamp
2017-08-28 10:54:56 -05:00
conn Fixing memory leak 2017-08-08 20:40:06 -05:00
crypto Adding default values to initializer 2017-08-03 14:44:27 -05:00
db datastore now retrieves a DatastoreRecord struct 2017-08-28 10:54:56 -05:00
hashmap Code cleanup 2016-11-17 15:06:53 -05:00
include datastore now retrieves a DatastoreRecord struct 2017-08-28 10:54:56 -05:00
net Headers added to fix the build in the old gcc version. 2017-08-17 08:18:55 -03:00
nodeio passing network timeouts to read methods 2017-04-17 14:03:27 -05:00
os Changes for the journal protocol 2017-08-24 13:30:04 -05:00
peer datastore now retrieves a DatastoreRecord struct 2017-08-28 10:54:56 -05:00
record Fixed warnings 2017-07-17 16:14:20 -05:00
routing datastore now retrieves a DatastoreRecord struct 2017-08-28 10:54:56 -05:00
secio Added some debugging information to protocols 2017-08-09 12:08:57 -05:00
test Reverting back to specific network reads and writes 2017-08-09 10:23:24 -05:00
thirdparty in the middle of ephemeral encryption implementation 2017-02-06 17:11:22 -05:00
utils Handling details of bitswap and connection pool 2017-08-03 11:15:40 -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 No longer building nodeio 2017-08-09 12:33:36 -05:00
README.md Initial commit 2016-10-26 10:34:39 +02:00

README.md

c-libp2p

Implementation of libp2p in C.