- 18 Jun, 2019 1 commit
-
-
Cole Brown authored
Update msgio to latest version Use max size in msgio readers Fix error handling in reads
-
- 17 Jun, 2019 2 commits
-
-
Cole Brown authored
-
Cole Brown authored
-
- 26 May, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 24 May, 2019 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
This was causing us to build up a bunch of background goroutines. Technically, we should be resetting all these streams when the DHT stops. However, we don't actually unregister stream handlers from the host so, really, nothing will actually stop till the host stops. When it does, it'll kill all the streams anyways.
-
- 08 May, 2019 1 commit
-
-
Steven Allen authored
Allocate them as-needed and use a pool. Work towards #322.
-
- 15 Apr, 2019 1 commit
-
-
Adrian Lanzafame authored
Add initial set of metrics exposed via OpenCensus.
-
- 07 Mar, 2019 1 commit
-
-
Steven Allen authored
We usually _explicitly_ call connect before calling `prep` but we may disconnect somewhere in-between. We _don't_ want to get stuck here dialing if the context has been canceled.
-
- 19 Feb, 2019 1 commit
-
-
Matt Joiner authored
-
- 12 Feb, 2019 2 commits
-
-
Raúl Kripalani authored
This reverts commit 7e68ac3c.
-
Adrian Lanzafame authored
-
- 03 Feb, 2019 1 commit
-
-
Matt Joiner authored
-
- 05 Aug, 2018 2 commits
-
-
Marten Seemann authored
-
Marten Seemann authored
The protobuf writer performs multiple small writes when writing a message. We need to buffer these, otherwise we'll send out a packet for each Write call.
-
- 15 Jun, 2018 1 commit
-
-
Steven Allen authored
fixes #162
-
- 13 Jun, 2018 1 commit
-
-
Steven Allen authored
When a peer sends use a EOF after they're done sending us messages, we should be polite and send one back.
-
- 05 Jun, 2018 1 commit
-
-
Steven Allen authored
That is, actually wait for the other end to send us an EOF.
-
- 01 Jun, 2018 1 commit
-
-
Erin Swenson-Healey authored
-
- 19 Sep, 2017 2 commits
-
-
Steven Allen authored
-
Jeromy authored
-
- 14 Sep, 2017 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
Previously, we'd only retry when a write failed (in case the peer was using single-use streams). However, in the new world of half-open streams, writes still succeed on remote-closed streams so this isn't sufficient. Instead, we need to retry on read failure as well. Note: this was technically broken before because a peer could write on a stream before receiving the close message causing the write to succeed but the subsequent read to fail.
-
Steven Allen authored
-
- 05 Oct, 2016 1 commit
-
-
Jeromy authored
-
- 30 Sep, 2016 1 commit
-
-
Jeromy authored
-
- 23 Sep, 2016 1 commit
-
-
Jeromy authored
-
- 03 Sep, 2016 1 commit
-
-
George Antoniadis authored
-
- 02 Sep, 2016 1 commit
-
-
George Antoniadis authored
-
- 21 Aug, 2016 1 commit
-
-
George Antoniadis authored
-
- 04 Jul, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 24 Jun, 2016 1 commit
-
-
Jakub Sztandera authored
* Update golog in go-ipfs License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p for go-log License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p-secio for go-log License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p-crypto for go-log License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p-peer for go-log License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Import peersore, it wasn't imported License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update peerstore License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update peer License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update secio License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> * Update go-libp2p License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 17 Jun, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 15 Jun, 2016 3 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Richard Littauer authored
According to golang standards, these should not be capitalized nor having a trailing period, AFAIK. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
- 14 Jun, 2016 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 11 Jun, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 09 Jun, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 07 Jun, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-