- 18 12月, 2018 1 次提交
-
-
License: MIT Signed-off-by:Kacper Łukawski <kacluk98@gmail.com>
由 Kacper Łukawski 提交于
-
- 13 12月, 2018 6 次提交
-
-
startup: always load the private key
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Loading this at the last minute means we need a bunch of special cases in *every* command that needs routing, namesys, or even the public key. If we ever have a case where we don't want to do this, we can add an option to the (eventual) IPFS constructor. Handling this up-front is going to be significantly less error prone. Motivation: https://github.com/ipfs/go-ipfs/pull/5825/files#diff-fe35ea64d478c4f3fb767a3f618e5d01R863 License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
add --dereference-args parameter
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Dominic Della Valle <ddvpublic@gmail.com>
由 Dominic Della Valle 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 12 12月, 2018 3 次提交
-
-
config: document the connection manager
由 Steven Allen 提交于 -
add pinning support to the urlstore
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 11 12月, 2018 5 次提交
-
-
address CR License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
refact(cmd/cat): remove useless code
由 Steven Allen 提交于 -
fixes #5833 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Really run as non-root user in docker container
由 Steven Allen 提交于 -
As of now, $ docker pull ipfs/go-ipfs Using default tag: latest latest: Pulling from ipfs/go-ipfs Digest: sha256:31cc5713ef3e3e81bf868cbb56c19de2d15d661743d8b6077804dee26e929ac5 Status: Image is up to date for ipfs/go-ipfs:latest ipfs daemon will start as root user: $ docker run --rm --entrypoint=/bin/sh ipfs/go-ipfs -c whoami root but later on will drop priviledges: $ docker logs ipfs/go-ipfs |head -n 1 Changing user to ipfs With this change applied, ipfs daemon starts as ipfs user right from the begining: $ docker run --rm --entrypoint=/bin/sh ipfs/go-ipfs -c whoami ipfs License: MIT Signed-off-by:Mykola Nikishov <mn@mn.com.ua>
由 Mykola Nikishov 提交于
-
- 10 12月, 2018 6 次提交
-
-
README: document guix package
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
gx: update go-libp2p-peer
由 Steven Allen 提交于 -
docs: Improve config documentation
由 Steven Allen 提交于 -
License: MIT Signed-off-by:chenminjian <727180553@qq.com>
由 chenminjian 提交于 -
License: MIT Signed-off-by:Matt Joiner <anacrolix@gmail.com>
由 Matt Joiner 提交于
-
- 08 12月, 2018 1 次提交
-
-
block: rm extra output
由 Steven Allen 提交于
-
- 07 12月, 2018 4 次提交
-
-
License: MIT Signed-off-by:Overbool <overbool.xu@gmail.com>
由 Overbool 提交于 -
License: MIT Signed-off-by:Overbool <overbool.xu@gmail.com>
由 Overbool 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Reverts the changes that allowed small keys (ed25519 keys) to be inlined. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 06 12月, 2018 4 次提交
-
-
merge github-issue-guide with the issue template
由 Steven Allen 提交于 -
docs: fix inconsistent capitalization of "API".
由 Steven Allen 提交于 -
Redoing the changes Steven and I worked on separately for the top-line instructions. License: MIT Signed-off-by:Molly Mackinlay <molly@protocol.ai>
由 Molly 提交于 -
由 Mat Kelly 提交于
-
- 05 12月, 2018 3 次提交
-
-
This was present in the issue guide that I just removed but not in the template. It's useful for distinguishing between objective bugs and subjective bugs. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 04 12月, 2018 2 次提交
-
-
Update README.md
由 Steven Allen 提交于 -
Use correct install link
由 Chris Chinchilla 提交于
-
- 03 12月, 2018 4 次提交
-
-
CONTRIBUTING.md link
由 Steven Allen 提交于 -
README: Update required Go version
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Dan Shields <danwshields@gmail.com>
由 Dan 提交于 -
It appears that Go version 1.11 is actually required. License: MIT Signed-off-by:Matt Joiner <anacrolix@gmail.com>
由 Matt Joiner 提交于
-
- 30 11月, 2018 1 次提交
-
-
p2p: report-peer-id option for listen
由 Steven Allen 提交于
-