- 11 Oct, 2019 4 commits
-
-
aarshkshah1992 authored
-
Aarsh Shah authored
-
Aarsh Shah authored
-
Aarsh Shah authored
-
- 04 Oct, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 07 Sep, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 05 Sep, 2019 1 commit
-
-
Steven Allen authored
metrics: fix memory leak
-
- 04 Sep, 2019 1 commit
-
-
Steven Allen authored
fixes #389 Credit goes to @sidenaio for finding this.
-
- 02 Aug, 2019 5 commits
-
-
bigs authored
Update tests to use Ed25519 when acceptable.
-
Cole Brown authored
-
Cole Brown authored
-
Cole Brown authored
-
Cole Brown authored
Updates the version of go-libp2p-core and go-libp2p-testing
-
- 23 Jul, 2019 2 commits
-
-
Thomas Preindl authored
-
Aarsh Shah authored
Implement striped locking for datastore puts.
-
- 30 Jun, 2019 1 commit
-
-
Steven Allen authored
Add timeout
-
- 29 Jun, 2019 1 commit
-
-
Steven Allen authored
-
- 18 Jun, 2019 2 commits
-
-
Steven Allen authored
Feat/message size
-
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
-
- 14 Jun, 2019 1 commit
-
-
Michael Avila authored
-
- 26 May, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 24 May, 2019 5 commits
-
-
Steven Allen authored
reduce background goroutines
-
vyzo authored
Update deps to latest libp2p
-
Hector Sanjuan authored
This is a -u=patch update
-
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.
-
- 22 May, 2019 3 commits
-
-
Steven Allen authored
Really deal with the deleted tag issue.
-
Steven Allen authored
dep: update go-libp2p
-
Steven Allen authored
Deal with renamed tags.
-
- 17 May, 2019 2 commits
-
-
Steven Allen authored
dep: update go-libp2p
-
Steven Allen authored
-
- 08 May, 2019 2 commits
-
-
Steven Allen authored
fix: reduce memory used by buffered writers
-
Steven Allen authored
Allocate them as-needed and use a pool. Work towards #322.
-
- 26 Apr, 2019 2 commits
-
-
Steven Allen authored
query: fix a goroutine leak when the routing table is empty
-
Steven Allen authored
When the routing table is empty, `Run` would fail but _not_ close the process (leaking some query goroutines). This patch fixes this in multiple places by: 1. Not starting queries with no peers. 2. Failing queries with no peers earlier.
-
- 25 Apr, 2019 1 commit
-
-
Matt Joiner authored
* Expose metrics views in a slice * Rename Views to DefaultViews This communicates that these aren't the only views that are possible, or that they should be considered mandatory.
-
- 24 Apr, 2019 2 commits
-
-
Steven Allen authored
query: fix error "leak"
-
Steven Allen authored
Long-running queries can build up large error sets that we never actually use. This is exacerbated by https://github.com/libp2p/go-libp2p-swarm/pull/115. fixes https://github.com/libp2p/go-libp2p-swarm/issues/119
-