- 26 5月, 2019 1 次提交
-
-
fix: use http.Error for sending errors
由 Steven Allen 提交于
-
- 25 5月, 2019 3 次提交
-
-
This sets a few headers that prevent browsers from misinterpreting the error text.
由 Steven Allen 提交于 -
core: call app.Stop once
由 Steven Allen 提交于 -
由 Łukasz Magiera 提交于
-
- 24 5月, 2019 1 次提交
-
-
explain what dhtclient does
由 Steven Allen 提交于
-
- 23 5月, 2019 7 次提交
-
-
由 MollyM 提交于
-
release: v0.4.21-rc3
由 Steven Allen 提交于 -
This time, we'll actually build it.
由 Steven Allen 提交于 -
fix race between adding tags and registering services with the connection manager
由 Steven Allen 提交于 -
Hopefully helps fix #6271 and a bunch of other related issues.
由 Steven Allen 提交于 -
disable write coalescing
由 Steven Allen 提交于
-
- 22 5月, 2019 9 次提交
-
-
release: go-ipfs 0.4.21-rc2
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
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 提交于
-