Marten Seemann
|
893c9a40e3
|
chore: update go-log
|
3 years ago |
Marten Seemann
|
403b19ef4f
|
Merge pull request #85 from libp2p/fix-flaky-accept-test
increase timeout in TestConnectionsClosedIfNotAccepted on CI
|
3 years ago |
Marten Seemann
|
289fcae846
|
increase timeout in TestConnectionsClosedIfNotAccepted on CI
|
3 years ago |
Marten Seemann
|
e2284acfba
|
Merge pull request #83 from libp2p/check-peer-id-on-inbound
add the peer ID to SecureInbound
|
3 years ago |
Marten Seemann
|
e267d49e21
|
add the peer ID to SecureInbound
|
3 years ago |
Marten Seemann
|
8d166903eb
|
Merge pull request #78 from libp2p/update-deps
chore: update deps
|
3 years ago |
Marten Seemann
|
fc8779cf92
|
chore: update deps
|
3 years ago |
Marten Seemann
|
efd8047300
|
Merge pull request #77 from libp2p/fix-typo
fix typo in error message
|
3 years ago |
Marten Seemann
|
3ac4a61cde
|
fix typo in error message
|
3 years ago |
Steven Allen
|
8acc055e8e
|
Merge pull request #74 from libp2p/fix-staticcheck
fix staticcheck
|
4 years ago |
Marten Seemann
|
8739d56d41
|
fix staticcheck
|
4 years ago |
Steven Allen
|
bda39a251b
|
Merge pull request #73 from libp2p/dont-listen-on-all-interfaces
don't listen on all interfaces in tests
|
4 years ago |
Marten Seemann
|
76f49368e8
|
don't listen on all interfaces in tests
|
4 years ago |
Marten Seemann
|
3a37a04978
|
Merge pull request #72 from libp2p/dont-use-go-multiaddr-net
stop using the deprecated go-multiaddr-net
|
4 years ago |
Marten Seemann
|
b743906cf6
|
stop using the deprecated go-multiaddr-net
|
4 years ago |
vyzo
|
cffe493e3e
|
Merge pull request #71 from libp2p/feat/conn-stat
Expose underlying transport connection stat where available
|
4 years ago |
vyzo
|
2397d98fe4
|
thread underlying conn Stat to allow transports to propagate stat information
|
4 years ago |
vyzo
|
4453d7a5e0
|
Implement support for simultaneous open (#25)
* implement support for simultaneous open
Co-authored-by: aarshkshah1992 <aarshkshah1992@gmail.com>
|
4 years ago |
Marten Seemann
|
ebab543510
|
Merge pull request #70 from libp2p/open-stream-context
pass contexts to OpenStream in tests
|
4 years ago |
Marten Seemann
|
508be7ea0b
|
pass contexts to OpenStream in tests
|
4 years ago |
Steven Allen
|
44b29c4150
|
Merge pull request #69 from libp2p/fix-int-to-string-conversion
fix int to string conversion in tests, update Go version on CI
|
4 years ago |
Marten Seemann
|
d3651207f0
|
fix int to string conversion in tests, update Go version on CI
|
4 years ago |
Aarsh Shah
|
bf33d1ed49
|
call the connection gater when accepting connections and after crypto handshake (#55)
|
5 years ago |
Raúl Kripalani
|
59da2c11b4
|
remove leftover ginkgo test file. (#61)
|
5 years ago |
Raúl Kripalani
|
b19703ddfe
|
simplify tests by removing ginkgo/gomega. (#60)
|
5 years ago |
Steven Allen
|
22677284b7
|
Merge pull request #45 from libp2p/generalize-private-network
use the ipnet.PSK instead of the ipnet.Protector for private networks
|
5 years ago |
Marten Seemann
|
1c35066451
|
use the ipnet.PSK instead of the ipnet.Protector for private networks
|
5 years ago |
Steven Allen
|
aabc5e4d8e
|
Merge pull request #27 from libp2p/fix/error-message
fix an incorrect error message
|
5 years ago |
Steven Allen
|
f0810711a1
|
fix an incorrect error message
"security stream multiplexer" is the worst sort of confusing.
|
5 years ago |
Raúl Kripalani
|
9bcb09e28a
|
complete the migration to consolidated types. (#23)
|
6 years ago |
Steven Allen
|
b1dd953814
|
Merge pull request #22 from libp2p/feat/consolidate-abstractions
Consolidate abstractions and core types into go-libp2p-core (#28)
|
6 years ago |
Steven Allen
|
57d79cc31d
|
Consolidate abstractions and core types into go-libp2p-core (#28)
|
6 years ago |
Steven Allen
|
9667b21c50
|
Merge pull request #21 from libp2p/dep/import-smux
dep: import go-libp2p-mplex into the libp2p org
|
6 years ago |
Steven Allen
|
67b7b275cf
|
dep: import go-libp2p-mplex into the libp2p org
|
6 years ago |
Steven Allen
|
dc54d8ad19
|
Merge pull request #19 from libp2p/fix/close-on-err
improve correctness of closing connections on failure
|
6 years ago |
Steven Allen
|
f418d2c15b
|
test: cleanup after tests
Otherwise, setting global variables races with running goroutines.
|
6 years ago |
Steven Allen
|
e87a4e322b
|
improve correctness of closing connections on failure
may be related to https://github.com/ipfs/go-ipfs/issues/6197
(but I can't find one)
|
6 years ago |
Steven Allen
|
5fc9b71f48
|
Merge pull request #11 from libp2p/fix/better-negotiation-errors
annotate errors
|
6 years ago |
Steven Allen
|
8ceb85678f
|
annotate errors
|
6 years ago |
Steven Allen
|
66b1a470e5
|
use mplex for tests instead of yamux
|
7 years ago |
Steven Allen
|
dbf3f835e2
|
remove dependency on the tcp transport
fixes #7
|
7 years ago |
Steven Allen
|
32b0643327
|
better document handleIncoming
|
7 years ago |
Steven Allen
|
07e87ba7ae
|
ensure we force use of the libp2p protector if ForcePrivateNetwork is set
|
7 years ago |
Steven Allen
|
6fbbb671e1
|
check if connection is closed before returning it from Accept
It could have been sitting around for a while.
|
7 years ago |
Steven Allen
|
605544869c
|
fix for moved insecure security transport
|
7 years ago |
Steven Allen
|
0db3c0aa88
|
fix for interface move
|
7 years ago |
Steven Allen
|
dc4b4aef0c
|
fix tests for rename
|
7 years ago |
Steven Allen
|
a08397a550
|
Merge pull request #5 from marten-seemann/listener-tests
add tests for the listener
|
7 years ago |
Steven Allen
|
1317fb9f54
|
complete rename
|
7 years ago |
Steven Allen
|
02126114c6
|
Merge pull request #3 from marten-seemann/fix-threshold-off-by-one-error
fix off-by-one error in the threshold
|
7 years ago |