Steven Allen
c67b87ce7b
Merge pull request #400 from rargulati/add-secure-tpt-to-set
Ensure duplicate transports are filtered
6 years ago
Raghav Gulati
6e72e88461
Add test for duplicate tpts in muxer
6 years ago
Steven Allen
7d6f9521c2
Merge pull request #380 from libp2p/fix/reset-ping-stream
always reset ping streams when done
6 years ago
Raghav Gulati
3c19cb12b9
Ensure we filter duplicate transports in muxer
Similar to secure transports in config, if we don't add the transport to
the set, we'll never identify duplicates.
6 years ago
Raghav Gulati
8695530d72
Change value to struct
6 years ago
Raghav Gulati
87255e4ff0
Ensure duplicate transports are filtered
Without adding the transport to the set, we'll never identify if there
are duplicates in the slice of secure transports provided by the config.
6 years ago
Steven Allen
6f0dcfa108
Merge pull request #389 from libp2p/fix/mock-streams
mock stream fixes
6 years ago
Steven Allen
f0eba35c6e
Merge pull request #388 from libp2p/fix/id-reset
reset when we fail in identify
6 years ago
Steven Allen
6c88b44aba
Merge pull request #394 from libp2p/fix/revert-correct-external-addr
Revert "Merge pull request #386 from libp2p/fix/correct-external-addr"
6 years ago
Steven Allen
0c971f9a13
Merge pull request #397 from cannium/typo
Fix a typo in doc
6 years ago
Can ZHANG
ed85445dc3
Fix a typo in doc
6 years ago
Steven Allen
c83318bf08
Revert "Merge pull request #386 from libp2p/fix/correct-external-addr"
This reverts commit aca83b9b63
, reversing
changes made to 86b8929d4d
.
This was is not the correct fix. We already expose these addresses via the
host's AllAddrs method. The real problem is probably that we just don't ever
tell anyone about them (unless we disconnect and reconnect to our nearby DHT
nodes).
We need an address gossip protocol.
6 years ago
David Dias
163d7d40dd
docs: add url to weekly dev syncs
6 years ago
Steven Allen
cc70c4be36
gx publish 6.0.8
6 years ago
Steven Allen
8cdaeaa162
gx publish 6.0.7
6 years ago
Steven Allen
0b51ec2468
Merge pull request #390 from libp2p/feat/protobuf
update gogo protobuf
6 years ago
Steven Allen
f6ad991bb5
update gogo protobuf
and regenerate protobuf files
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
Steven Allen
2e13245085
reset when we fail in identify
6 years ago
Steven Allen
aca83b9b63
Merge pull request #386 from libp2p/fix/correct-external-addr
when we do a nat port mapping, explicitly remember the mapped address
6 years ago
bigs
86b8929d4d
Merge pull request #387 from gpestana/doc-defaults
docs: Document defaults #382
6 years ago
gpestana
197b42caea
docs: Document defaults #382
6 years ago
Steven Allen
7133f4124f
when we do a nat port mapping, explicitly remember the mapped address
related to #383
I won't call this *fixed* yet but it should help.
6 years ago
Steven Allen
77b7d8f06f
Merge pull request #385 from florianlenz/fix/multiplex
[muxer] set mplex version to 6.7.0
6 years ago
Florian Lenz
fcaa18df9a
[muxer] set mplex version to 6.7.0
6 years ago
Steven Allen
c984cc61a6
Merge pull request #378 from upperwal/default_listener
Added a Default listener
6 years ago
Abhishek Upperwal
9e952be412
modified regex for ipv6
6 years ago
Abhishek Upperwal
617d7a5797
Corrected ip6 string
6 years ago
Abhishek Upperwal
ecf27b599f
strict DefaultListenAddrs test w/ regex
6 years ago
Steven Allen
d8ee5b3cc9
Merge pull request #381 from libp2p/feat/extract-examples
extract libp2p examples to go-libp2p-examples
6 years ago
Steven Allen
d9712a3b90
Merge pull request #298 from qidu/patch-1
Update README.md
6 years ago
qidu
075d336c2f
Update README.md
to get the source right
7 years ago
Steven Allen
0ee6c5a218
extract libp2p examples to go-libp2p-examples
Repo: https://github.com/libp2p/go-lib2p-examples
6 years ago
Steven Allen
72df25af76
always reset ping streams when done
Currently, we leak a stream. We could use FullClose but, IMO, it's not worth it.
We might as well just reset and walk away.
6 years ago
Abhishek Upperwal
6372f928d4
Correct behaviour test for DefaultListenAddrs
6 years ago
Abhishek Upperwal
29af134a71
corrected transport init
6 years ago
Abhishek Upperwal
fb4019575d
Added test for DefaultListenAddrs
6 years ago
Abhishek Upperwal
836d042f54
added ipv6 + checking for default transport
6 years ago
Abhishek Upperwal
d104ff8dea
making go fmt happy
6 years ago
Abhishek Upperwal
f82d4ec6aa
default listener
6 years ago
Abhishek Upperwal
9f25f9237e
Merge pull request #2 from libp2p/master
refactor merge
6 years ago
Steven Allen
9e5ef7a4e6
gx publish 6.0.6
6 years ago
Steven Allen
835abcbfe2
gx: update go-libp2p-transport-upgrader, go-libp2p-nat, mdns
6 years ago
Steven Allen
75dc5aa313
Merge pull request #373 from libp2p/fix/new-uuid-library
switch to google's uuid library
6 years ago
Steven Allen
67fb60d95b
switch to google's uuid library
6 years ago
David Dias
934606d0f2
docs: update logo url
6 years ago
Steven Allen
cdc6d19407
gx publish 6.0.5
6 years ago
Steven Allen
f24a6d86d8
gx publish 6.0.4
6 years ago
Steven Allen
ecdd30ece9
gx publish 6.0.3
6 years ago