- 04 Nov, 2019 3 commits
-
-
Steven Allen authored
1. Always return the caller's context error if relevant. 2. Don't return "context canceled" when we're just shutting down. 3. Don't claim that the context deadline has been exceeded when the dial timeout is canceled.
-
Steven Allen authored
-
Steven Allen authored
-
- 27 Oct, 2019 2 commits
-
-
vyzo authored
Minor Docstring correction
-
Aliabbas Merchant authored
-
- 19 Sep, 2019 3 commits
-
-
Steven Allen authored
dep: update multidadr for protocol migration
-
Steven Allen authored
Protocol definitions have been migrated to the main go-multiaddr package.
-
Steven Allen authored
test: close peerstore when closing the test swarm
-
- 13 Sep, 2019 1 commit
-
-
Steven Allen authored
-
- 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>
-