Commit Graph

11587 Commits

Author SHA1 Message Date
Steven Allen
fea43aca6d
Merge pull request #7294 from ipfs/feat/backport-quic-update
update go-libp2p-quic-transport to v0.3.7
2020-05-08 16:05:28 -07:00
Marten Seemann
b929b49e7f update go-libp2p-quic-transport to v0.3.7 2020-05-08 15:43:37 -07:00
Marten Seemann
d0ab9a34fa update go-libp2p-quic-transport to v0.3.6 2020-05-08 15:40:58 -07:00
Adin Schmahmann
ae53665173
Merge pull request #7276 from ipfs/patch-0.5.1/7244
IPNS timeout patch from master
2020-05-05 17:16:05 -04:00
Adin Schmahmann
b1e0f78f56 fix: do not use hard coded IPNS Publish maximum timeout duration 2020-05-05 14:34:50 -04:00
Steven Allen
3da81e19ce
Merge pull request #7255 from ipfs/fix/dht-cpu-usage
backport: update the dht & routing helpers
2020-04-29 14:36:42 -07:00
Steven Allen
247d112541 chore: update the dht & routing helpers
fixes a CPU issue when canceling find provider requests
2020-04-29 14:25:50 -07:00
Steven Allen
fd6b59bb6e Merge branch 'master' into release 2020-04-28 10:25:56 -07:00
Steven Allen
36789eaa88
Merge pull request #7238 from ipfs/feat/release-0.5.0
feat: release 0.5.0
2020-04-28 09:08:27 -07:00
Steven Allen
f6c4894b06
CHANGELOG: batch 5
Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
2020-04-28 09:04:34 -07:00
Steven Allen
b7666141b0
CHANGELOG: batch 4
Co-Authored-By: MollyM <momack2@users.noreply.github.com>
2020-04-28 09:01:15 -07:00
Adin Schmahmann
a334e2816a changelog typo 2020-04-28 11:58:55 -04:00
Johnny
13a70bd30d
Italics. 2020-04-28 11:57:30 -04:00
Steven Allen
09d6e2eebd
CHANGELOG: batch 3
Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
Co-Authored-By: MollyM <momack2@users.noreply.github.com>
Co-Authored-By: Michael Burns <5170+mburns@users.noreply.github.com>
2020-04-28 08:57:05 -07:00
Johnny
07fb68c4af
Fixes spelling errors. 2020-04-28 11:55:59 -04:00
Steven Allen
d52dbea0a8
CHANGELOG: batch 2
Co-Authored-By: MollyM <momack2@users.noreply.github.com>
Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
2020-04-28 08:54:23 -07:00
Johnny
01182c18e9
Capitalization for Badger. 2020-04-28 11:49:08 -04:00
Adin Schmahmann
8e96e160a6 add note about DHT performance improvements being dependent on the network upgrading to the Changelog 2020-04-28 11:48:30 -04:00
Steven Allen
40fa20e451 fix: Go-IPFS -> go-ipfs 2020-04-28 08:30:22 -07:00
Steven Allen
1489e45486
CHANGELOG: fix title 2020-04-28 08:28:37 -07:00
Steven Allen
0c0e86886e
CHANGELOG: apply ribasushi's fixes
Co-Authored-By: Peter Rabbitson <ribasushi@protocol.ai>
2020-04-28 08:25:52 -07:00
Steven Allen
f55d3e8a15 feat: release 0.5.0 2020-04-28 07:48:34 -07:00
Steven Allen
b786c32b64
Merge pull request #7235 from ipfs/chore/update-sockaddr
chore: update sockaddr
2020-04-28 03:06:21 -07:00
Steven Allen
2204f0de2d chore: update sockaddr
Removes any and all requirements on CGO. Previously, ipfs would fail to build if
CGO wasn't explicitly disabled and no C compiler was available.
2020-04-28 02:42:08 -07:00
Steven Allen
fba0c49f03
Merge pull request #7234 from RubenKelevra/patch-3
remove badgerds from the index, too
2020-04-28 00:32:02 -07:00
@RubenKelevra
2cd4bcf010
remove badgerds from the index, too 2020-04-28 08:54:29 +02:00
Steven Allen
512050f1c7
Merge pull request #7232 from ipfs/fix/less-verbose
fix: non-blocking peerlog logging
2020-04-27 20:30:42 -07:00
Steven Allen
a10a14fc06 feat(peerlog): add a bit of backoff logic 2020-04-27 20:26:39 -07:00
Steven Allen
bdbb79d30f fix: non-blocking peerlog logging
Avoid ever blocking new connections in the peer logger. Instead:

1. Send all new peers to a highly buffered channel.
2. Emit "dropped event" errors whenever we detect that we're dropping events and falling behind.
3. Don't log protocols, they're too large.
4. Don't log disconnects, we don't need them.
2020-04-27 19:15:25 -07:00
Steven Allen
314e83c38d
Merge pull request #7231 from ipfs/fix/7015
chore: update go-ipfs-provider
2020-04-27 18:12:16 -07:00
Steven Allen
b3b0a4eed4
Merge pull request #7229 from ipfs/feat/fixup-config-docs
doc: update go-ipfs docs for 0.5.0 release
2020-04-27 17:59:04 -07:00
Steven Allen
432520531e chore: update go-ipfs-provider
fixes #7015
2020-04-27 17:58:24 -07:00
Steven Allen
0533b6ea81
Merge pull request #7230 from marten-seemann/update-quic
update go-libp2p-quic-transport to v0.3.5
2020-04-27 17:55:10 -07:00
Marten Seemann
f59b737f14 update go-libp2p-quic-transport to v0.3.5 2020-04-28 07:33:37 +07:00
Steven Allen
4c663bcf24 feat: update experimental documentations for 0.5.0 release
Mostly:

1. Remove old experiments.
2. Update reasons for features being experimental.
3. Comment on experiments that will be enabled in the near future.
2020-04-27 16:01:27 -07:00
Steven Allen
6d7d3ef30e doc: expand on relay documentation 2020-04-27 16:00:48 -07:00
Steven Allen
fa3f4505e9 docs(datastore): fixup some notes on sync safety 2020-04-27 15:19:49 -07:00
Steven Allen
4ebe7e633d doc: fixup config docs
1. Update go-ipfs-config to fix default datastore.
2. Update TOC.
3. Update profiles list and indicate that badger isn't experimental.
2020-04-27 15:12:04 -07:00
Steven Allen
8a4f944751
Merge pull request #7226 from ipfs/issue-links
Add additional documentation links to the new issue screen
2020-04-27 12:02:06 -07:00
Hector Sanjuan
35a5dd4f84 Add additional documentation links to new issues screen 2020-04-27 20:02:36 +02:00
Steven Allen
038502a02e
Merge pull request #7224 from ipfs/remove-question-template
Update issue templates
2020-04-27 08:01:39 -07:00
Hector Sanjuan
06ee161c0c Update issue templates
* Remove question template: links to help have been added
* Add need/triage labels
* Do not ask users to open issues in ipfs/ipfs (issues heavily discouraged there).
2020-04-27 12:10:46 +02:00
Hector Sanjuan
0c57175f07 Add standard issue template 2020-04-27 11:15:45 +02:00
Steven Allen
5fff291bf7
Merge pull request #7218 from ipfs/docs/clarify-sharding-sideeffects
docs: note that ShardingEnabled is a global flag
2020-04-26 15:52:39 -07:00
Marcin Rataj
d4570e27ae
docs: note that ShardingEnabled is a global flag
People may assume that HAMT gets enabled only for directories over some arbitrary threshold.
This is not the case. Right now it is a global setting 
which will impact the final CID of all directories produced by ipfs.add.
2020-04-27 00:11:38 +02:00
Steven Allen
4285754d7e
Merge pull request #7217 from ipfs/fix/relay-listening
chore: update circuit relay
2020-04-26 12:30:11 -07:00
Steven Allen
3c171c3bd2 chore: update circuit relay
Don't abort in Accept when a single relay connection aborts.
2020-04-26 11:49:34 -07:00
Steven Allen
ef81256817
Merge pull request #7216 from ipfs/fix/start-hang
fix: don't hang on bootstrap
2020-04-26 11:48:21 -07:00
Steven Allen
69c438b581 fix: don't hang on bootstrap
fixes #7206
2020-04-26 11:32:55 -07:00
Steven Allen
116999a194
Merge pull request #7215 from ipfs/feat/release-0.5.0-rc4
release: 0.5.0-rc4
2020-04-25 01:29:07 -07:00