- 27 Dec, 2016 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
- 21 Dec, 2016 5 commits
-
-
Jeromy Johnson authored
Fixes nc on macOS not closing socket when the stdin sends EOF
-
Jeromy Johnson authored
gateway: disable Suborigins as it conflicts the spec
-
Jeromy Johnson authored
commands: fix opt.Description panic when desc was empty
-
Jeromy Johnson authored
sharness: don't run go-ipfs instance with default config
-
Jakub Sztandera authored
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>
-
- 20 Dec, 2016 3 commits
-
-
Jeromy Johnson authored
coreunix: fix Add() docs regarding pinning
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
dag/get: accept paths and not just cids
-
- 19 Dec, 2016 1 commit
-
-
Jakub Sztandera authored
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>
-
- 18 Dec, 2016 1 commit
-
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
- 17 Dec, 2016 5 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
Test/routing/offline
-
Zander Mackie authored
License: MIT Signed-off-by: Zander Mackie <zmackie@gmail.com>
-
Zander Mackie authored
License: MIT Signed-off-by: Zander Mackie <zmackie@gmail.com>
-
- 16 Dec, 2016 5 commits
-
-
Jakub Sztandera authored
Uses `-d` option that is supported both by BSD and GNU nc. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Zander Mackie authored
License: MIT Signed-off-by: Zander Mackie <zmackie@gmail.com>
-
Jeromy Johnson authored
Remove GC timeout, fix GC tests
-
Jeromy Johnson authored
merkledag: fix json marshalling of pbnode
-
Jeromy Johnson authored
namesys: fix case where there is no cache
-
- 15 Dec, 2016 3 commits
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy authored
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>
-
- 14 Dec, 2016 8 commits
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
-
Jeromy Johnson authored
dag get should be a read only command
-
Jeromy Johnson authored
namesys: add entry to DHT cache after publish
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jeromy Johnson authored
Update go-ds-measure to 1.1.0
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
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>
-
jbenet authored
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
-
- 13 Dec, 2016 5 commits
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Lars Gierth authored
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 authored
This timeout was: - unneccessary - based on a metric that doesn't make sense License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
- 12 Dec, 2016 2 commits
-
-
Jeromy Johnson authored
changelog: add 0.4.4
-
Lars Gierth authored
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
-
- 10 Dec, 2016 1 commit
-
-
Jeromy Johnson authored
merkledag: add a concurrency limit to merkledag fetch graph
-