Commit Graph

182 Commits

Author SHA1 Message Date
Alex Haynes
2165afdb81
Update README.md 2018-11-26 13:20:46 -05:00
ZX
31222a0b4f
Merge pull request #67 from zaibon/travis-upstream
enable CI
2018-11-26 13:09:44 -05:00
Christophe de Carvalho Pereira Martins
e7029a1b00
enable CI 2018-11-26 19:01:13 +01:00
ZX
161f4d1001
Merge pull request #70 from zixuanzh/refactor-libp2p
refactor libp2p
closes #69
2018-11-25 18:39:46 -05:00
Robert Zajac
4439229632
Merge pull request #72 from zixuanzh/stream-id
Improved stream IDs
2018-11-25 15:29:57 -05:00
Robert Zajac
6c99d854dd fixes for muxed_conn interface and usage of self.buffers over self.stream 2018-11-25 15:27:54 -05:00
Robert Zajac
592ef69d8d Improved stream IDs 2018-11-25 11:05:56 -05:00
zixuanzh
ff6fdccea4 refactor libp2p 2018-11-25 01:45:13 -05:00
ZX
5548041a37
Merge pull request #66 from zixuanzh/mplex
Refactor Muxed_Connection to Mplex
2018-11-21 00:45:25 -05:00
zixuanzh
0bfb7fb7e2 Merge branch 'mplex' of https://github.com/zixuanzh/py-libp2p into mplex 2018-11-21 00:42:07 -05:00
zixuanzh
7df6424ff1 todo for close and reset 2018-11-21 00:41:13 -05:00
Robert Zajac
276aa97f21
adding todo to connection test 2018-11-21 00:13:02 -05:00
zixuanzh
2569eac3a0 lint 2018-11-20 23:49:37 -05:00
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