- 02 Feb, 2015 6 commits
-
-
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 29 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
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
misc fixes: hanging connects + test output
-
Juan Batiz-Benet authored
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
sharness fixes - gateway and more
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
Not sure why this fd redirect was here. Is it necessary? Tests seem to pass for me. cc @mildred
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
- core: daemon stdout print to cmd + daemon init checks - core: fixed bug where the gateway was printed as "API" - sharness/test-lib: daemon init checks - sharness/test-lib: portable TCP port check - sharness/init: fix test bits output - sharness: use common hashes in one place. - move t0100-http-gateway -> t0111-gateway-writable - sharness: test-lib funcs for gateway config - sharness/t0111-gateway-writable: use sh funcs - sharness/t0111-gateway-writable: fixes - escape all vars (always `cmd "$VAR"` never `cmd $VAR`) - use $FILEPATH, not $path - last test seems to fail
-
Juan Batiz-Benet authored
HTTP: add handlers to allow object creation and modification
-
Juan Batiz-Benet authored
online services started before network listens
-
Juan Batiz-Benet authored
blockservice/worker: fix proc/limiter sync
-
Juan Batiz-Benet authored
addresses CR comments
-
Juan Batiz-Benet authored
see: https://gist.github.com/jbenet/6b8b45bde9d9fce17d57 I want to make the goprocess API nicer so it doesnt lead users into this problem. any ideas?
-
- 31 Jan, 2015 5 commits
-
-
Jeromy Johnson authored
fix cast panic in ipfs name resolve when daemon is running
-
Jeromy authored
Addresses bug #689
-
Mildred Ki'Lya authored
-
Mildred Ki'Lya authored
-
Mildred Ki'Lya authored
-