- 21 1月, 2019 9 次提交
-
-
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 14 次提交
-
-
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 提交于 -
chore: update to Web UI v2.3.3
由 Steven Allen 提交于 -
ls: Report real file size
由 Steven Allen 提交于 -
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 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
Improve the Filestore document
由 Steven Allen 提交于
-
- 16 1月, 2019 2 次提交
-
-
License: MIT Signed-off-by:Diogo Silva <fsdiogo@gmail.com>
由 Diogo Silva 提交于 -
Fix for the #5746. Switch to Filestore need to restart the ipfs node. License: MIT Signed-off-by:Bamvor Zhang <jian.zhang@ipfsbit.com>
由 Bamvor Zhang 提交于
-
- 15 1月, 2019 1 次提交
-
-
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于
-
- 14 1月, 2019 1 次提交
-
-
License: MIT Signed-off-by:Max Chechel <hexdigest@gmail.com>
由 Max Chechel 提交于
-
- 13 1月, 2019 1 次提交
-
-
Clarify that the Rabin fingerprint chunker is in bytes, and recommend using larger chunk sizes than shown in the provided examples. People are getting confused over chunker sizes and incorrectly assuming they're in kiB and not bytes. License: MIT Signed-off-by:Daniel Aleksandersen <code@daniel.priv.no>
由 Daniel Aleksandersen 提交于
-
- 12 1月, 2019 1 次提交
-
-
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于
-
- 11 1月, 2019 2 次提交
-
-
[CORS] Bubble go-ipfs-cmds 2.0.10 - Updates CORS library
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Hector Sanjuan <hector@protocol.ai>
由 Hector Sanjuan 提交于
-
- 10 1月, 2019 4 次提交
-
-
License: MIT Signed-off-by:Max Chechel <mc@gojuno.com>
由 Max Chechel 提交于 -
License: MIT Signed-off-by:Max Chechel <hexdigest@gmail.com>
由 Max Chechel 提交于 -
License: MIT Signed-off-by:Hector Sanjuan <hector@protocol.ai>
由 Hector Sanjuan 提交于 -
gx: update deps
由 Steven Allen 提交于
-
- 09 1月, 2019 3 次提交
-
-
reduce verbosity of daemon start
由 Steven Allen 提交于 -
feat: update to Web UI v2.3.2
由 Steven Allen 提交于 -
1. Update to use the new `Open` function. 2. Use `Flush()` instead of `Sync()` as sync was removed as useless (this should have been calling `Flush()` all along). License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-