Commit Graph

1464 Commits

Author SHA1 Message Date
Robert Zajac
6e3857c89a message read length fix 2018-11-12 12:26:11 -05:00
Robert Zajac
61e11a2716 adding additional bugfixed files 2018-11-12 11:00:43 -05:00
Robert Zajac
90cb0e903e Merge branch 'master' of https://github.com/zixuanzh/py-libp2p into libp2p-new-node
master merge
2018-11-12 10:57:45 -05:00
Robert Zajac
430e63f263 End to end messaging bugfixes 2018-11-12 10:57:40 -05:00
stuckinaboot
cdfd30216b
Merge pull request #50 from zixuanzh/libp2p-new-node
Libp2p new node
2018-11-11 20:47:27 -05:00
Robert Zajac
e2b7ad8926 minor fix 2018-11-11 20:46:32 -05:00
Robert Zajac
a0ad0b5ef7
Merge pull request #51 from zixuanzh/zx-new-node
implement new_node
2018-11-11 20:43:52 -05:00
zixuanzh
64002acc64 implement new_node 2018-11-11 20:41:21 -05:00
Robert Zajac
87c3da6c66 swarm listen done 2018-11-11 20:41:06 -05:00
Robert Zajac
86ed5e7e7b Merge branch 'master' of https://github.com/zixuanzh/py-libp2p into libp2p-new-node
merging
2018-11-11 20:40:11 -05:00
Robert Zajac
2125b881a2
Merge pull request #49 from zixuanzh/accept-stream
accept stream
2018-11-11 20:39:58 -05:00
Alex Haynes
4b971410bc accept stream 2018-11-11 20:32:23 -05:00
Robert Zajac
f54a3c52d8 WIP swarm listen 2018-11-11 20:29:55 -05:00
Robert Zajac
684cb90908 WIP swarm listen 2018-11-11 20:29:17 -05:00
ZX
716e061645
Merge pull request #47 from zixuanzh/upgrader
upgrade connection
2018-11-11 20:26:20 -05:00
Alex Haynes
4b098ae137
Merge pull request #48 from zixuanzh/libp2p-cons-fix
made idOpt optional
2018-11-11 20:12:52 -05:00
Alex Haynes
cca13cbfea made idOpt optional 2018-11-11 19:46:00 -05:00
Alex Haynes
d149bfb0d8
Merge branch 'master' into upgrader 2018-11-11 19:43:16 -05:00
Alex Haynes
1bfa1f1ba5 upgrade connection 2018-11-11 19:37:07 -05:00
Alex Haynes
8e4c5c740e
Merge pull request #46 from zixuanzh/smux-comment
fixed comment
2018-11-11 19:31:55 -05:00
Alex Haynes
2e65b8c430 fixed comment 2018-11-11 19:31:22 -05:00
Alex Haynes
80d531f086
Merge pull request #45 from zixuanzh/muxed-stream
Muxed stream
2018-11-11 19:20:58 -05:00
ZX
8bb1dab646
Merge branch 'master' into muxed-stream 2018-11-11 19:20:10 -05:00
zixuanzh
7a05170df4 update docstring 2018-11-11 19:17:38 -05:00
Robert Zajac
bc59a051ab
Merge pull request #43 from zixuanzh/mux-conn
Sending and receiving muxed messages in muxed_connection
2018-11-11 19:14:21 -05:00
zixuanzh
fe20d25882 muxed stream 2018-11-11 18:03:04 -05:00
Alex Haynes
ffc3fb059f updated open stream 2018-11-11 18:01:08 -05:00
Alex Haynes
cacbc6c11a finished handle_incoming 2018-11-11 17:55:50 -05:00
Alex Haynes
e44e31e55b read buffer and write_to_stream return 2018-11-11 17:48:31 -05:00
Alex Haynes
162f54af0c send message done 2018-11-11 17:38:11 -05:00
Alex Haynes
d0e6d00b15 Merge branch 'master' of https://github.com/zixuanzh/py-libp2p into mux-conn 2018-11-11 17:35:33 -05:00
ZX
6708cde8dd
Merge pull request #44 from zixuanzh/swarm-new-stream
Swarm new stream
2018-11-11 17:35:11 -05:00
Alex Haynes
478cd033d5 handle incoming, definition of send_message 2018-11-11 17:15:55 -05:00
Stuckinaboot
f6f2f6725d Describe listen stub 2018-11-11 17:10:37 -05:00
Stuckinaboot
4851137ece Implement new stream function 2018-11-11 16:42:10 -05:00
zixuanzh
55dae3ed1e mplex constants 2018-11-11 16:16:21 -05:00
Stuckinaboot
6ba5793c1d Reorganize folders (stream and connection) 2018-11-11 16:09:37 -05:00
Stuckinaboot
356cac02bf Add mux stream 2018-11-11 16:04:57 -05:00
Robert Zajac
c8447ef6ab
Merge pull request #41 from zixuanzh/rsa-public-key
Rsa public key added for id generation
2018-11-11 13:27:51 -05:00
Alex Haynes
1e2fc19f9c
Merge branch 'master' into rsa-public-key 2018-11-11 13:23:34 -05:00
Alex Haynes
6c2868cb3a removed space 2018-11-11 13:22:31 -05:00
Alex Haynes
e20d6df667 added rsa public key generation 2018-11-11 13:21:47 -05:00
stuckinaboot
bb873343c0
Merge pull request #40 from zixuanzh/libp2p-test
Libp2p test
2018-11-11 12:51:41 -05:00
Robert Zajac
976153c990 host returning peerstore 2018-11-11 12:38:55 -05:00
Robert Zajac
4871e78512 merging master 2018-11-11 12:37:39 -05:00
Robert Zajac
4681e1e08d libp2p end to end test 2018-11-11 12:36:15 -05:00
ZX
2639777d08
Merge pull request #38 from zixuanzh/fix-imports
Fix imports
2018-11-11 12:32:45 -05:00
ZX
425166c357
Merge pull request #37 from zixuanzh/open-stream
connecting open_stream to stream constructor
2018-11-11 12:32:29 -05:00
ZX
5ccf6323e8
Merge pull request #39 from zixuanzh/fix-dial
restructured raw connection
2018-11-11 12:28:00 -05:00
Alex Haynes
a785876c16 restructured raw connection 2018-11-11 12:17:12 -05:00