4985 Commits (7d0b6ba9336fe8125e5f838828f12415b887e859)
 

Author SHA1 Message Date
rht 2a7f53f790 Use WithContextAndTeardown whenever possible 10 years ago
rht 316ba886a9 Change Process interface into object variable 10 years ago
rht e2481a24f3 Replace ctxgroup.ContextGroup -> goprocess.Process 10 years ago
Juan Batiz-Benet 8ad672a767 Merge pull request #1433 from ipfs/fix/addr-filter 9 years ago
Lars Gierth bafe1b04fe swarm: fix peers_total metric 9 years ago
Jeromy 1c1e389d89 add command to manipulate address filters and a sharness test for them 9 years ago
Jeromy c5cdd981e2 add filters from config to addr filter in swarm 9 years ago
Lars Gierth 910ebfe9a5 swarm: export ipfs_p2p_peers_total metric 10 years ago
Juan Batiz-Benet dae8ff49a1 fix swarm notif tests 10 years ago
Juan Batiz-Benet 1cef084e57 mock: fix notif test 10 years ago
Juan Batiz-Benet 19f3395231 daemon option to optionally disable secio 10 years ago
Jeromy 49b3571994 filter incoming connections and add a test of functionality 10 years ago
Jeromy 9a3d287c80 broke filters out into a struct 10 years ago
Jeromy 89c1c82865 add in basic address dial filtering 10 years ago
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