1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 14:34:24 +08:00

21 Commits

Author SHA1 Message Date
ed4a8eb782 chore(tests) add Short() -> SkipNow() to slowest tests
vanilla:
    21.57 real        45.14 user         8.51 sys

short:
    14.40 real        31.13 user         5.56 sys

License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
2014-11-15 02:10:53 -08:00
0135e3ebbe swarm + net: add explicit listen addresses 2014-11-05 04:00:49 -08:00
cea398b8a7 fix(all) log.Debug -> log.Debugf 2014-10-30 06:35:29 -07:00
9ca87fbb93 peer.Peer is now an interface
![](http://m.memegen.com/77n7dk.jpg)
2014-10-20 03:26:46 -07:00
d17292a4c2 differentiate ports cause timing. 2014-10-19 06:29:18 -07:00
aa70bbaf15 evil deadlock that wasn't.
important to always reread your code.
2014-10-19 06:21:08 -07:00
29ab6dec60 added msg counters to logs 2014-10-19 05:49:07 -07:00
63d6ee6daa multiconn in swarm 2014-10-19 05:05:28 -07:00
4783332b11 fixed tests 2014-10-19 02:05:29 -07:00
f8d70f344b simultaneous open should work for now
It's a patch, really. it's not the full multiconn fix.
2014-10-18 20:01:27 -07:00
1edc5a4613 updated Conn and Swarm
This Commit changes the relationship between Conn and Swarm.
After this, Conn is significantly more autonomous, and follows
an interface.

From here, it will be very easy to make the MultiConn (that
handles multiple Conns per peer).
2014-10-18 04:36:19 -07:00
ccaa490c91 better peer gen 2014-10-18 04:28:26 -07:00
f10b4bd8b3 fixed old swarm test 2014-10-18 04:28:26 -07:00
0bd64e7f71 move net -> multiaddr/net
transition our use of the net package to multiaddr/net
2014-10-11 03:24:35 -07:00
917be90437 updated multiaddr for net pkg 2014-10-11 03:07:36 -07:00
910a76e220 updated multiaddr use across codebase 2014-10-06 04:13:43 -07:00
e6b96b9c75 ammend tests with changes 2014-09-26 02:41:46 -07:00
cb968c62e8 chore(net:swarm) temporarily skip test
failing due to nil pointer dereference
2014-09-22 04:29:25 -07:00
7cac1ef93d fix(net:swarm) test... use netmsg interface 2014-09-22 04:27:18 -07:00
a273a03efc remove handshake for now (need to merge and move) 2014-09-22 04:05:12 -07:00
0ac4a2ba93 swarm rewrite, doesnt yet work (tests) 2014-09-22 04:05:12 -07:00