- 25 May, 2020 2 commits
-
-
Steven Allen authored
feat: bootstrap in dht when the routing table is empty
-
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 17 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
-
Steven Allen authored
-
Steven Allen authored
fix: correctly trim resolved IPNS addresses
-
Steven Allen authored
fixes https://github.com/ipfs/go-ipfs/issues/7246
-
- 19 May, 2020 2 commits
-
-
Steven Allen authored
Gateway renders pretty 404 pages if available
-
JP Hastings-Spital authored
In the same way that an `index.html` file is rendered, if one is present, when the requested path is a directory, now an `ipfs-404.html` file is rendered if the requested file is not present within the specified IPFS object. `ipfs-404.html` files are looked for in the directory of the requested path and each parent until one is found, falling back on the well-known 404 error message. License: MIT Signed-off-by: JP Hastings-Spital <jphastings@gmail.com>
-
- 15 May, 2020 2 commits
-
-
Steven Allen authored
feat: add a dht stat command
-
Steven Allen authored
Currently, it just prints out the routing tables.
-