206 Commits (5dd1bd5e72a52350c79a2c621d8eee26f30c89af)
 

Author SHA1 Message Date
Juan Batiz-Benet 5dd1bd5e72 added docs 9 years ago
Juan Batiz-Benet 885d86219e move to p2p dir 9 years ago
Jeromy 983ed327ce extract logging 9 years ago
Jeromy 5d1b82954f cache nat port mappings for a short period of time 9 years ago
Jeromy 78eb217249 WIP: quick fix to the NAT spam too many open fd's bug 9 years ago
Jeromy 72696c9852 fix mock notification test 9 years ago
rht c3858e87c1 Refactor FullMeshLinked and ConnectAll() 9 years ago
Jeromy 0f3e3fe264 replace nodebuilder with a nicer interface 9 years ago
rht fc3c6838fb Replace context.TODO in test files with context.Background 9 years ago
Pavol Rusnak 71ef02797c remove elliptic.P224 usage 9 years ago
Jeromy c65f633de1 fix same test in swarm 9 years ago
Jeromy 57e6cb40bd fix race condition in notifications test 9 years ago
Juan Benet 1879bb06e6 Merge pull request #1471 from heems/master 9 years ago
Jeromy dff9366ef9 make timing tests actually not run under CI 9 years ago
Karthik Bala 536c183b37 add transport logic to mocknet 9 years ago
Juan Batiz-Benet 034d422d3f Merge pull request #1473 from ipfs/godep-peerstream 9 years ago
Jeromy 7b6ff6f13c update go-peerstream to newest version 9 years ago
Jeromy aae565ae89 making the daemon shutdown quicker 9 years ago
Jeromy 5140ff6ba1 make ping its own protocol 9 years ago
Juan Batiz-Benet cbbbda109a expose internal/pb packages. 9 years ago
rht 0c742fd960 Make sure process context is set last 9 years ago
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