- 28 Aug, 2018 1 commit
-
-
Steven Allen authored
This command messes with internal state and doesn't even work at the moment. If you don't want a block, you should cancel the request that's trying to fetch it. fixes #5295 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 27 Aug, 2018 3 commits
-
-
Steven Allen authored
Feat: depth limited refs -r
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
Hector Sanjuan authored
This adds --max-depth to the "refs" commands and allows limiting the fetching of refs per depth. Other than that, it works as before. Note that clever branch pruning is only made when the --unique flag is passed. Otherwise, we re-explore branches to the given depth. This means that --unique costs memory, but may save time when the DAGs contain the same sub-DAGs in several places (specially if they are big). On the other side, not using --unique saves memory but may involve re-exploring large sub-DAGs. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
- 24 Aug, 2018 2 commits
-
-
Steven Allen authored
Add support for inlinling via the id-hash
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
- 23 Aug, 2018 12 commits
-
-
Steven Allen authored
Run DNS lookup for --api endpoint provided in CLI
-
Steven Allen authored
add some basic gateway documentation
-
Steven Allen authored
Allow mfs files.write command to create parent directories
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Raúl Kripalani authored
License: MIT Signed-off-by: Raúl Kripalani <raul.kripalani@gmail.com>
-
Raúl Kripalani authored
License: MIT Signed-off-by: Raúl Kripalani <raul.kripalani@consensys.net>
-
Raúl Kripalani authored
Resolves #5249. Calls multiaddr-dns, and picks the first result. Uses a fixed timeout of 10 seconds. Adds test cases for one, multiple, and no DNS results. License: MIT Signed-off-by: Raúl Kripalani <raul.kripalani@consensys.net>
-
Raúl Kripalani authored
License: MIT Signed-off-by: Raúl Kripalani <raul.kripalani@consensys.net>
-
Steven Allen authored
fix the urlstore tests
-
Steven Allen authored
docs: README refresh, add cli-http-api-core diagram
-
Steven Allen authored
1. GC the intentionally broken files so we don't reuse their blocks. 2. Make sure we actually check the *new* output file instead of an old one. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
- 22 Aug, 2018 10 commits
-
-
Steven Allen authored
And clarify that it's a separate package. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
David Dias authored
License: MIT Signed-off-by: diasdavid <daviddias.p@gmail.com>
-
David Dias authored
License: MIT Signed-off-by: diasdavid <daviddias.p@gmail.com>
-
Steven Allen authored
name cmd: move subcommands to subdirectory
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Łukasz Magiera authored
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
-
Kevin Atkinson authored
License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>
-
Steven Allen authored
gx: update go-cid, go-libp2p-peer, go-ipfs-cmds, go-ipfs-cmdkit
-
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>
-
- 21 Aug, 2018 2 commits
-
-
Steven Allen authored
Set filename in Content-Disposition if filename=x is passed in URI query
-
Steven Allen authored
Extract /mfs to github.com/ipfs/go-mfs
-
- 20 Aug, 2018 2 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Hector Sanjuan authored
The /mfs module has been extracted to github.com/ipfs/go-mfs All history has been retained in the new repository. README, LICENSE, Makefiles and CI integration have been added to the new location. License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
-
- 16 Aug, 2018 1 commit
-
-
Steven Allen authored
Fixed ipns address resolution in fuse unix mount
-
- 15 Aug, 2018 7 commits
-
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
update protobuf files in go-ipfs
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
Also: * Switch to gogo for filestore for consistency. * Use the "faster" codegen for fewer allocations. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
kvm2116 authored
License: MIT Signed-off-by: Kunal Mahajan <mkunal@cs.columbia.edu>
-
Steven Allen authored
return a json object from config show
-