- 27 12月, 2016 1 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于
-
- 21 12月, 2016 5 次提交
-
-
Fixes nc on macOS not closing socket when the stdin sends EOF
由 Jeromy Johnson 提交于 -
gateway: disable Suborigins as it conflicts the spec
由 Jeromy Johnson 提交于 -
commands: fix opt.Description panic when desc was empty
由 Jeromy Johnson 提交于 -
sharness: don't run go-ipfs instance with default config
由 Jeromy Johnson 提交于 -
It conflicts with already running instance on the Dev's machine so running this test requires disabling the normal ipfs. The launch of ipfs here doesn't test much as we compare the config, after initing from it and we also launch from default config in many other cases (with few variables changed to not conflict with already running standalone ipfs instance). License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 20 12月, 2016 3 次提交
-
-
coreunix: fix Add() docs regarding pinning
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
dag/get: accept paths and not just cids
由 Jeromy Johnson 提交于
-
- 19 12月, 2016 1 次提交
-
-
The Suborigins spec was changed and we have to adjust, the spec is still unstable and it might change in future. Currently the only browser supporting it (Chrome) errors out on it as it doesn't confront spec it uses. See https://github.com/ipfs/specs/issues/131 License: MIT Signed-off-by:
Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于
-
- 18 12月, 2016 1 次提交
-
-
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于
-
- 17 12月, 2016 5 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
Test/routing/offline
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Zander Mackie <zmackie@gmail.com>
由 Zander Mackie 提交于 -
License: MIT Signed-off-by:Zander Mackie <zmackie@gmail.com>
由 Zander Mackie 提交于
-
- 16 12月, 2016 5 次提交
-
-
Uses `-d` option that is supported both by BSD and GNU nc. License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Zander Mackie <zmackie@gmail.com>
由 Zander Mackie 提交于 -
Remove GC timeout, fix GC tests
由 Jeromy Johnson 提交于 -
merkledag: fix json marshalling of pbnode
由 Jeromy Johnson 提交于 -
namesys: fix case where there is no cache
由 Jeromy Johnson 提交于
-
- 15 12月, 2016 3 次提交
-
-
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
A panic would occur when a link was created with a nil cid, this should be allowable, just catch the potential problem and skip marshaling the cid. License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于
-
- 14 12月, 2016 8 次提交
-
-
License: MIT Signed-off-by:Jeromy <why@ipfs.io>
由 Jeromy 提交于 -
dag get should be a read only command
由 Jeromy Johnson 提交于 -
namesys: add entry to DHT cache after publish
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
Update go-ds-measure to 1.1.0
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
It was there because old collector was using debug env to report metrics and there keys have to very unique. As we are reporting it now to prometheus it is better to have it under the same key as we had before. License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
added CmdDagGet to the read only command set. tried to add a test, but dag get needs tests in general License: MIT Signed-off-by: Juan Batiz-Benet
由 jbenet 提交于
-
- 13 12月, 2016 5 次提交
-
-
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于 -
GetStorageUsage() is super expensive as it involves a full repo scan, and it's already bad enough that we have do it once. The call that's being removed here is purely for cosmetical purposes: printing the number of bytes freed by the GC run. Let's drop it. License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于 -
This timeout was: - unneccessary - based on a metric that doesn't make sense License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于
-
- 12 12月, 2016 2 次提交
-
-
changelog: add 0.4.4
由 Jeromy Johnson 提交于 -
License: MIT Signed-off-by:Lars Gierth <larsg@systemli.org>
由 Lars Gierth 提交于
-
- 10 12月, 2016 1 次提交
-
-
merkledag: add a concurrency limit to merkledag fetch graph
由 Jeromy Johnson 提交于
-