- 05 Jun, 2020 1 commit
-
-
Raúl Kripalani authored
Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com> Co-authored-by: Raúl Kripalani <raul@protocol.ai>
-
- 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).
-
- 26 May, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 19 Feb, 2019 1 commit
-
-
Matt Joiner authored
This reverts commit 3dded3dc.
-
- 15 Feb, 2019 1 commit
-
-
Matt Joiner authored
-
- 28 Aug, 2018 2 commits
-
-
Cole Brown authored
-
Cole Brown authored
-
- 05 Jun, 2018 1 commit
-
-
Steven Allen authored
Removes: * go-libp2p-conn logic (moved to transports) * go-libp2p-peerstream (moved here) Changes: * New transport interface. * Explicit over implicit (the implicit automagic now all lives in go-libp2p): * No more default transports, muxers, etc. * No more fallback dialer. Transports are now *required*. * Stream opening: * Connection picking logic (instead of just picking the first). * Tries harder to open a stream of some connections happen to be closed. * Stream closing: * No longer treats half-closed streams as fully closed. Users *must* read the an EOF or reset the stream for it to be garbage collected. * No more polling for dead connections. * Multiplexers are now *non-optional*. Really, they haven't been optional for a while but we still pretended that they were. * No more Network type alias. It added a bunch of code and didn't really provide anything but an alternative set of methods that do the same thing. * Notifications: * New guarantee: connection open notifications will complete before connection close notifications begin. * Given that, notifications are now delivered in parallel. No more notification backlogs blocking connection closing/opening.
-
- 09 Jan, 2018 1 commit
-
-
Steven Allen authored
We already setup the connection from within the new connection handler. No need to do it *again* on dial.
-
- 03 Feb, 2017 2 commits
- 03 Nov, 2016 3 commits
- 05 Oct, 2016 1 commit
-
-
Jeromy authored
-
- 04 Oct, 2016 3 commits
- 03 Oct, 2016 1 commit
-
-
Jeromy authored
-
- 11 Aug, 2016 1 commit
-
-
Jeromy authored
-
- 10 Aug, 2016 1 commit
-
-
Jeromy authored
-
- 27 Apr, 2016 2 commits
- 12 Apr, 2016 1 commit
-
-
Jeromy authored
-
- 08 Mar, 2016 1 commit
-
-
Jeromy authored
-
- 03 Mar, 2016 1 commit
-
-
Jeromy authored
-
- 04 Jan, 2016 1 commit
-
-
Jeromy authored
-
- 07 Dec, 2015 1 commit
-
-
Jeromy authored
-
- 19 Nov, 2015 1 commit
-
-
Jeromy authored
-
- 17 Nov, 2015 1 commit
-
-
Jeromy authored
-
- 16 Nov, 2015 2 commits
- 15 Nov, 2015 1 commit
-
-
Jeromy authored
-
- 12 Nov, 2015 1 commit
-
-
Jeromy authored
-
- 30 Sep, 2015 2 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-