- 02 2月, 2015 25 次提交
-
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
fix(cmd/daemon) set node on req context since it expects daemon to be present when handling commands over the API @jbenet revenge of the request context redux
由 Brian Tiger Chow 提交于 -
fix FIXUP repo -> config
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
sharness/lib: fix daemon startup check
由 Juan Batiz-Benet 提交于 -
Go back to test_run_repeat_10_sec to make sure the API is there. I think this is also clearer on the reader.
由 Juan Batiz-Benet 提交于 -
test/sharness: improve t0111 using test_cmp
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
sharness/lib: fixing gateway addr check
由 Juan Batiz-Benet 提交于 -
test/sharness: improve t0090 by using printf
由 Juan Batiz-Benet 提交于 -
seems that the previous way isnt liked by all platforms
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
cat length output now uses unixfs size
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
there's an odd error setting the config.
由 Juan Batiz-Benet 提交于 -
unixfs file size != merkledag cumulative size
由 Juan Batiz-Benet 提交于 -
Since the DagReader has lots of useful information (like sizes etc) it's good to be able to use it.
由 Juan Batiz-Benet 提交于 -
test/sharness: improve t0080
由 Juan Batiz-Benet 提交于 -
The following changes are made to make t0080 cleaner, safer and more canonical: - remove useless stuff, - don't use a pipe after ipfs commands, - use test_must_fail before ipfs commands instead of ! License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 01 2月, 2015 15 次提交
-
-
multiaddrs with .../ipfs/...
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
and do it both online + offline
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
⚠ ⚠ this commit makes your current configs unusable, as the default bootstrap peers. You may need to edit your config. Go from: ```js Bootstrap: [ { "Address": "/ip4/104.131.131.82/tcp/4001", "PeerID": "QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ" } ] ``` To: ```js Bootstrap: [ "/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ" ] ```由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
misc fixes: hanging connects + test output
由 Juan Batiz-Benet 提交于
-