- 26 May, 2020 4 commits
-
-
Steven Allen authored
* better name for timer * cancel context from within stop
-
Steven Allen authored
Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
-
Steven Allen authored
Co-authored-by: Will <will.scott@protocol.ai>
-
Steven Allen authored
MVP for #6097 This feature will repeatedly reconnect (with a randomized exponential backoff) to peers in a set of "peered" peers. In the future, this should be extended to: 1. Include a CLI for modifying this list at runtime. 2. Include additional options for peers we want to _protect_ but not connect to. 3. Allow configuring timeouts, backoff, etc. 4. Allow groups? Possibly through textile threads. 5. Allow for runtime-only peering rules. 6. Different reconnect policies. But this MVP should be a significant step forward.
-
- 25 May, 2020 5 commits
-
-
Steven Allen authored
Include the git blob id of the dir-index bundle in the ETag
-
Peter Rabbitson authored
-
Steven Allen authored
feat: bootstrap in dht when the routing table is empty
-
Peter Rabbitson authored
While the content of raw files retrieved via the gateway should never change, the look and feel of the directory index can and will change between versions of go-ipfs. Incorporate the hash of assets/bindata.go into the ETag when appropriate
-
Steven Allen authored
Otherwise, we could end up with only DHT clients and never re-bootstrap. I've left the default go-ipfs bootstrapping code in for now as it's technically possible to disable the DHT entirely.
-
- 23 May, 2020 1 commit
-
-
Steven Allen authored
quic: remove experimental status and add it to the default config
-
- 22 May, 2020 7 commits
-
-
Steven Allen authored
-
Steven Allen authored
Fixes init output.
-
Steven Allen authored
-
Steven Allen authored
But only if private networks are disabled.
-
Steven Allen authored
Signature verification is now always strict.
-
Steven Allen authored
-
@RubenKelevra authored
-
- 21 May, 2020 9 commits
-
-
Steven Allen authored
chore: update libp2p deps
-
Steven Allen authored
* Update swarm to prefer QUIC addrs over other addrs. * Update yamux to increase throughput.
-
Steven Allen authored
fix: support directory listings even if a 404 page is present
-
Steven Allen authored
fixes https://github.com/ipfs/go-ipfs/pull/4233#issuecomment-631454543 Basically, there's a trade-off here: 1. We can support directory listings while supporting 404 pages (this PR). 2. If a 404 page is present, directory listings don't work. Given that option 1 is more flexible and users shouldn't be _too_ confused if they land on a directory with no index.html page, I've gone with that option.
-
Steven Allen authored
doc(plugin): document plugin config
-
Steven Allen authored
test(sharness): fix fuse tests
-
Steven Allen authored
chore: update deps
-
Steven Allen authored
And remove use of mafilter library (now rolled into go-multiaddr).
-
Steven Allen authored
chore: update libp2p
-
- 20 May, 2020 14 commits
-
-
Steven Allen authored
-
Steven Allen authored
docs: update experimental-features doc with IPNS over pubsub changes.
-
Steven Allen authored
docs: cleanup config formatting
-
Steven Allen authored
fix(gateway): ensure directory listings have Content-Type text/html
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Peter Wu authored
Files already have an explicit Content-Type set. Be sure to do this for directory listings as well to avoid a fallback to autodetection in net/http. That fallback fails when a ResponseWriter is installed that performs compression.
-
Peter Wu authored
Report a consistent status code for HEAD requests that end up in a redirect.
-
Steven Allen authored
test(sharness): test the local symlink
-
Steven Allen authored
misc config/experimental-features doc fixes
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-