Marten Seemann
0d38750db8
use the new DisableLogging mdns option, don't turn off logging globally
6 years ago
Steven Allen
1f1aca1c28
gx publish 6.0.10
6 years ago
Steven Allen
eeddac930f
Merge pull request #369 from libp2p/feat/stat
Add Stat to mock net conns and streams
6 years ago
Cole Brown
5a704d2daa
Add Stat to mock net conns and streams
6 years ago
Steven Allen
10a44085f5
gx: update go-libp2p-net
6 years ago
Steven Allen
cacf6f42b5
Merge pull request #398 from libp2p/feat/no-default-listen
add options for disabling the default listen address/transports
6 years ago
Steven Allen
461af4c787
Merge pull request #405 from libp2p/fix/package-table
remove some packages from the package table
6 years ago
Raúl Kripalani
cf61930207
package-table: correct small typo.
License: MIT
Signed-off-by: Raúl Kripalani <raul@protocol.ai>
6 years ago
Steven Allen
788a09fbba
remove some packages from the package table
* go-libp2p-coral-dht is currently being written and shouldn't go in this list
until it's reasonable usable (unless I'm missing the point of this list).
* go-libp2p-ping is an unmaintained extraction of go-libp2p/p2p/ping
* go-libp2p-pubsub is slated to be removed.
* go-libpp2-dummy-conn was implemented to test go-libp2p-pnet. (1)
go-libp2p-pnet can now be tested with normal `io.ReadWriteCloser`s so it
doesn't need this package and (2) I didn't bother updating this package when I
did the libp2p transport refactor.
6 years ago
Steven Allen
8be4535a5d
Merge pull request #404 from raulk/package-list
README: fix go-libp2p-blankhost row
6 years ago
Raúl Kripalani
a6d2132260
README: fix go-libp2p-blankhost row.
License: MIT
Signed-off-by: Raúl Kripalani <raul@protocol.ai>
6 years ago
Raúl Kripalani
b9e2403602
Merge pull request #403 from hacdias/master
feat: use package-table
6 years ago
Raúl Kripalani
2d5c64cdd3
Fix blankhost entry.
6 years ago
Henrique Dias
69accddc06
Merge pull request #1 from raulk/package-list
enhance package list with new items.
6 years ago
Raúl Kripalani
30901d57f9
enhance package list with new items.
License: MIT
Signed-off-by: Raúl Kripalani <raul.kripalani@gmail.com>
6 years ago
Henrique Dias
cc7c13b9b5
update table
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
6 years ago
David Dias
e1ef4d206d
Update package-list.json
6 years ago
David Dias
e7739aadfc
docs: update packages table
6 years ago
David Dias
c13bbde3cf
fix: update package-list
6 years ago
Henrique Dias
84c701dbfe
remove badges for interface-
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
6 years ago
Henrique Dias
a7b1927769
travis and jenkins
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
6 years ago
Henrique Dias
1de376200e
add link to package-table
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
6 years ago
Henrique Dias
6c9315e809
fix: use name instead of pakage
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
6 years ago
Henrique Dias
8dc8dd09db
feat: use package-table
6 years ago
Steven Allen
ab978fcf9d
gx publish 6.0.9
6 years ago
Steven Allen
a36d383413
add tests for NoTransports and NoListen
6 years ago
Steven Allen
ad5b7b9ba6
add options for disabling the default listen address/transports
So, in go-ipfs at least, we *don't* pass the listen addresses into the libp2p
constructor. Instead, we specify them later.
This option allows us to tell libp2p to not listen by default.
6 years ago
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