- 18 Mar, 2020 5 commits
-
-
Marcin Rataj authored
When request is sent to http://localhost:8080/ipfs/$cid response has HTTP 301 status code and "Location" header with redirect destination at $cid.ipfs.localhost:8080 Redirect is followed by browsersi, but not by commandline tools. Status 301 is ignored by curl in default mode: it will print response and won't follow redirect, user needs to add -L for that. To fix curl, we return correct payload in body of HTTP 301 response, but set Clear-Site-Data header to ensure Origin sandbox can't be abused. This requires a surgical workaround: If Location header is present in ResponseWriter's Header map, we ensure http.ServeContent() returns HTTP 301 Context: https://github.com/ipfs/go-ipfs/pull/6982 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
-
Marcin Rataj authored
License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
-
Marcin Rataj authored
Allows static DNSLink mappings with IPFS_NS_MAP. License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
-
Steven Allen authored
Instead of adding a new fake header (that could be spoofed by the client...), just read the original request URI from the request object. This also removes support for suborigins. They have never been implemented in browsers and it looks like efforts have stalled. We can add support back if we need it but, well, maintaining support was going to be more trouble than it was worth. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
(we're implementing an _actual_ proxy) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 17 Mar, 2020 3 commits
-
-
Steven Allen authored
Chore/sharness fixes 2019 03 16
-
Steven Allen authored
Support pipes when named on the cli explicitly
-
Peter Rabbitson authored
Still throws an error when a pipe is encountered during directory recursion
-
- 16 Mar, 2020 10 commits
-
-
Steven Allen authored
chore(dep): update bitswap
-
Steven Allen authored
* better logging * `ipfs bitswap wantlist` now returns both want-haves and want-blocks.
-
Steven Allen authored
chore(deps): bump github.com/prometheus/client_golang from 1.5.0 to 1.5.1
-
Steven Allen authored
chore(deps): bump github.com/libp2p/go-libp2p-kad-dht from 0.5.1 to 0.5.2
-
Steven Allen authored
chore(dep): update go-libp2p-yamux
-
Steven Allen authored
fixes a timer race fixes #7004
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases) - [Commits](https://github.com/libp2p/go-libp2p-kad-dht/compare/v0.5.1...v0.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.5.0...v1.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
Fix a typo
-
Kuro1 authored
respresent => represent
-
- 15 Mar, 2020 2 commits
-
-
Peter Rabbitson authored
Before starting each individual test check if a daemon is present with a trash* directory as its workdir. Exit with failure if this is the case.
-
Peter Rabbitson authored
-
- 13 Mar, 2020 12 commits
-
-
Steven Allen authored
fix: revert changes to the user agent
-
Steven Allen authored
Go-ipfs user agents usually look like go-ipfs/VERSION/COMMIT_or_EMPTY. However, we changed this to /go-ipfs/VERSION(/COMMIT)? on master for a while. This change reverts this to make parsing the user agent simpler. Co-Authored-By: Oli Evans <oli@tableflip.io>
-
Steven Allen authored
fix: downgrade to a working semver version
-
Steven Allen authored
-
Steven Allen authored
feat(peerlog): log protocols/versions
-
Steven Allen authored
feat: docker build and tag from ci
-
Steven Allen authored
chore(dep): update deps
-
Steven Allen authored
-
Oli Evans authored
License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
Oli Evans authored
License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
Steven Allen authored
cmd: ipfs handle GUI environment on Windows
-
Steven Allen authored
chore(dep): update bitswap
-
- 12 Mar, 2020 8 commits
-
-
Steven Allen authored
This also updates graphsync to use the new peertaskqueue. fixes #6782
-
Steven Allen authored
chore(deps): bump github.com/fsnotify/fsnotify from 1.4.8 to 1.4.9
-
Dominic Della Valle authored
-
Oli Evans authored
License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
Oli Evans authored
License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
Oli Evans authored
License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
Oli Evans authored
-
dependabot-preview[bot] authored
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.4.8 to 1.4.9. - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/master/CHANGELOG.md) - [Commits](https://github.com/fsnotify/fsnotify/compare/v1.4.8...v1.4.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-