vyzo
a786afe7f7
Merge pull request #568 from libp2p/fix/verbose-nat-error
reduce nat error level
6 years ago
Steven Allen
16a60f9751
reduce nat error level
6 years ago
vyzo
9a5a437772
Merge pull request #563 from libp2p/fix/simplify-unspecific-relay
relay: simplify declaration of multiaddr var
6 years ago
Lars Gierth
7741442478
relay: simplify declaration of multiaddr var
6 years ago
Steven Allen
0e4b173287
Merge pull request #561 from lnykww/master
Fix UDP listen on a Unspecified Address and Dial from the Unspecified Address
6 years ago
Raúl Kripalani
169e5c6451
Merge pull request #562 from andrew/ci-readme-badges
Remove jenkins column from package table
6 years ago
Andrew Nesbitt
2b1f7dd23f
Remove jenkins column from package table
Also update travis-ci.org to travis-ci.com
6 years ago
lnykww
5da711dc6c
Fix UDP listen on a Unspecified Address and Dial from the Unspecified Address
LocalMultiaddr May return the Unspecified Address, if so, we need to
check if we listen on the Unspecified address and they were equal.
6 years ago
Raúl Kripalani
d42487d59b
remove Jenkinsfile.
6 years ago
vyzo
165c59fe92
Merge pull request #557 from libp2p/gx/update
gx publish 6.0.41
6 years ago
vyzo
e5e6e67c50
gx publish 6.0.41
6 years ago
vyzo
2308ba3c00
Merge pull request #556 from libp2p/gomod/update
update go-smux-yamux dependency
6 years ago
vyzo
eb20b61a6d
update go-smux-yamux
6 years ago
Steven Allen
b1ba17c750
Merge pull request #555 from curiousleo/patch-1
Fix typos in p2p/net/README.md
6 years ago
Leonhard Markert
2a7478131a
Fix typos in p2p/net/README.md
"Requet" -> "Request", "tls" -> "TLS"
6 years ago
Steven Allen
abe3981df7
Merge pull request #549 from libp2p/feat/better-natmapping
better nat mapping
6 years ago
Raúl Kripalani
82ac647330
readme: update usage instructions for gomod.
6 years ago
Steven Allen
5c51323aa2
mock: increase tolerance for latency tests
These were exceeding their tolerances when run under the race detector on CI.
6 years ago
Steven Allen
5b643cde2d
mock: reduce peer count in FuzzManyPeers when the race detector is enabled
6 years ago
Steven Allen
e96aefc3b3
autorelay: disable consistantly failing auto-relay test
6 years ago
Steven Allen
58f40b9d11
mocknet: fix data race
6 years ago
Steven Allen
8c8f08e36f
natmgr: rename refresh to sync
6 years ago
Steven Allen
3617750071
better nat mapping
1. Update to work with https://github.com/libp2p/go-libp2p-nat/pull/14 .
2. Avoid observed addrs when our NAT tells us about external addrs.
3. Ignore bad addrs reported by our NAT. Substitute with observed addrs.
4. Fix https://github.com/libp2p/go-libp2p/issues/428 .
6 years ago
Steven Allen
df7e2af864
Merge pull request #551 from libp2p/mod/update-autonat
dep: update autonat
6 years ago
Steven Allen
d0ce3e1bac
dep: update autonat
6 years ago
vyzo
3cf9d1cb40
Merge pull request #550 from libp2p/gx/update
gx publish 6.0.40
6 years ago
vyzo
9523eec478
gx publish 6.0.40
6 years ago
Raúl Kripalani
9b81727f35
Merge pull request #545 from libp2p/gomod
add gomod support // tag v0.0.1.
6 years ago
Raúl Kripalani
c4b498537c
add gomod support // tag v0.0.1.
6 years ago
Steven Allen
c4577c7703
gx publish 6.0.39
6 years ago
Hector Sanjuan
e2bb50b370
Merge pull request #543 from libp2p/gx/update-qtg73x
gx: update go-multiaddr
6 years ago
Hector Sanjuan
e65ae1d2ea
gx publish 6.0.38
6 years ago
Hector Sanjuan
8ba018c728
gx: update go-multiaddr
6 years ago
Hector Sanjuan
8a352ac2b2
Merge pull request #542 from libp2p/gx/update-az3v0j
gx: update go-libp2p-peer
6 years ago
Hector Sanjuan
6c69405fda
gx publish 6.0.37
6 years ago
Hector Sanjuan
562d54ff15
gx: update go-libp2p-peer
6 years ago
Steven Allen
695d0ce801
gx publish 6.0.36
6 years ago
Jakub Sztandera
617cbd50b5
gx publish 6.0.35
6 years ago
Jakub Sztandera
533d9866c6
gx publish 6.0.34
6 years ago
Matt Joiner
3b8d83ffdc
Resolve addrs with P2P instead of IPFS ( #539 )
6 years ago
vyzo
c8e2699045
Merge pull request #536 from libp2p/gx/update
gx publish 6.0.33
6 years ago
vyzo
d80a58df1d
gx publish 6.0.33
6 years ago
Steven Allen
74b74b1594
Merge pull request #535 from iulianpascalau/fix/race-mock-conn-stream
Fixed race conditions in mock package mock_stream and mock_conn
6 years ago
iulianpascalau
b8e47c5dea
mock package:
- changed GetStreams function from mock_conn.go to call allStreams which has the same functionality but is concurrent safe
- changed protocol field from mock_stream to be concurrent safe. Taken the implementation from swarm_stream.go
6 years ago
vyzo
ee3d862ba5
Merge pull request #534 from libp2p/fix/relay-advertisement-delay
increase initial relay advertisement delay to 30s
6 years ago
vyzo
7fa37513fd
increase initial relay advertisement delay to 30s
6 years ago
vyzo
fa7ef71531
Merge pull request #532 from libp2p/gx/update
gx publish 6.0.32
6 years ago
vyzo
74ff6a1a2a
gx publish 6.0.32
6 years ago
vyzo
63756355b0
Merge pull request #531 from libp2p/fix/autorelay-peer-info
Use PeerRouting in autorelay to find relay peer addresses
6 years ago
vyzo
3a993345d0
use PeerRouting in autorelay to find relay peer addresses
6 years ago