Commit Graph

2601 Commits

Author SHA1 Message Date
46e8100635 Merge pull request #96 from tomaka/example-bootstrap
Add an ipfs_bootstrap function to fill the peer store
2018-01-15 13:07:53 +01:00
156b971f34 Fix concerns 2018-01-15 13:07:10 +01:00
f067981cac Merge pull request #98 from tomaka/rm-println
Remove a println
2018-01-15 12:57:29 +01:00
e57f3059db Fix the deadlock in futures-mutex 2018-01-15 12:56:44 +01:00
c2d4b75988 Remove Mutex::into_lock 2018-01-15 12:56:42 +01:00
ba85aa6440 Remove a println 2018-01-15 12:36:35 +01:00
a365b9e5f0 Fix concerns 2018-01-15 12:13:17 +01:00
b83ebe3c88 Merge pull request #84 from tomaka/websockets
Add a websocket transport
2018-01-15 12:01:38 +01:00
5d1a214c6d Fix concern 2018-01-11 16:13:06 +01:00
6c737c61bf Add support for WSS for dialing 2018-01-11 16:06:11 +01:00
e9ce2e9c62 Add an ipfs_bootstrap function to fill the peer store 2018-01-11 15:15:42 +01:00
6837a3928d Rustfmt and use tabs 2018-01-11 11:11:49 +01:00
b8829d7cb1 More concerns 2018-01-11 11:07:17 +01:00
2783c5713e Fix concerns 2018-01-10 18:24:58 +01:00
c60fb982d2 Merge remote-tracking branch 'upstream/master' into websockets 2018-01-10 18:10:57 +01:00
68c8627597 Correctly report the address of the dialer in identify 2018-01-10 17:35:22 +01:00
f45cd87977 Merge pull request #82 from tomaka/rm-multiaddr-new
No longer use deprecated function Multiaddr::new
2018-01-10 11:49:15 +01:00
acbe1d0386 No longer use deprecated function Multiaddr::new 2018-01-09 19:16:45 +01:00
4603061e92 Merge pull request #88 from tomaka/update-echo-example
Update the echo dialer example
2018-01-09 15:57:41 +01:00
30c69030d2 Merge pull request #92 from tomaka/wrong-mulstream-endpoint
Fix using the wrong multistream endpoint
2018-01-09 13:01:09 +01:00
01b474d350 Fix using wrong multistream endpoint 2018-01-09 11:54:35 +01:00
82583f4ff8 Merge pull request #91 from Vurich/master
Fix varint panicking on large numbers
2018-01-09 11:34:02 +01:00
cddab19a1c Merge pull request #76 from tomaka/identify
Implement the identify protocol
2018-01-08 17:28:58 +01:00
8fa8fa3e7b More concerns 2018-01-08 16:25:12 +01:00
c4cbfe4452 Fix varint panicking on large numbers 2018-01-08 15:04:27 +01:00
6b7fc9508e Update the echo dialer example 2018-01-04 17:18:49 +01:00
ed5a24c591 More concerns 2018-01-04 12:11:21 +01:00
aa2c4a2a45 Fix some concerns 2018-01-04 12:09:39 +01:00
c39d0e7145 Implement the identify protocol 2018-01-03 18:09:50 +01:00
5f65515150 Merge pull request #86 from tomaka/swarm
Implement the swarm
2018-01-03 18:09:06 +01:00
4c910a8f00 Merge pull request #87 from tomaka/nightly-readme
Add a README note about the stabilization of impl Trait
2018-01-03 17:53:21 +01:00
4025405e49 Add a README note about the stabilization of impl Trait 2018-01-03 17:46:52 +01:00
cba24ea39e Merge pull request #81 from tomaka/muxed-transport-change
Change the MuxedTransport trait
2018-01-03 17:05:47 +01:00
642d18e1ac Merge pull request #80 from tomaka/fix-multi-connec
Change API to allow multiple simultaneous clients
2018-01-03 17:00:27 +01:00
13ba95e282 Separate between listener, dial_to_handler and dial_custom_handler 2018-01-03 15:50:55 +01:00
641f8a09d7 Implement swarm 2018-01-03 15:06:24 +01:00
2339bfd4d3 Fix the documentation libp2p-swarm 2018-01-03 14:24:25 +01:00
c211d6b96e Add a websocket transport 2018-01-03 10:30:50 +01:00
47a3a24fcd Change the MuxedTransport trait 2018-01-03 10:30:39 +01:00
3438640907 Change API to allow multiple simultaneous clients 2018-01-03 10:30:26 +01:00
ec2a8b3832 Merge pull request #85 from tomaka/replace-0-ipv6
Try make IPv6 work on travis
2018-01-03 10:29:08 +01:00
97f7d8fd67 Try make IPv6 work on travis 2018-01-02 17:35:39 +01:00
04e464617e Merge pull request #83 from tomaka/fix-build
Fix the build by pinning a commit of ring
2017-12-29 18:24:54 +01:00
01143d1555 Fix the build by pinning a commit of ring 2017-12-29 10:51:01 +01:00
0ff8c03279 Merge pull request #77 from tomaka/integrate-multiaddr
Integrate a local copy of rust-multiaddr for development
2017-12-19 11:46:19 +01:00
00cc5c5a85 More concerns fixes 2017-12-18 16:57:19 +01:00
a986903f8e Merge pull request #79 from tomaka/examples-improvements
Allow customizing the address in the examples, plus minor improvements
2017-12-18 16:08:51 +01:00
e9a19cff71 Merge pull request #78 from tomaka/multistream-select-ls
Implement the ls command for multistream-select
2017-12-18 16:04:55 +01:00
ae0f787e03 Fix concerns 2017-12-18 15:57:51 +01:00
c9f55ceb97 Allow customizing the address in the examples, plus minor improvements 2017-12-18 15:57:51 +01:00