1071 Commits (a786afe7f79b031d67bd56faa32ee63fd56b3618)
 

Author SHA1 Message Date
rht b1702b084d Replace Critical{,f} with Error{,f} 10 years ago
Juan Batiz-Benet f5a9795de0 p2p/net/identify: clump addr observers into groups 10 years ago
Juan Batiz-Benet c754f21013 p2p/protocol/identify: dont double count observers 10 years ago
rht 2acaf71e32 Swap all 'crypto/rand' rng in tests with 'math/rand' 10 years ago
Jeromy 9839d64fd8 move util.Key into its own package under blocks 10 years ago
Juan Batiz-Benet 78a6ca3f0c Merge pull request #1294 from rht/cleanup-tour 10 years ago
Henry c0474823e5 mdns: use my fork of hashicorp/mdns 10 years ago
rht 1db542481a Replace 'var * bytes.Buffer' with '\1 := new(bytes.Buffer)' 10 years ago
rht c62870fba3 Run 'gofmt -s -w' on these files 10 years ago
Juan Batiz-Benet 951984301c net/p2p + secio: parallelize crypto handshake 10 years ago
Dominic Tarr d71990d83d make comments describe what code actually does. 10 years ago
Juan Batiz-Benet 54b1106382 Merge pull request #1181 from ipfs/fix/mega-read 10 years ago
Jeromy 333ef67d71 quick fix for OOM panic that has been plaguing us 10 years ago
Juan Batiz-Benet 98c4e3f6d5 Merge pull request #1160 from ipfs/fix/dial-error-hiding 10 years ago
Juan Batiz-Benet 9058b77174 Merge pull request #1165 from ipfs/fix/mdns-addr 10 years ago
Jeromy Johnson ba120bcd38 Update swarm_dial.go 10 years ago
Jeromy a8041e64bf use ALL THE ADDRESSES! 10 years ago
Jeromy 0795217c60 dont advertise loopback address over mdns 10 years ago
Jeromy 715f8950a0 bring some errors that were being hidden in the dial sequence to the surface 10 years ago
Henry f62ab58ce2 godeps: move (go)goprotobuf to github location 10 years ago
Henry 4a260476a8 protocolEOF: demoted EOF to Debug, kept the else as Warning 10 years ago
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