Forked from squishyhuman/c-libp2p Implementation of libp2p in C.
 
 
Go to file
Radu Iliescu d386a4b496 build: fix all build warnings 2018-12-03 08:20:51 -05:00
c-multiaddr@a271e08996 dependencies: add c-multiaddr, c-multihash and c-protobuf as submodules 2018-11-29 07:51:48 -05:00
c-multihash@bc6c083013 dependencies: add c-multiaddr, c-multihash and c-protobuf as submodules 2018-11-29 07:51:48 -05:00
c-protobuf@dceaa02082 dependencies: add c-multiaddr, c-multihash and c-protobuf as submodules 2018-11-29 07:51:48 -05:00
conn build: fix all build warnings 2018-12-03 08:20:51 -05:00
crypto Makefile: refactor CFLAGS to come from main Makefile 2018-12-03 07:22:33 -05:00
db Makefile: refactor CFLAGS to come from main Makefile 2018-12-03 07:22:33 -05:00
hashmap Makefile: refactor CFLAGS to come from main Makefile 2018-12-03 07:22:33 -05:00
identify Makefile: refactor CFLAGS to come from main Makefile 2018-12-03 07:22:33 -05:00
include build: fix all build warnings 2018-12-03 08:20:51 -05:00
net Makefile: refactor CFLAGS to come from main Makefile 2018-12-03 07:22:33 -05:00
nodeio Makefile: refactor CFLAGS to come from main Makefile 2018-12-03 07:22:33 -05:00
os Makefile: refactor CFLAGS to come from main Makefile 2018-12-03 07:22:33 -05:00
peer build: fix all build warnings 2018-12-03 08:20:51 -05:00
record Makefile: refactor CFLAGS to come from main Makefile 2018-12-03 07:22:33 -05:00
routing build: fix all build warnings 2018-12-03 08:20:51 -05:00
secio build: fix all build warnings 2018-12-03 08:20:51 -05:00
swarm Makefile: refactor CFLAGS to come from main Makefile 2018-12-03 07:22:33 -05:00
test Makefile: fix test build 2018-12-03 06:04:51 -05:00
thirdparty in the middle of ephemeral encryption implementation 2017-02-06 17:11:22 -05:00
utils Makefile: refactor CFLAGS to come from main Makefile 2018-12-03 07:22:33 -05:00
yamux Makefile: refactor CFLAGS to come from main Makefile 2018-12-03 07:22:33 -05:00
.cproject Reading from stream now uses StreamMessage struct 2017-10-23 09:01:03 -05:00
.gitignore gitignore: add cscope files in gitignore 2018-12-03 08:20:00 -05:00
.gitmodules dependencies: add c-multiaddr, c-multihash and c-protobuf as submodules 2018-11-29 07:51:48 -05:00
.project added Eclipse project files 2016-11-17 16:34:35 -05:00
LICENSE Update LICENSE 2018-06-17 16:29:20 +03:00
Makefile Makefile: change the test build target - no more cd 2018-12-03 07:31:01 -05:00
README.md Initial commit 2016-10-26 10:34:39 +02:00

README.md

c-libp2p

Implementation of libp2p in C.