137 Commits (b55baf18e967d8dd509c3b430b4217fa50a6a1e1)

Author SHA1 Message Date
Steven Allen 9ee9d94ea2
chore(ci): fix a flaky test (#787) 5 years ago
Cole Brown c261182d50 Adjust test timings for Ed25519 5 years ago
Cole Brown a80fc34f3a Update deps, mocknet tests 5 years ago
Christian Muehlhaeuser 0603b30056 Make use of time.Until & time.Since (#681) 5 years ago
Christian Muehlhaeuser 40cb489097 Fixed typos (#680) 5 years ago
Christian Muehlhaeuser a7ce9cc593
Removed ineffectual assignments 5 years ago
Raúl Kripalani 1cec1b9191 remove superfluous goroutine; avoid t.Fatal from goroutines. 5 years ago
Raúl Kripalani 8e4bc2ee2c fix #672: wait until done; fix ponger response. 5 years ago
Raúl Kripalani 9797b07de4 TestStreamsStress: reduce node count, increase stream density. 5 years ago
Steven Allen 3755b9afd6 test: full-close streams in stream stress test 5 years ago
Raúl Kripalani d87f89314c
Consolidate abstractions and core types into go-libp2p-core (#601) 6 years ago
vyzo c9b2f468ba reduce peer count in TestFuzzManyPeers when running under the race detector 6 years ago
Leonhard Markert 2a7478131a
Fix typos in p2p/net/README.md 6 years ago
Steven Allen 5c51323aa2 mock: increase tolerance for latency tests 6 years ago
Steven Allen 5b643cde2d mock: reduce peer count in FuzzManyPeers when the race detector is enabled 6 years ago
Steven Allen 58f40b9d11 mocknet: fix data race 6 years ago
iulianpascalau b8e47c5dea mock package: 6 years ago
Steven Allen 758b516603 mock: export ratelimiter as RateLimiter 6 years ago
Steven Allen 79ba610d21 mocknet: create a connection on NewStream if we need one 6 years ago
Steven Allen a8e25bf270 mocknet: refuse to connect to self 6 years ago
Steven Allen f4229470cb mocknet: use peer ID in peer address 6 years ago
Steven Allen 80c5998236 *really* fix the race in mock 6 years ago
Steven Allen 841a6272c6 fix a data-race in the mock net 6 years ago
gukq 2ea753ece0 Just repair spelling mistake 6 years ago
Steven Allen c46e8d6e36 gx: update go-libp2p-peerstore 6 years ago
Cole Brown 5a704d2daa Add Stat to mock net conns and streams 6 years ago
Steven Allen 784ff9c5a5 fix closing of mock streams in test 6 years ago
Steven Allen f56473fb01 make sure reset works on half-closed streams 6 years ago
Erin Swenson-Healey 2f001009f2 loosen tolerance in latency test 7 years ago
Erin Swenson-Healey bb9d55ac08 add test which demonstrates how Mocknet latency works 7 years ago
Steven Allen 41c6834850 refactor for transport changes 7 years ago
Hector Sanjuan cc1c2af4b7 Update go-detect-race to latest packaged version and location 7 years ago
Kevin Atkinson af895a81d5 Fix most "go vet" errors. 7 years ago
Steven Allen 860d278469 make sure to not drop writes on close 7 years ago
Steven Allen 17354d7768 get rid of debugging code 7 years ago
Steven Allen 1b9aa7789c update go-stream-muxer 7 years ago
Gurinder Singh 8f9170f6e2 Made the image render inline 7 years ago
vyzo 6be81d34c1 basic_host: take base context as parameter in NewHost 7 years ago
vyzo 7f1ffcbd4e basic_host: NewHost: don't panic on relay errors, return an error instead 7 years ago
Steven Allen 112866c35a tests: update test cases to act like go-peerstream 1.7.0 7 years ago
Lars Gierth f0453a2458 basichost: refactor BasicHost construction 8 years ago
Jeromy f61f242f69 Extract netutil to its own package 8 years ago
Jeromy 4f17a651d1 add negotiate timeout option to basichost 8 years ago
Jeromy 6f804db71e update dependencies and add deadline methods to streams 8 years ago
Jeromy 1bad77c7db update packages to add support for getStreams 8 years ago
Jeromy 7aced371c7 extract libp2p-swarm 8 years ago
Jeromy 70872ff663 update deps 8 years ago
Jeromy 1a53ad77b9 extract host interface 8 years ago
Jeromy 9910e6a7cf switching to separated conn and interface-conn packages 8 years ago
Jeromy cea1fe131f extract net interface and metrics 8 years ago