- 06 Oct, 2018 1 commit
-
-
vyzo authored
-
- 05 Oct, 2018 1 commit
-
-
vyzo authored
-
- 01 Oct, 2018 1 commit
-
-
vyzo authored
-
- 29 Sep, 2018 1 commit
-
-
Can ZHANG authored
-
- 13 Sep, 2018 1 commit
-
-
Can ZHANG authored
-
- 07 Sep, 2018 1 commit
-
-
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.
-
- 02 Aug, 2018 1 commit
-
-
Steven Allen authored
related to #383 I won't call this *fixed* yet but it should help.
-
- 12 Jun, 2018 1 commit
-
-
Łukasz Kurowski authored
-
- 09 Jun, 2018 1 commit
-
-
Steven Allen authored
(counting open connections requires copying)
-
- 05 Jun, 2018 1 commit
-
-
Steven Allen authored
Also, make the libp2p constructor fully useful. There should now be no need to manually construct a swarm/host.
-
- 27 Mar, 2018 1 commit
-
-
Jakub Sztandera authored
It is source of most warning noise in Warning channel and we would like to enable warning channel some time in future by default
-
- 17 Nov, 2017 2 commits
-
-
Steven Allen authored
There's really no reason to *only* do this if we have relays enabled. Doing it this way makes `go vet` happier and reduces conditional logic.
-
Kevin Atkinson authored
-
- 06 Oct, 2017 1 commit
-
-
Jeromy authored
-
- 21 Sep, 2017 1 commit
-
-
vyzo authored
-
- 13 Sep, 2017 1 commit
-
-
Steven Allen authored
-
- 07 Aug, 2017 2 commits
-
-
Lars Gierth authored
-
Lars Gierth authored
-
- 02 Aug, 2017 2 commits
- 01 Aug, 2017 2 commits
- 22 Jul, 2017 1 commit
-
-
vyzo authored
-
- 21 Jul, 2017 1 commit
-
-
vyzo authored
-
- 12 Jul, 2017 1 commit
-
-
Jeromy authored
-
- 11 Jul, 2017 1 commit
-
-
Jeromy authored
-
- 05 Jun, 2017 1 commit
-
-
Enzo Haussecker authored
-
- 03 Jun, 2017 1 commit
-
-
Enzo Haussecker authored
-
- 31 May, 2017 1 commit
-
-
Lars Gierth authored
There were previously 4 different ways of passing various options into BasicHost construction. 1. Function parameters to New 2. Option parameters to New 3. Global variables, e.g. NegotiateTimeout 4. Options struct, in the calling code in go-ipfs This changeset deprecated all of these, and introduces the HostOpts struct to replace them. It also introduces a new constructor called NewHost, which accepts a *HostOpts. The old New constructor continues to work the same way, but is from now on deprecated too.
-
- 30 May, 2017 1 commit
-
-
Lars Gierth authored
-
- 12 Mar, 2017 1 commit
-
-
Lars Gierth authored
-
- 10 Jan, 2017 1 commit
-
-
Jeromy authored
-
- 05 Jan, 2017 1 commit
-
-
Jeromy authored
-
- 18 Nov, 2016 1 commit
-
-
Jeromy authored
-
- 17 Nov, 2016 1 commit
-
-
Jeromy authored
-
- 11 Nov, 2016 1 commit
-
-
Jeromy authored
-
- 10 Nov, 2016 2 commits
- 08 Nov, 2016 1 commit
-
-
Jeromy authored
-