- 12 4月, 2016 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 08 4月, 2016 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 07 4月, 2016 11 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
switch to new libp2p with mss crypto
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
try to raise ulimit if its too low
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 05 4月, 2016 1 次提交
-
-
Add option to decode 'Data' field as base64
由 Jeromy Johnson 提交于
-
- 04 4月, 2016 5 次提交
-
-
gateway: harden path prefix
由 Jeromy Johnson 提交于 -
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>
由 Lars Gierth 提交于 -
License: MIT Signed-off-by:slothbag <slothbag@gmail.com>
由 slothbag 提交于 -
License: MIT Signed-off-by:slothbag <slothbag@gmail.com>
由 slothbag 提交于 -
License: MIT Signed-off-by:slothbag@gmail.com <slothbag@gmail.com>
由 slothbag 提交于
-
- 31 3月, 2016 3 次提交
-
-
Pin command fixes
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
This way, we don't claim to pin when unpinning. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 30 3月, 2016 2 次提交
-
-
update utp dep
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 29 3月, 2016 1 次提交
-
-
Allow users to override the IPFS API address when fetching dependencies
由 Jeromy Johnson 提交于
-
- 28 3月, 2016 2 次提交
-
-
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
correct import in fuse tests
由 Jeromy Johnson 提交于
-
- 25 3月, 2016 4 次提交
-
-
clean deprecated Key.Pretty()
由 Jeromy Johnson 提交于 -
clean up dependencies
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Michael Muré <batolettre@gmail.com>
由 Michael Muré 提交于 -
License: MIT Signed-off-by:Michael Muré <batolettre@gmail.com>
由 Michael Muré 提交于
-
- 23 3月, 2016 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <jeromyj@gmail.com>
由 Jeromy 提交于
-
- 22 3月, 2016 2 次提交
-
-
Alphabetized object subcommands
由 Jeromy Johnson 提交于 -
docker: start daemon with --enable-gc
由 Jeromy Johnson 提交于
-
- 21 3月, 2016 2 次提交
-
-
Edited the grammar for diag
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于
-
- 18 3月, 2016 3 次提交
-
-
License: MIT Signed-off-by:Richard Littauer <richard.littauer@gmail.com>
由 Richard Littauer 提交于 -
Appveyor fix to make it execute tests again
由 Jeromy Johnson 提交于 -
(not green, but at least it executes) License: MIT Signed-off-by:Tarnay Kálmán <kalmisoft@gmail.com>
由 Tarnay Kálmán 提交于
-
- 15 3月, 2016 1 次提交
-
-
feat: Update the webui to work with the latest changes in 0.4
由 Jeromy Johnson 提交于
-