- 11 May, 2019 1 commit
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 10 May, 2019 1 commit
-
-
Steven Allen authored
raise default fd limit to 8192
-
- 09 May, 2019 16 commits
-
-
Steven Allen authored
pin: don't walk all pinned blocks when removing a non-existent pin
-
Steven Allen authored
Update to latest go-mfs
-
Steven Allen authored
dep: update goprocess
-
Steven Allen authored
Fixes some panics. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
ping: fix a bunch of issues
-
Erik Ingenito authored
fixes https://github.com/ipfs/go-mfs/issues/75 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
test(coreapi): use a thread-safe datastore everywhere
-
Steven Allen authored
fix(Dockerfile): Allow ipfs mount in Docker container
-
hannahhoward authored
fixes #4329 License: MIT Signed-off-by: hannahhoward <hannah@hannahhoward.net>
-
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>
-
Steven Allen authored
(fixes double printing of errors) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
Use PingResult errors for errors attached to individual pings. This is a (minor) BREAKING CHANGE. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
(this should always have been done on the client, IMO, but, oh well...) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
fixes #6298 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
We do this _just_ to make the error nicer but it's really slow. Additionally, we do it while holding the pin lock, blocking all other pin operations. fixes #6295 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 08 May, 2019 3 commits
-
-
Steven Allen authored
docs: fix Routing section
-
Marcin Rataj authored
Updated docs to reflect that Routing is not a child of Discovery Ref. https://github.com/ipfs/go-ipfs-config/blob/664ccd976e969e78364720ec5f1d1544bc99305f/routing.go#L6 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
-
Erik Ingenito authored
-
- 06 May, 2019 7 commits
-
-
Steven Allen authored
License update to dual MIT and Apache 2
-
MollyM authored
transitional comments
-
MollyM authored
moving to copyright file
-
MollyM authored
described here: https://github.com/ipfs/team-mgmt/issues/849
-
MollyM authored
-
MollyM authored
-
MollyM authored
This series of commits aims to update go-ipfs to follow a dual-licensing best practice based on research into open-source licensing by @ianjdarrow. He recommends a dual MIT and Apache 2.0 license - > This has two major benefits: > - There are concerns in the open source community about whether the MIT license leaves users vulnerable to patent infringement claims. We think the pure legal risk is small, but the way the open source community interacts with our project is really important. It makes sense to pick the license that makes the largest number of people comfortable. - There's now no reason to adopt a separate DCO, since the Apache-2 license grant addresses the same issue. > Why use a dual license, instead of just Apache-2? The Apache-2 license is incompatible with the GPLv2 license, which includes things like the Linux kernel. With a dual license, GPLv2 projects can just use the MIT license instead. Our goal is to make our software available to as many projects as possible, so we'd rather adopt a licensing scheme that doesn't exclude anyone. In addition to these commits, we also need to get an explicit OK from current and past contributors to give their consent to relicensing - which will happen in an issue thread.
-
- 03 May, 2019 1 commit
-
-
Steven Allen authored
Go test fix
-
- 02 May, 2019 4 commits
-
-
Christopher Buesser authored
In TestExternalUnmount, the Mount function is called which returns an error which can be nil. The error type is then used in a comparison where Error() is called on it. If the error is nil, this results in a panic. Added a if err != nil {} guard to make sure that Error() is not called if the value is nil On branch go-test-fix Changes to be committed: modified: fuse/node/mount_test.go License: MIT Signed-off-by: Chris Buesser <christopher.buesser@gmail.com>
-
Christopher Buesser authored
This commit fixes the errors resulting from passing a nil pointer to the core.NewNode function in TestExternalUnmmount and setupIpnsTest. In the previous nil's place a &core.BuildCfg{} is now passed. Both changes follow the same pattern: ```diff - node, err = core.NewNode(context.Background(), nil) + node, err = core.NewNode(context.Background(), &core.BuildCfg{}) ``` On branch go-test-fix Changes to be committed: modified: fuse/ipns/ipns_test.go modified: fuse/node/mount_test.go License: MIT Signed-off-by: Chris Buesser <christopher.buesser@gmail.com>
-
Steven Allen authored
commands(pin update): return resolved CIDs instead of paths
-
Steven Allen authored
core: fix autonat construction
-
- 01 May, 2019 7 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
Test and fix GC/pin bug
-
Erik Ingenito authored
License: MIT Signed-off-by: Erik Ingenito <erik.ingenito@protocol.ai>
-
Steven Allen authored
fixes https://github.com/libp2p/go-libp2p-kad-dht/issues/321 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
dep: update go-ipfs-config
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
fixes #6284 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-