- 21 Aug, 2019 2 commits
-
-
Steven Allen authored
fix listen addrs race
-
Steven Allen authored
Copy the listen address list before returning it. If you're wondering about the syntax: https://github.com/go101/go101/wiki/How-to-perfectly-clone-a-slice%3F
-
- 02 Aug, 2019 3 commits
-
-
bigs authored
Bump go-libp2p-core and go-libp2p-testing
-
Cole Brown authored
-
Cole Brown authored
-
- 10 Jul, 2019 1 commit
-
-
Steven Allen authored
If they don't, this could end up reading a bunch of internal data, causing a race (and yes, this has happened).
-
- 27 Jun, 2019 2 commits
-
-
Steven Allen authored
dep: update go-maddr-filter
-
Steven Allen authored
reduce allocations
-
- 06 Jun, 2019 2 commits
-
-
Steven Allen authored
logging: make the swarm less noisy
-
Steven Allen authored
Avoid logging about closed listeners, etc., when shutting down.
-
- 04 Jun, 2019 3 commits
-
-
Steven Allen authored
feat: cache interface addresses for 1 minute
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 03 Jun, 2019 1 commit
-
-
Jakub Sztandera authored
This can be quite an overhead in cases of high connection rates. The main overhead is thread blocking syscall causing a lot of context switching. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 26 May, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 22 May, 2019 2 commits
-
-
Steven Allen authored
dep: import go-smux-* into the libp2p org
-
Steven Allen authored
-
- 21 May, 2019 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
dep: update for go-smux-yamux retag
-
Steven Allen authored
-
- 25 Apr, 2019 1 commit
-
-
Steven Allen authored
dial: return a nice custom dial error
-
- 24 Apr, 2019 1 commit
-
-
Steven Allen authored
* Limits the number of dial errors we keep * Exposes the dial errors * Avoids string formatting unless we actually need to. Helps address https://github.com/libp2p/go-libp2p-swarm/issues/119
-
- 11 Apr, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 10 Apr, 2019 5 commits
- 09 Apr, 2019 1 commit
-
-
Yusef Napora authored
-
- 05 Apr, 2019 2 commits
-
-
Steven Allen authored
return all dial errors if dial has failed
-
tg authored
License: MIT Signed-off-by: Georgij Tolstov <tolstov.georgij@gmail.com>
-
- 13 Mar, 2019 2 commits
-
-
Raúl Kripalani authored
Differentiate no addresses error from no good addresses
-
Matt Joiner authored
-
- 11 Mar, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 08 Mar, 2019 2 commits
-
-
Matt Joiner authored
-
Matt Joiner authored
-
- 07 Mar, 2019 2 commits
- 02 Mar, 2019 2 commits
-
-
Raúl Kripalani authored
add gomod support // tag v0.0.1.
-
Raúl Kripalani authored
-