Steven Allen
43636e4e28
gx publish 6.0.25
6 years ago
Steven Allen
5904fabec1
gx publish 6.0.24
6 years ago
Steven Allen
9356373d00
gx publish 6.0.23
6 years ago
Steven Allen
f6dce9ab90
gx publish 6.0.22
6 years ago
Steven Allen
91514ce02b
Merge pull request #465 from libp2p/fix/mock-race-really
*really* fix the race in mock
6 years ago
Steven Allen
80c5998236
*really* fix the race in mock
6 years ago
Steven Allen
8af9bc6228
gx publish 6.0.21
6 years ago
Steven Allen
1e38b9ef15
Merge pull request #464 from libp2p/fix/mock-race
fix a data-race in the mock net
6 years ago
Steven Allen
841a6272c6
fix a data-race in the mock net
This was causing https://github.com/ipfs/go-ipfs/pull/5637#issuecomment-432792969
6 years ago
Steven Allen
f046774e0a
gx publish 6.0.20
6 years ago
Steven Allen
6a74328ec5
Merge pull request #462 from libp2p/fix/no-custom-field
switch to DisablePing instead of PingCustom
6 years ago
Steven Allen
30e4db2415
Merge pull request #463 from libp2p/fix/basic-host-test
fix buggy addr equal in test
6 years ago
Steven Allen
63256192d7
fix buggy addr equal in test
6 years ago
Steven Allen
d59ca83d48
switch to DisablePing instead of PingCustom
6 years ago
Steven Allen
7eaeeaa9fe
Merge pull request #461 from libp2p/fix/remove-protocol-version-check
don't disconnect on protocol version mismatch
6 years ago
Steven Allen
dd7868a1a7
don't disconnect on protocol version mismatch
Sending a protocol version is nice. However, this "disconnect if our versions
are different" logic makes the version entirely useless (because we can't change
it).
Really, each indevidual protocol is versioned so let's just leave it at that. If
we make a breaking change that requires a protocol bump, we can do that and
then switch on the other side's version. However, we'll have to wait for the
entire network to upgrade for that to work.
6 years ago
vyzo
ddd5604b14
Merge pull request #458 from libp2p/feat/ping
Add ping service in basic host and libp2p constructor option (enabled by default)
6 years ago
vyzo
48e0effd6a
resolve import cycle in ping test
6 years ago
vyzo
1056fa8119
Ping constructor option, enabled by default
6 years ago
vyzo
0fa1c25479
ping service in basic host
6 years ago
vyzo
a768598c50
free standing Ping function
6 years ago
vyzo
4dc78663d6
Merge pull request #457 from libp2p/fix/pubsub-link
package-list: fix pubsub link
6 years ago
Steven Allen
9592a3eab6
package-list: fix pubsub link
(for rename)
6 years ago
Raúl Kripalani
11bd3221ba
Merge pull request #456 from libp2p/feat/update-package-list
update package list for discovery and autonat
6 years ago
vyzo
55f24aa3fc
shuffle packages to better spots
6 years ago
vyzo
9a8a3d7437
update package list for discovery and autonat
6 years ago
vyzo
2f5a29e64e
Merge pull request #449 from libp2p/fix/issue-448
fix relay-specific address dialing in routed host
6 years ago
vyzo
1536433f6b
use TempAddrTTL for relay addrs
6 years ago
Steven Allen
0126c421eb
Merge pull request #453 from libp2p/docs/gorpc-in-list
Add go-libp2p-gorpc to package list.
6 years ago
vyzo
e0e1c9f82f
Merge pull request #441 from libp2p/feat/default-relay
Enable relay by default in New
6 years ago
Steven Allen
01399d737c
Merge pull request #455 from libp2p/gx/update-circuit
gx: update go-libp2p-circuit
6 years ago
Steven Allen
9237347ad2
ci: update go
6 years ago
Steven Allen
c3acc1c21b
gx: update go-libp2p-circuit
(disables discovery by default)
6 years ago
Hector Sanjuan
80a994aeb0
Add go-libp2p-gorpc to package list.
Apparently this also includes some new Jenkins badges.
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
6 years ago
Steven Allen
061038402a
gx publish 6.0.19
6 years ago
Steven Allen
9750574e2e
gx publish 6.0.18
6 years ago
vyzo
46c377ac12
Merge pull request #451 from libp2p/fix/readme
fix README info for pubsub
6 years ago
vyzo
6d641cac9f
fix README info for pubsub
6 years ago
vyzo
c52f45235d
simplify routed relay addr check
the first component must be P_P2P, or else we have a specific address to dial
6 years ago
vyzo
dd9b96f702
check for old-style relay addrs
6 years ago
Steven Allen
2fac973565
gx publish 6.0.17
6 years ago
Steven Allen
42346ec3a1
gx publish 6.0.16
6 years ago
vyzo
f3c4a0c48b
fix relay-specific address dialing in routed host
6 years ago
Steven Allen
27f502e525
Merge pull request #443 from libp2p/fix/log-spam
downgrade protocol mux failure log to debug
6 years ago
Kevin Atkinson
394c637102
gx publish 6.0.15
6 years ago
Kevin Atkinson
9c7d8298e3
gx publish 6.0.14
6 years ago
vyzo
e7fc8861f9
downgrade protocol mux failure log to debug
6 years ago
Steven Allen
57ed88e170
Merge pull request #427 from cannium/track-more-observed-address-info
Track more info for observed addresses
6 years ago
Can ZHANG
92ec4b2d18
Updates due to code review
6 years ago
vyzo
5834054ad8
fix typo
6 years ago