- 30 Aug, 2018 1 commit
-
-
Marten Seemann authored
-
- 28 Aug, 2018 4 commits
-
-
Steven Allen authored
-
Steven Allen authored
Add Stat to mock net conns and streams
-
Cole Brown authored
-
Steven Allen authored
-
- 27 Aug, 2018 3 commits
-
-
Steven Allen authored
add options for disabling the default listen address/transports
-
Steven Allen authored
remove some packages from the package table
-
Raúl Kripalani authored
License: MIT Signed-off-by: Raúl Kripalani <raul@protocol.ai>
-
- 24 Aug, 2018 4 commits
-
-
Steven Allen authored
* 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.
-
Steven Allen authored
README: fix go-libp2p-blankhost row
-
Raúl Kripalani authored
License: MIT Signed-off-by: Raúl Kripalani <raul@protocol.ai>
-
Raúl Kripalani authored
feat: use package-table
-
- 23 Aug, 2018 3 commits
-
-
Raúl Kripalani authored
-
Henrique Dias authored
enhance package list with new items.
-
Raúl Kripalani authored
License: MIT Signed-off-by: Raúl Kripalani <raul.kripalani@gmail.com>
-
- 22 Aug, 2018 10 commits
-
-
Henrique Dias authored
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
-
David Dias authored
-
David Dias authored
-
David Dias authored
-
Henrique Dias authored
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
-
Henrique Dias authored
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
-
Henrique Dias authored
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
-
Henrique Dias authored
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
-
Henrique Dias authored
-
Steven Allen authored
-
- 21 Aug, 2018 8 commits
-
-
Steven Allen authored
-
Steven Allen authored
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.
-
Steven Allen authored
Ensure duplicate transports are filtered
-
Raghav Gulati authored
-
Steven Allen authored
always reset ping streams when done
-
Raghav Gulati authored
Similar to secure transports in config, if we don't add the transport to the set, we'll never identify duplicates.
-
Raghav Gulati authored
-
Raghav Gulati authored
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.
-
- 16 Aug, 2018 3 commits
-
-
Steven Allen authored
mock stream fixes
-
Steven Allen authored
reset when we fail in identify
-
Steven Allen authored
Revert "Merge pull request #386 from libp2p/fix/correct-external-addr"
-
- 15 Aug, 2018 2 commits
-
-
Steven Allen authored
Fix a typo in doc
-
Can ZHANG authored
-
- 13 Aug, 2018 1 commit
-
-
Steven Allen authored
This reverts commit aca83b9b, reversing changes made to 86b8929d. 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.
-
- 11 Aug, 2018 1 commit
-
-
David Dias authored
-