- 28 Apr, 2020 26 commits
-
-
Steven Allen authored
feat: release 0.5.0
-
Steven Allen authored
Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
-
Steven Allen authored
Co-Authored-By: MollyM <momack2@users.noreply.github.com>
-
Adin Schmahmann authored
-
Johnny authored
-
Steven Allen authored
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>
-
Johnny authored
-
Steven Allen authored
Co-Authored-By: MollyM <momack2@users.noreply.github.com> Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
-
Johnny authored
-
Adin Schmahmann authored
add note about DHT performance improvements being dependent on the network upgrading to the Changelog
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
Co-Authored-By: Peter Rabbitson <ribasushi@protocol.ai>
-
Steven Allen authored
-
Steven Allen authored
chore: update sockaddr
-
Steven Allen authored
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.
-
Steven Allen authored
remove badgerds from the index, too
-
@RubenKelevra authored
-
Steven Allen authored
fix: non-blocking peerlog logging
-
Steven Allen authored
-
Steven Allen authored
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.
-
Steven Allen authored
chore: update go-ipfs-provider
-
Steven Allen authored
doc: update go-ipfs docs for 0.5.0 release
-
Steven Allen authored
fixes #7015
-
Steven Allen authored
update go-libp2p-quic-transport to v0.3.5
-
Marten Seemann authored
-
- 27 Apr, 2020 9 commits
-
-
Steven Allen authored
Mostly: 1. Remove old experiments. 2. Update reasons for features being experimental. 3. Comment on experiments that will be enabled in the near future.
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
1. Update go-ipfs-config to fix default datastore. 2. Update TOC. 3. Update profiles list and indicate that badger isn't experimental.
-
Steven Allen authored
Add additional documentation links to the new issue screen
-
Hector Sanjuan authored
-
Steven Allen authored
Update issue templates
-
Hector Sanjuan authored
* 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).
-
Hector Sanjuan authored
-
- 26 Apr, 2020 5 commits
-
-
Steven Allen authored
docs: note that ShardingEnabled is a global flag
-
Marcin Rataj authored
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.
-
Steven Allen authored
chore: update circuit relay
-
Steven Allen authored
Don't abort in Accept when a single relay connection aborts.
-
Steven Allen authored
fix: don't hang on bootstrap
-