- 02 Feb, 2015 27 commits
-
-
Brian Tiger Chow authored
fix FIXUP maybeRouter in core
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
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 authored
fix FIXUP repo -> config
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
sharness/lib: fix daemon startup check
-
Juan Batiz-Benet authored
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 authored
test/sharness: improve t0111 using test_cmp
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
sharness/lib: fixing gateway addr check
-
Juan Batiz-Benet authored
test/sharness: improve t0090 by using printf
-
Juan Batiz-Benet authored
seems that the previous way isnt liked by all platforms
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
cat length output now uses unixfs size
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
there's an odd error setting the config.
-
Juan Batiz-Benet authored
unixfs file size != merkledag cumulative size
-
Juan Batiz-Benet authored
Since the DagReader has lots of useful information (like sizes etc) it's good to be able to use it.
-
Juan Batiz-Benet authored
test/sharness: improve t0080
-
Christian Couder authored
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>
-
- 01 Feb, 2015 13 commits
-
-
Juan Batiz-Benet authored
multiaddrs with .../ipfs/...
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
and do it both online + offline
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
⚠ 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 authored
-