- 04 3月, 2015 15 次提交
-
-
closes #836
由 Juan Batiz-Benet 提交于 -
this is ugly. ideally would seed using date, but unclear what a portable datetime is. date '+%s' doesnt work on osx.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
ideally this port would be a randomly picked unused port. for now we just pick a different port than t0110-gateway.
由 Juan Batiz-Benet 提交于 -
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 提交于 -
由 Juan Batiz-Benet 提交于
-
@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 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
Test/poll daemon
由 Juan Batiz-Benet 提交于 -
由 Henry 提交于
-
由 Henry 提交于
-
由 Henry 提交于
-
由 Henry 提交于
-
由 Henry 提交于
-
- 03 3月, 2015 3 次提交
-
-
published new webui
由 Juan Batiz-Benet 提交于 -
/ipfs/QmXX7YRpU7nNBKfw75VG7Y1c3GwpSAGHRev67XVPgZFv9R https://github.com/protocol/ipfs-webui/commit/ee74f75d0b30d59326a813fb4467c91190cb87a6
由 Juan Batiz-Benet 提交于 -
fixing bug 812
由 Juan Batiz-Benet 提交于
-
- 02 3月, 2015 3 次提交
-
-
由 bbenshoof 提交于
-
t0111: fix broken test due to bad double quoting
由 Juan Batiz-Benet 提交于 -
由 bbenshoof 提交于
-
- 01 3月, 2015 11 次提交
-
-
beautify 'ipfs ls' and 'ipfs object links'
由 Juan Batiz-Benet 提交于 -
由 Henry 提交于
-
由 Henry 提交于
-
由 Henry 提交于
-
由 Henry 提交于
-
update to recent bazil.org/fuse
由 Juan Batiz-Benet 提交于 -
由 Henry 提交于
-
由 Henry 提交于
-
由 Henry 提交于
-
Spring clean
由 Juan Batiz-Benet 提交于 -
由 Henry 提交于
-
- 28 2月, 2015 6 次提交
-
-
由 Henry 提交于
-
由 Henry 提交于
-
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
This makes it possible to simplify the code. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 27 2月, 2015 2 次提交
-
-
There was basically: curl ... "$URL 2>curl.out" instead of: curl ... "$URL" 2>curl.out So "curl.out" was not properly overwritten by the curl command. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
由 Henry 提交于
-