- 13 Dec, 2018 2 commits
-
-
Dominic Della Valle authored
License: MIT Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 12 Dec, 2018 3 commits
-
-
Steven Allen authored
config: document the connection manager
-
Steven Allen authored
add pinning support to the urlstore
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 11 Dec, 2018 5 commits
-
-
Steven Allen authored
address CR License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
refact(cmd/cat): remove useless code
-
Steven Allen authored
fixes #5833 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
Really run as non-root user in docker container
-
Mykola Nikishov authored
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>
-
- 10 Dec, 2018 6 commits
-
-
Steven Allen authored
README: document guix package
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
gx: update go-libp2p-peer
-
Steven Allen authored
docs: Improve config documentation
-
chenminjian authored
License: MIT Signed-off-by: chenminjian <727180553@qq.com>
-
Matt Joiner authored
License: MIT Signed-off-by: Matt Joiner <anacrolix@gmail.com>
-
- 08 Dec, 2018 1 commit
-
-
Steven Allen authored
block: rm extra output
-
- 07 Dec, 2018 4 commits
-
-
Overbool authored
License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com>
-
Overbool authored
License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
Reverts the changes that allowed small keys (ed25519 keys) to be inlined. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 06 Dec, 2018 4 commits
-
-
Steven Allen authored
merge github-issue-guide with the issue template
-
Steven Allen authored
docs: fix inconsistent capitalization of "API".
-
Molly authored
Redoing the changes Steven and I worked on separately for the top-line instructions. License: MIT Signed-off-by: Molly Mackinlay <molly@protocol.ai>
-
Mat Kelly authored
-
- 05 Dec, 2018 3 commits
-
-
Steven Allen authored
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 authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 04 Dec, 2018 2 commits
-
-
Steven Allen authored
Update README.md
-
Chris Chinchilla authored
Use correct install link
-
- 03 Dec, 2018 4 commits
-
-
Steven Allen authored
CONTRIBUTING.md link
-
Steven Allen authored
README: Update required Go version
-
Dan authored
License: MIT Signed-off-by: Dan Shields <danwshields@gmail.com>
-
Matt Joiner authored
It appears that Go version 1.11 is actually required. License: MIT Signed-off-by: Matt Joiner <anacrolix@gmail.com>
-
- 30 Nov, 2018 6 commits
-
-
Steven Allen authored
p2p: report-peer-id option for listen
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Steven Allen authored
really fix netcat race
-
Steven Allen authored
[http_proxy_over_p2p]
-
Steven Allen authored
We hit this once every few Jenkins runs. This: 1. Ensures netcat has started before we try to use it. 2. Waits for it to actually write the request before trying to read it. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-