- 24 1月, 2019 10 次提交
-
-
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Address https://github.com/ipfs/go-ipfs/pull/3931#pullrequestreview-46345532 License: MIT Signed-off-by:
Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:James Stanley <james@incoherency.co.uk>
由 James Stanley 提交于 -
License: MIT Signed-off-by:James Stanley <james@incoherency.co.uk>
由 James Stanley 提交于 -
License: MIT Signed-off-by:James Stanley <james@incoherency.co.uk>
由 James Stanley 提交于 -
License: MIT Signed-off-by:James Stanley <james@incoherency.co.uk>
由 James Stanley 提交于 -
This fixes the unit test but we should perhaps clarify what the intended behaviour is when PUT'ing to an empty filename. License: MIT Signed-off-by:James Stanley <james@incoherency.co.uk>
由 James Stanley 提交于 -
See on https://discuss.ipfs.io/t/writeable-http-gateways/210 Previously, a PUT to a filename that already exists would return the hash of the newly-inserted file instead of the hash of the new tree. This is not useful, and it makes much more sense for the API to be consistent. Furthermore, anybody who knows about the bug is already DELETE-ing the filename before PUT-ing the new content, so the fix doesn't trample over that behaviour either. With this fix, every conceivable usage of the API is either unaffected or improved. It could do with a unit test. License: MIT Signed-off-by:
James Stanley <james@incoherency.co.uk>
由 James Stanley 提交于 -
Drop some coreunix code
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于
-
- 23 1月, 2019 8 次提交
-
-
commands: fix verbose flag
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Options are recorded using their *first* name. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Fixes #4558
由 Steven Allen 提交于 -
(and everything else...) License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
Port dag commansds to CoreAPI
由 Steven Allen 提交于
-
- 22 1月, 2019 3 次提交
-
-
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
mfs: make sure to flush after mv and chcid
由 Steven Allen 提交于 -
We need to call `FlushPath` as `Flush` doesn't call `WaitPub` internally. The correct fix is to rework MFS such that Flush actually flushes but that's a larger project. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 21 1月, 2019 10 次提交
-
-
docs/code-flow : Add code flow documentation for add cmd.
由 Steven Allen 提交于 -
coreapi: few more error check fixes
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
Fixed and cleaned up TestIpfsStressRead
由 Steven Allen 提交于 -
Clarify that chunker sizes are in bytes
由 Steven Allen 提交于 -
refact(cmd/patch): change string to const
由 Steven Allen 提交于 -
refact(cmd/object): change option string to const
由 Steven Allen 提交于 -
coreapi: replace coreiface.DagAPI with ipld.DAGService
由 Steven Allen 提交于 -
Add global option to specify the multibase encoding (server side)
由 Steven Allen 提交于 -
Primarily, get rid of extractCidString and cidVer. Neither of these functions did sane things when a path when a path didn't actually include a CID. For example, "boo" would yield a base32 encoder. Also: * Avoid "optional" errors. * Make it a pure function of the input path. * Extract the multibase from *any* type of path of the form /namespace/cid-like-thing/... This is a DWIM function. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 19 1月, 2019 2 次提交
-
-
License: MIT Signed-off-by:chenminjian <727180553@qq.com>
由 chenminjian 提交于 -
License: MIT Signed-off-by:chenminjian <727180553@qq.com>
由 chenminjian 提交于
-
- 17 1月, 2019 7 次提交
-
-
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
ParsePath does not preserve the multibase. License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
This does it on ther server side for most commands. This also adds a global --output-cidv1 option. License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
License: MIT Signed-off-by:Kevin Atkinson <k@kevina.org>
由 Kevin Atkinson 提交于 -
coreapi: Adjust some tests for go-ipfs-http-api
由 Steven Allen 提交于
-