Steven Allen
018b5e994d
Merge pull request #6365 from ipfs/fix/no-read-buffer
...
remove yamux read buffer
2019-05-22 13:51:51 -07:00
Steven Allen
492baf0d69
ci: update golangci-lint to the latest master
...
The current version has some build issues.
2019-05-22 13:41:14 -07:00
Steven Allen
7fde2f178a
remove yamux read buffer
...
Accidentally added in #6361 . The yamux transport now disables this globally by
default.
2019-05-22 13:28:00 -07:00
Steven Allen
c9b9465264
Merge pull request #6364 from ipfs/dep/updates
...
dep: update yamux and bitswap
2019-05-22 13:15:06 -07:00
Steven Allen
6225024751
dep: update yamux and bitswap
...
* 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
2019-05-22 12:52:30 -07:00
Steven Allen
1852452eee
Merge pull request #6361 from ipfs/fix/6237
...
dep: update go-libp2p
2019-05-22 12:51:34 -07:00
Steven Allen
1eb701fd75
dep: update go-libp2p
...
* 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.
2019-05-22 11:55:32 -07:00
Steven Allen
480780ecbc
Merge pull request #6362 from ipfs/ci/really-enable-lint
...
ci: actually enable golangci-lint
2019-05-21 12:50:28 -07:00
Steven Allen
c39ad0b8f9
ci: really enable golangci-lint
2019-05-21 11:10:10 -07:00
Steven Allen
2b84b2ba13
chore: fix linter nits and tests that don't compile
2019-05-21 11:09:57 -07:00
Steven Allen
cf3b6c43d2
Merge pull request #6355 from ipfs/fix/6354
...
commands/swarm(fix): handle empty multiaddrs
2019-05-20 15:47:31 -07:00
Steven Allen
3aef795c9e
commands/p2p(fix): avoid creating empty multiaddrs
2019-05-20 14:57:23 -07:00
Steven Allen
b892db894d
dep: update go-multiaddr
...
Forbids empty multiaddr, fixes #6354
2019-05-20 14:29:26 -07:00
Steven Allen
80f9f34037
Merge pull request #6353 from ipfs/feat/release-v0.4.21-rc1
...
release v0.4.21-rc1
2019-05-20 13:59:38 -07:00
Steven Allen
36e5e9ab0b
release: release v0.4.21-rc1
2019-05-20 13:28:29 -07:00
Steven Allen
7e7d802557
pubsub: avoid using pubsub defaults from upstream
2019-05-20 13:28:29 -07:00
Steven Allen
e35e61d6bc
dep: update dependencies
...
Prepare for release.
2019-05-20 13:28:25 -07:00
Steven Allen
3c000c4cf9
Merge pull request #6346 from ipfs/feat/better-errors
...
feat: improve errors when a path fails to parse
2019-05-20 09:59:02 -07:00
Steven Allen
501001ff79
Merge pull request #6349 from ipfs/fix/mk-source-tarball-tempdir
...
fix vendoring dependencies when building the source tarball
2019-05-20 09:17:09 -07:00
Steven Allen
f043bb7f60
Merge pull request #6352 from ipfs/fix/core/cmgr/lowwater
...
core: Use correct default for connmgr lowWater
2019-05-20 09:16:50 -07:00
Łukasz Magiera
3652e0c5f3
core: Use correct default for connmgr lowWater
...
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.
2019-05-20 17:41:16 +02:00
Steven Allen
8d857bab3e
fix vendoring dependencies when building the source tarball
...
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.
2019-05-17 12:34:11 -07:00
Steven Allen
deb7af02ed
feat: improve errors when a path fails to parse
...
This helps with issues like #4190 by telling the user the path that failed to
parse.
fixes #4190
2019-05-17 12:19:15 -07:00
Steven Allen
14ff3f99c8
Merge pull request #6345 from ipfs/fix/5254
...
doc: remove out of date documentation
2019-05-17 10:53:55 -07:00
Steven Allen
9284cb279e
Merge pull request #6348 from ipfs/feat/mkreleaselog/deps
...
Add generation of dependency changes to mkreleaselog
2019-05-17 10:53:26 -07:00
Jakub Sztandera
96a9dd77c3
Add generation of dependency changes to mkreleaselog
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-05-17 18:37:41 +02:00
Steven Allen
f72be19a90
Merge pull request #6344 from ipfs/fix/remove-dco
...
readme: remove mention of DCO
2019-05-16 16:25:58 -07:00
Steven Allen
64dbd02d36
doc: remove out of date documentation
2019-05-16 16:25:01 -07:00
Steven Allen
287e481b81
readme: remove mention of DCO
2019-05-16 15:31:57 -07:00
Steven Allen
ec19d4c54f
Merge pull request #6321 from ipfs/ci/golangci-lint
...
Add golangci-lint
2019-05-15 13:38:31 -07:00
Steven Allen
373a49f456
Merge pull request #6338 from djdv/docs/unsupported
...
docs+mk: update guidance for unsupported platforms
2019-05-15 12:44:49 -07:00
Steven Allen
6ee4b0e707
Merge pull request #6340 from ipfs/fix/6337
...
fix formatting in object get
2019-05-15 12:44:23 -07:00
Steven Allen
16f2a56fd9
Merge pull request #6339 from ipfs/fix/fail-on-plugin-failure
...
fail start when loading a plugin fails
2019-05-15 12:44:08 -07:00
Steven Allen
30fc529983
sharness: test loading a bad plugin
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-05-15 12:19:21 -07:00
Dominic Della Valle
fa479f7a8a
docs+mk: update guidance for unsupported platforms
...
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2019-05-15 15:19:04 -04:00
Steven Allen
7340eb5e95
don't skip git plugin test in travis
...
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>
2019-05-15 12:11:56 -07:00
Steven Allen
017564a863
fail start when loading a plugin fails
...
Otherwise, we simply panic later.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-05-15 12:09:19 -07:00
Steven Allen
ebff0c5f33
fix formatting in object get
...
fixes #6337
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-05-15 12:04:58 -07:00
Steven Allen
3316dc12d7
Merge pull request #6335 from ipfs/fix/issue-template-typo
...
fix a typo in the issue template
2019-05-15 10:51:04 -07:00
Steven Allen
c25cea96a2
fix a typo in the issue template
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-05-15 10:47:20 -07:00
Steven Allen
f37409e1c4
Merge pull request #6333 from ipfs/gh/issue-templates
...
github: turn issue template into a multiple-choice question
2019-05-15 10:46:18 -07:00
Steven Allen
53eb26476f
github: turn issue template into a multiple-choice question
...
This way:
1. Contributors have to click _something_ so they're more likely to read this.
2. Each issue gets correctly labeled.
3. We can customize the template for different types of issues so contributors
don't have to read as much.
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-05-14 16:54:07 -07:00
Steven Allen
942760b4b7
Merge pull request #6330 from ipfs/fix/obj-put-empty
...
object put: Allow empty objects
2019-05-14 16:08:18 -07:00
Steven Allen
d9a2a2b162
Merge pull request #6332 from ipfs/djdv-patch-1
...
Update fuse.md
2019-05-14 16:01:07 -07:00
Dominic Della Valle
f2d01f5201
Update fuse.md
...
Requiring this step isn't as likely anymore.
2019-05-14 18:31:32 -04:00
Łukasz Magiera
f18289531d
object: update sharness tests
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2019-05-14 23:42:58 +02:00
Steven Allen
d005ec42b1
object put: detect unexpected fields
...
License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
2019-05-14 23:37:52 +02:00
Steven Allen
307d06b465
Merge pull request #6277 from ipfs/fix/3124
...
work towards fixing dht commands
2019-05-14 12:38:39 -07:00
Steven Allen
9beddcd116
ci: run golint tests
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-05-14 09:38:29 -07:00
Steven Allen
037382239d
build: switch from megacheck to golangci-lint
...
(which includes megacheck)
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-05-14 09:38:29 -07:00