- 21 1月, 2019 2 次提交
-
-
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 提交于
-
- 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 提交于
-
- 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 2 次提交
-
-
License: MIT Signed-off-by:Hector Sanjuan <hector@protocol.ai>
由 Hector Sanjuan 提交于 -
gx: update deps
由 Steven Allen 提交于
-
- 09 1月, 2019 4 次提交
-
-
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 提交于 -
Importantly: * fixes a bunch of MFS bugs * pulls in some bitswap improvements License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 08 1月, 2019 6 次提交
-
-
CoreAPI: Don't panic when testing incomplete implementions
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
gateway: fix CORs headers
由 Steven Allen 提交于 -
The `ipfs init` command prints out a ton of information which can make it hard to spot errors. Print a newline before these errors We could do this for every command but there are some tricky edge cases: 1. This would look funny if there's no other output. 2. It might mess break tools parsing the output (not expecting empty lines). License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
This isn't an error and 99.999% of users won't care. License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于
-
- 07 1月, 2019 2 次提交
-
-
Local Gateway option
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Diogo Silva <fsdiogo@gmail.com>
由 Diogo Silva 提交于
-
- 05 1月, 2019 5 次提交
-
-
License: MIT Signed-off-by:Łukasz Magiera <magik6k@gmail.com>
由 Łukasz Magiera 提交于 -
Show hash on gateway
由 Steven Allen 提交于 -
License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于 -
Change the template handler to pass the hash to the directory listing template if the original url doesn't contain the hash. The directory listing template will display the hash in grey under the original url if the hash is passed to it. License: MIT Signed-off-by:Jack Loughran <j@ckloughran.com>
由 Jack Loughran 提交于 -
fix: ulimit docs mistake
由 Steven Allen 提交于
-