- 23 May, 2019 4 commits
-
-
Steven Allen authored
fix race between adding tags and registering services with the connection manager
-
Steven Allen authored
Hopefully helps fix #6271 and a bunch of other related issues.
-
Steven Allen authored
disable write coalescing
-
Steven Allen authored
See: https://github.com/libp2p/go-libp2p/issues/644
-
- 22 May, 2019 9 commits
-
-
Steven Allen authored
release: go-ipfs 0.4.21-rc2
-
Steven Allen authored
-
Steven Allen authored
remove yamux read buffer
-
Steven Allen authored
The current version has some build issues.
-
Steven Allen authored
Accidentally added in #6361. The yamux transport now disables this globally by default.
-
Steven Allen authored
dep: update yamux and bitswap
-
Steven Allen authored
* yamux: reduce goroutines per connection from 3 to 2. * bitswap: - fix a very slow memory leak - adds an option for disabling providing (unused for now) - fixes a race condition on start - tag peers with outstanding requests in the connection manager
-
Steven Allen authored
dep: update go-libp2p
-
Steven Allen authored
* Write coalescing in yamux and mplex. * Correctly tag relay streams. * Reset relay streams instead of closing them. Fixes #6237. * Trim connections in a background task instead of on-connect.
-
- 21 May, 2019 3 commits
-
-
Steven Allen authored
ci: actually enable golangci-lint
-
Steven Allen authored
-
Steven Allen authored
-
- 20 May, 2019 11 commits
-
-
Steven Allen authored
commands/swarm(fix): handle empty multiaddrs
-
Steven Allen authored
-
Steven Allen authored
Forbids empty multiaddr, fixes #6354
-
Steven Allen authored
release v0.4.21-rc1
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
Prepare for release.
-
Steven Allen authored
feat: improve errors when a path fails to parse
-
Steven Allen authored
fix vendoring dependencies when building the source tarball
-
Steven Allen authored
core: Use correct default for connmgr lowWater
-
Łukasz Magiera authored
Most people weren't affected by this as those values are set in config at init, but for others it would be rather hard to debug.
-
- 17 May, 2019 5 commits
-
-
Steven Allen authored
TMPDIR is a special variable indicating the _system_ temporary directory root. Unfortunately, go refuses to honor `go.mod` files in this directory to prevent random `/tmp/go.mod` files from messing with modules cloned into `/tmp`. The fix is simple: rename TMPDIR to TEMP.
-
Steven Allen authored
This helps with issues like #4190 by telling the user the path that failed to parse. fixes #4190
-
Steven Allen authored
doc: remove out of date documentation
-
Steven Allen authored
Add generation of dependency changes to mkreleaselog
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 16 May, 2019 3 commits
-
-
Steven Allen authored
readme: remove mention of DCO
-
Steven Allen authored
-
Steven Allen authored
-
- 15 May, 2019 5 commits
-
-
Steven Allen authored
Add golangci-lint
-
Steven Allen authored
docs+mk: update guidance for unsupported platforms
-
Steven Allen authored
fix formatting in object get
-
Steven Allen authored
fail start when loading a plugin fails
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-