- 05 Mar, 2015 1 commit
-
-
Juan Batiz-Benet authored
peer short tags are improved
-
- 04 Mar, 2015 18 commits
-
-
Juan Batiz-Benet authored
t0110: cleanup using expr
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
fix the tests
-
Juan Batiz-Benet authored
closes #836
-
Juan Batiz-Benet authored
this is ugly. ideally would seed using date, but unclear what a portable datetime is. date '+%s' doesnt work on osx.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
ideally this port would be a randomly picked unused port. for now we just pick a different port than t0110-gateway.
-
Juan Batiz-Benet authored
we have a problem where initializing daemons with the same api port often fails-- it hangs indefinitely. The proper solution is to make ipfs pick an unused port for the api on startup, and then use that. Unfortunately, ipfs doesnt yet know how to do this-- the api port must be specified. Until ipfs learns how to do this, we must use specific port numbers, which may still fail but less frequently if we at least use different ones.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
@whyrusleeping's fix in c88340b5 broke reading fuse in osx. i'm not sure why... anyway, i chose to revert back to io.ReadFull, but use the min of req.Size and r.Size(), which should not encounter the reading problem in linux that a77ea2f0 fixed in the first place. This commit also changes ipns, which had not been changed.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
Test/poll daemon
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
-
- 03 Mar, 2015 6 commits
-
-
Alex authored
-
http://github.com/techfreek/go-ipfsAlex authored
-
Alex authored
-
Juan Batiz-Benet authored
published new webui
-
Juan Batiz-Benet authored
/ipfs/QmXX7YRpU7nNBKfw75VG7Y1c3GwpSAGHRev67XVPgZFv9R https://github.com/protocol/ipfs-webui/commit/ee74f75d0b30d59326a813fb4467c91190cb87a6
-
Juan Batiz-Benet authored
fixing bug 812
-
- 02 Mar, 2015 3 commits
-
-
bbenshoof authored
-
Juan Batiz-Benet authored
t0111: fix broken test due to bad double quoting
-
bbenshoof authored
-
- 01 Mar, 2015 11 commits
-
-
Juan Batiz-Benet authored
beautify 'ipfs ls' and 'ipfs object links'
-
Henry authored
-
Henry authored
-
Henry authored
-
Henry authored
-
Juan Batiz-Benet authored
update to recent bazil.org/fuse
-
Henry authored
-
Henry authored
-
Henry authored
-
Juan Batiz-Benet authored
Spring clean
-
Henry authored
-
- 28 Feb, 2015 1 commit
-
-
Henry authored
-