- 22 5月, 2019 8 次提交
-
-
由 Michael Avila 提交于
-
remove yamux read buffer
由 Steven Allen 提交于 -
The current version has some build issues.
由 Steven Allen 提交于 -
Accidentally added in #6361. The yamux transport now disables this globally by default.
由 Steven Allen 提交于 -
dep: update yamux and bitswap
由 Steven Allen 提交于 -
* 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 提交于 -
dep: update go-libp2p
由 Steven Allen 提交于 -
* 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.
由 Steven Allen 提交于
-
- 21 5月, 2019 3 次提交
-
-
ci: actually enable golangci-lint
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
由 Steven Allen 提交于
-
- 20 5月, 2019 11 次提交
-
-
commands/swarm(fix): handle empty multiaddrs
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
Forbids empty multiaddr, fixes #6354
由 Steven Allen 提交于 -
release v0.4.21-rc1
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
由 Steven Allen 提交于
-
Prepare for release.
由 Steven Allen 提交于 -
feat: improve errors when a path fails to parse
由 Steven Allen 提交于 -
fix vendoring dependencies when building the source tarball
由 Steven Allen 提交于 -
core: Use correct default for connmgr lowWater
由 Steven Allen 提交于 -
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.
由 Łukasz Magiera 提交于
-
- 17 5月, 2019 5 次提交
-
-
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 提交于 -
This helps with issues like #4190 by telling the user the path that failed to parse. fixes #4190
由 Steven Allen 提交于 -
doc: remove out of date documentation
由 Steven Allen 提交于 -
Add generation of dependency changes to mkreleaselog
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 16 5月, 2019 3 次提交
-
-
readme: remove mention of DCO
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
由 Steven Allen 提交于
-
- 15 5月, 2019 10 次提交
-
-
Add golangci-lint
由 Steven Allen 提交于 -
docs+mk: update guidance for unsupported platforms
由 Steven Allen 提交于 -
fix formatting in object get
由 Steven Allen 提交于 -
fail start when loading a plugin fails
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Dominic Della Valle <ddvpublic@gmail.com>
由 Dominic Della Valle 提交于 -
The git plugin is built-in. Anyways, there's no reason plugin loading shouldn't work in travis. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Otherwise, we simply panic later. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
fixes #6337 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
fix a typo in the issue template
由 Steven Allen 提交于
-