1250 Commits (192e96f186d130f4e3c1a15209e1ab2a06dad87c)
 

Author SHA1 Message Date
Henry 8bcd3e5920 only warn about io.EOF from mux.ReaderHeaders (fixes #1143) 10 years ago
Jeromy 906944b26c cleanup changes from PR 10 years ago
Jeromy 4493535ddd implement a config option for mdns 10 years ago
Juan Batiz-Benet bc183f1a79 vendored mdns deps 10 years ago
Jeromy 6e58f4bec1 implement basic peer discovery using mdns 10 years ago
Juan Batiz-Benet b595735032 remove debugerrors 10 years ago
Jeromy 044af69129 increase window size for yamux streams 10 years ago
Juan Batiz-Benet 6ed5f07b62 secio: better error detection 10 years ago
Jeromy 0d0ba8ae9a log listeners dying as at least a warning 10 years ago
Juan Batiz-Benet 9dbbe6db05 reuseport: env var to turn it off 10 years ago
Tor Arne Vestbø ca5b43edac Extend logging when peer handshake detects clashing/same keys 10 years ago
Jeromy 44309cd502 bandwidth metering on streams 10 years ago
Ho-Sheng Hsiao ac98d23b65 Reorged imports from jbenet/go-ipfs to ipfs/go-ipfs 10 years ago
Juan Batiz-Benet a47b897105 added cancel func calls previously ignored 10 years ago
Alex 236dfd1e18 Implemented @jbenet's suggestion to avoid panics if peerID is of length 0. 10 years ago
Alex 4b52be2807 Fixed #780 10 years ago
Henry f71d1733dc godep&x/crypto: updated multihash and moved to x/crypto for blowfish 10 years ago
Henry e73da92c04 rewrote import paths of go.net/context to use golang.org/x/context 10 years ago
Jeromy 83ea98ed5e fix weird race condition in goprocess that caused a few panics 10 years ago
Jeromy 1f0bbc476a allow removal of stream handlers 10 years ago
Jeromy 3281065076 keep routing logic out of NewStream on routedHost 10 years ago
Jeromy 90fa929051 make NewStream run FindPeer if no addresses found 10 years ago
Juan Batiz-Benet 01be69d391 routed host stash 10 years ago
Brian Tiger Chow 62d4f17057 misc: suppress logs to Debug (from Info) 10 years ago
Jeromy 9c83bd0959 fix for #757 10 years ago
Juan Batiz-Benet d2544da530 p2p/net/conn: respect context on dialing 10 years ago
Juan Batiz-Benet 46b21cf5be ctx.Done fixes 10 years ago
Juan Batiz-Benet 8a81975ce8 ratelimiter: fixing rate limiter use 10 years ago
Juan Batiz-Benet 381e99a375 p2p/protocol/identity: smarter tracking observed addrs 10 years ago
Juan Batiz-Benet e13ad02f04 test/mocknet: this test fails on CI sometimes 10 years ago
Juan Batiz-Benet 72b70417a7 cmds/swarm connect had broken 10 years ago
Juan Batiz-Benet 3afbc9d8d9 logs: removed all log.Errors unhelpful to users 10 years ago
Juan Batiz-Benet e3e91a4d24 p2p/crypto/secio: dont bother user with mac errs. 10 years ago
Juan Batiz-Benet 46877f3f44 p2p/protocol/id: log version mismatch disconnects 10 years ago
Juan Batiz-Benet 884699e1e7 p2p/protocol/id: break on version mismatch. 10 years ago
Juan Batiz-Benet 8b419c5de4 p2p/net/swarm: permute addrs in rate limited dials 10 years ago
Juan Batiz-Benet 51709847e6 p2p/net/swarm: rate limit dials. max of 10 addrs at a time. 10 years ago
Juan Batiz-Benet 0f4e8fb460 AddrManager: use addr manager with smarter TTLs 10 years ago
Juan Batiz-Benet 5c3146fd84 p2p/peer/addr: manager with expirations 10 years ago
Juan Batiz-Benet eb99330909 log(secio): session loggable for event 10 years ago
Juan Batiz-Benet 6451bf2067 p2p/net/conn: log conn lifetime event 10 years ago
Brian Tiger Chow 9d4243027a doc(p2p/mux) rm stale comment 10 years ago
Brian Tiger Chow 71877e0142 fix(mux) hold lock when reading default handler field 10 years ago
Juan Batiz-Benet 6b1de9b801 p2p/conn: expose io.Closer interface 10 years ago
Juan Batiz-Benet 6e598fdfbf p2p/host: nat manager 10 years ago
Juan Batiz-Benet e16d7d2c37 p2p/nat: make nat mappings closable by client 10 years ago
Juan Batiz-Benet 93655b428c p2p/net: notify on listens 10 years ago
Brian Tiger Chow 320d060948 log(secio) rm handshake console log (still has event log) 10 years ago
Brian Tiger Chow 3d43649d83 Merge pull request #699 from jbenet/net-set-listener 10 years ago
Juan Batiz-Benet bfe998f3e1 p2p/net: network interface Listen func 10 years ago