David Dias
849d38e8e0
update readme badges
2016-03-10 21:00:15 +00:00
David Dias
366b6ef382
design notes
2016-03-10 15:17:07 +00:00
David Dias
e8de55bc28
update the docs
2016-03-10 14:38:22 +00:00
David Dias
c8f2fdd077
internal transport interface + libp2p-tcp tests
2016-03-05 11:27:57 +00:00
Richard Littauer
aea0940b2d
Freejs => Freenode
...
See https://github.com/ipfs/community/issues/93
2015-12-28 17:18:08 -05:00
David Dias
348615b5aa
update readme and package.json
2015-10-29 00:26:18 +00:00
David Dias
789fdcfdc3
merge #11
2015-09-28 16:11:16 +01:00
Pau Ramon Revilla
5c53540e92
Implemented close
and improved the tests with it
2015-09-26 20:12:13 +02:00
Pau Ramon Revilla
8dc46da80f
Protect from peers without supported transports
...
# What
Trying to run compliance tests from the kad router module. I've tried to port the new swarm API but forgot to add a transport. The tests ended up blowing up instead of failing gracefully.
# How to test
```js
peerOne = new Peer(Id.create(), [multiaddr('/ip4/127.0.0.1/tcp/8090')])
peerTwo = new Peer(Id.create(), [multiaddr('/ip4/127.0.0.1/tcp/8091')])
swarm = new Swarm(peerZero)
swarm.dial(peerTwo, {}, function (err) {
console.log(err);
});
```
This just work and display the error.
2015-09-26 16:55:34 +02:00
David Dias
92b499df82
fix readme typos and missing links
2015-09-23 20:06:10 +01:00
David Dias
1833ded0f7
making progress
2015-09-21 16:46:04 +01:00
David Dias
544e4a4165
update README with new candidate interface
2015-09-20 21:08:28 +01:00
David Dias
cc8355fa42
make travis-ci badge green :)
2015-08-02 13:26:38 +02:00
dignifiedquire
a73066b10b
Setup travis
2015-07-31 18:03:29 +02:00
David Dias
8911d72648
add new openConnection option
2015-07-25 18:42:36 -07:00
David Dias
e1b4a8ce4e
add a readme
2015-07-21 16:00:59 -07:00
David Dias
3e56559396
update the badges
2015-07-10 16:04:18 -07:00
David Dias
bca27aa9b0
update the badges
2015-07-10 16:02:31 -07:00
David Dias
bd6b61da69
update the badges
2015-07-10 16:01:30 -07:00
David Dias
a5b2524873
connection reuse test
2015-07-10 12:28:40 -07:00
David Dias
14d11de201
clean the code a bit
2015-07-09 15:45:03 -07:00
David Dias
3cd6aef206
add badges
2015-07-08 16:33:57 -07:00
David Dias
6be2938f77
Initial commit
2015-07-08 15:59:25 -07:00