Commit Graph

269 Commits

Author SHA1 Message Date
zixuanzh
daf9f69b62 raw_connection echo test 2018-11-20 23:25:49 -05:00
zixuanzh
d83b6ef459 mplex stream close reset done 2018-11-20 21:46:18 -05:00
zixuanzh
e047752d82 rename muxed_conn 2018-11-20 20:28:41 -05:00
Robert Zajac
4e2749c915
Merge pull request #64 from zaibon/chat_example
Chat example
2018-11-19 11:36:43 -05:00
Christophe de Carvalho Pereira Martins
d8f0f71413
add click and base58 to requiremrents.txt 2018-11-19 17:29:54 +01:00
Christophe de Carvalho Pereira Martins
b80df48d37
move chat.py into examples directory 2018-11-19 17:29:48 +01:00
Christophe de Carvalho Pereira Martins
b3e2e6d8ad
run stdin reading in its own thread to no block the event loop 2018-11-19 08:58:07 +01:00
Christophe de Carvalho Pereira Martins
9123760191
WIP: chat example 2018-11-18 23:38:45 +01:00
Christophe de Carvalho Pereira Martins
96edf96e76
make stream close async 2018-11-18 23:38:39 +01:00
Robert Zajac
01daf8ae8a
Merge pull request #63 from zixuanzh/chat-hotfix
Dialer should not read until user says so.
2018-11-18 16:16:35 -05:00
Robert Zajac
b2a35114b1 reading logic in muxed_connection 2018-11-18 16:04:52 -05:00
stuckinaboot
4e8b969864
Merge pull request #62 from zixuanzh/readme-notice
Warning on readme
2018-11-17 13:27:09 -05:00
Robert Zajac
5ec8bcd066 Warning on readme 2018-11-17 13:24:02 -05:00
Robert Zajac
5f6bdcf40d
Merge pull request #59 from raulk/docs
Docs: enrich the Concepts section
2018-11-16 18:07:55 -05:00
Robert Zajac
fd83824246
Merge pull request #61 from mgoelzer/dual-license
Dual license (MIT+Apache2)
2018-11-16 18:02:12 -05:00
Mike Goelzer
91b69bb37a
Dual license (MIT+Apache2) 2018-11-16 11:55:12 -08:00
Raúl Kripalani
2c51096050
Update README.md 2018-11-16 12:12:30 +00:00
Robert Zajac
cf5b159971
Merge pull request #56 from zixuanzh/add-overview
Update readme
2018-11-12 13:40:59 -05:00
stuckinaboot
2aaa81b3d3
Merge branch 'master' into add-overview 2018-11-12 13:36:16 -05:00
Stuckinaboot
9dd6b87bed Update readme 2018-11-12 13:33:47 -05:00
Robert Zajac
4304098977
updating readme 2018-11-12 13:32:55 -05:00
stuckinaboot
2e1313022f
Merge pull request #55 from zixuanzh/folder-typo
fixed typo
2018-11-12 13:32:24 -05:00
Alex Haynes
b3d9519c13 fixed typo 2018-11-12 13:19:31 -05:00
Robert Zajac
c106d2291a
Merge pull request #54 from zixuanzh/lint
lgtm
2018-11-12 13:11:11 -05:00
Robert Zajac
4daba76908 minor test bugfix 2018-11-12 13:10:51 -05:00
zixuanzh
c5c9d3e5c9 lint 2018-11-12 13:02:49 -05:00
stuckinaboot
b4272918d9
Merge pull request #52 from zixuanzh/libp2p-new-node
End to end messaging bugfixes
2018-11-12 12:28:32 -05:00
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