- 08 Apr, 2016 2 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 07 Apr, 2016 11 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy Johnson authored
switch to new libp2p with mss crypto
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy Johnson authored
try to raise ulimit if its too low
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 05 Apr, 2016 1 commit
-
-
Jeromy Johnson authored
Add option to decode 'Data' field as base64
-
- 04 Apr, 2016 5 commits
-
-
Jeromy Johnson authored
gateway: harden path prefix
-
Lars Gierth authored
The gateway accepts an X-Ipfs-Path-Prefix header, and assumes that it is mounted in a reverse proxy like nginx, at this path. Links in directory listings, as well as trailing-slash redirects need to be rewritten with that prefix in mind. We don't want a potential attacker to be able to pass in arbitrary path prefixes, which would end up in redirects and directory listings, which is why every prefix has to be explicitly allowed in the config. Previously, we'd accept *any* X-Ipfs-Path-Prefix header. Example: We mount blog.ipfs.io (a dnslink page) at ipfs.io/blog. nginx_ipfs.conf: location /blog/ { rewrite "^/blog(/.*)$" $1 break; proxy_set_header Host blog.ipfs.io; proxy_set_header X-Ipfs-Gateway-Prefix /blog; proxy_pass http://127.0.0.1:8080; } .ipfs/config: "Gateway": { "PathPrefixes": ["/blog"], // ... }, dnslink: > dig TXT _dnslink.blog.ipfs.io dnslink=/ipfs/QmWcBjXPAEdhXDATV4ghUpkAonNBbiyFx1VmmHcQe9HEGd License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
slothbag authored
License: MIT Signed-off-by: slothbag <slothbag@gmail.com>
-
slothbag authored
License: MIT Signed-off-by: slothbag <slothbag@gmail.com>
-
slothbag authored
License: MIT Signed-off-by: slothbag@gmail.com <slothbag@gmail.com>
-
- 31 Mar, 2016 3 commits
-
-
Jeromy Johnson authored
Pin command fixes
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
This way, we don't claim to pin when unpinning. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 30 Mar, 2016 2 commits
-
-
Jeromy Johnson authored
update utp dep
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 29 Mar, 2016 1 commit
-
-
Jeromy Johnson authored
Allow users to override the IPFS API address when fetching dependencies
-
- 28 Mar, 2016 2 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Jeromy Johnson authored
correct import in fuse tests
-
- 25 Mar, 2016 4 commits
-
-
Jeromy Johnson authored
clean deprecated Key.Pretty()
-
Jeromy Johnson authored
clean up dependencies
-
Michael Muré authored
License: MIT Signed-off-by: Michael Muré <batolettre@gmail.com>
-
Michael Muré authored
License: MIT Signed-off-by: Michael Muré <batolettre@gmail.com>
-
- 23 Mar, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 22 Mar, 2016 2 commits
-
-
Jeromy Johnson authored
Alphabetized object subcommands
-
Jeromy Johnson authored
docker: start daemon with --enable-gc
-
- 21 Mar, 2016 2 commits
-
-
Jeromy Johnson authored
Edited the grammar for diag
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
- 18 Mar, 2016 3 commits
-
-
Richard Littauer authored
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
Jeromy Johnson authored
Appveyor fix to make it execute tests again
-
Tarnay Kálmán authored
(not green, but at least it executes) License: MIT Signed-off-by: Tarnay Kálmán <kalmisoft@gmail.com>
-
- 15 Mar, 2016 1 commit
-
-
Jeromy Johnson authored
feat: Update the webui to work with the latest changes in 0.4
-