- 23 Dec, 2019 2 commits
-
-
Peter Rabbitson authored
Docker on a mac might be available, but may not be runnng. The way the original test was written is linux-specific anyway, so just hoist the check into the DOCKER declaration
-
Peter Rabbitson authored
54b1969c correctly switched from nc to socat, but did not account for it not being as widely available. Adjust tests that depend on it with the correct message. There are also a number of comments pertaining to nc - they were not adjusted.
-
- 17 Dec, 2019 1 commit
-
-
Marcin Rataj authored
Introduces hardening proposed in: https://github.com/ipfs/go-ipfs/issues/4025#issuecomment-342250616 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
-
- 14 Dec, 2019 1 commit
-
-
Steven Allen authored
-
- 05 Dec, 2019 3 commits
-
-
Steven Allen authored
Otherwise, we have port conflicts and other issues.
-
Steven Allen authored
-
Adin Schmahmann authored
-
- 25 Nov, 2019 1 commit
-
-
Oli Evans authored
- Make `ipfs files rm --force /nonexistant` succeed when the path does not exist. - Add shaness test for removing nonexistant paths - Refactor duplicated code to find a parent dir into a function I've been writing scripts against the files api, and having to stat things before removing them is a pain. So this PR aims to make --force do what I'd expect it to. License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
- 15 Nov, 2019 1 commit
-
-
Steven Allen authored
-
- 29 Oct, 2019 3 commits
-
-
Steven Allen authored
Just make sure we've removed all the blocks. We can't guarantee that the size will revert.
-
Steven Allen authored
-
Steven Allen authored
Write the PID file after listening.
-
- 08 Oct, 2019 1 commit
-
-
Steven Allen authored
Otherwise, we could abort while fetching the graph and stay in a state where the direct pin is removed. fixes #4650
-
- 07 Oct, 2019 2 commits
-
-
Steven Allen authored
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
-
- 01 Oct, 2019 2 commits
-
-
Steven Allen authored
We no longer spit out the annoying http error.
-
Steven Allen authored
All the work was client-side. Unix domain socket multiaddrs already worked server-side. fixes #4218
-
- 27 Sep, 2019 1 commit
-
-
Steven Allen authored
-
- 23 Sep, 2019 1 commit
-
-
Steven Allen authored
We were pining Y then removing the pin for X. When X == Y, we'd remove the new pin. fixes #6648
-
- 12 Sep, 2019 1 commit
-
-
Steven Allen authored
The patches that required the replace directives have been merged upstream. Unfortunately, those branches have now been deleted, breaking the build. GAH!
-
- 11 Sep, 2019 1 commit
-
-
Steven Allen authored
1. This means those deps don't get pulled in unless we actually need to test. 2. It means we can cordon all the golangci-lint module replace hacks off into a separate package.
-
- 30 Aug, 2019 1 commit
-
-
Steven Allen authored
For now, configs specified in `daemon --init-config` and `init CONFIG` are not available. We should fix this eventually but isn't necessary for now (and supporting this will be annoying).
-
- 28 Aug, 2019 1 commit
-
-
Dominic Della Valle authored
-
- 24 Aug, 2019 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
"identity" is the official name
-
Steven Allen authored
We can no longer test this with bad keys. Unfortunately, good keys will likely contain a newline and we have no way to send such keys to the server due to how API requests are formatted.
-
- 23 Aug, 2019 2 commits
-
-
Steven Allen authored
-
Cole Brown authored
-
- 01 Aug, 2019 1 commit
-
-
Steven Allen authored
IPFS doesn't build correctly under non-GNU make implementations.
-
- 26 Jul, 2019 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
1. Fix handling of PUT. The simple implementation was the correct implementation, I have no idea what was going on here. 2. Use MFS everywhere to reduce code duplication and add support for sharded directories. 3. _Correctly_ block IPNS. 4. Remove the dependency on `core.IpfsNode`. 5. Remove support for putting empty directories with a well-known CID. It was useless as directories are automatically created.
-
- 17 Jul, 2019 1 commit
-
-
Alan Shaw authored
Allow passing --long or ?long=true as a more descriptive option name than "l". refs: https://github.com/ipfs/go-ipfs#issuecomment-392477565
-
- 12 Jul, 2019 1 commit
-
-
Steven Allen authored
-
- 03 Jul, 2019 1 commit
-
-
Steven Allen authored
This command is no longer necessary and is quite dangerous: 1. All lockfiles are now released by the OS when the daemon stops. 2. The API file is ignored when (a) the repo is initialized and (b) daemon is off. fixes #6435
-
- 29 Jun, 2019 1 commit
-
-
Steven Allen authored
-
- 11 Jun, 2019 1 commit
-
-
Devin authored
-
- 04 Jun, 2019 1 commit
-
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
- 02 Jun, 2019 1 commit
-
-
Steven Allen authored
-
- 01 Jun, 2019 1 commit
-
-
Raúl Kripalani authored
closes #6391 License: MIT Signed-off-by: Raúl Kripalani <raul@protocol.ai>
-