- 07 3月, 2015 14 次提交
-
-
由 Henry 提交于
-
document how to change daemon ports
由 Juan Batiz-Benet 提交于 -
i took @jbenet's suggestion, but reorganised it a bit to *not* suggest what is actually warned against later. :)
由 anarcat 提交于 -
explain what direct/indirect/recursive means
由 Juan Batiz-Benet 提交于 -
i couldn't understand what those meant. it was explain (at least partly) in #590 so let's share the goods!
由 anarcat 提交于 -
this more clearly explains that the daemon is listening on the network. it also hints as to how to change the listening ports. this is also related to #874
由 anarcat 提交于 -
query: fixed race condition
由 Juan Batiz-Benet 提交于 -
this time just move to goprocess
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
Correct link to paper
由 Juan Batiz-Benet 提交于 -
由 David Wagner 提交于
-
Ipns/refactor unixfs
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
take offset into account for computing read size
由 Juan Batiz-Benet 提交于
-
- 06 3月, 2015 5 次提交
-
-
由 Jeromy 提交于
-
Fix nofuse build tags syntax
由 Juan Batiz-Benet 提交于 -
implement a worker to consolidate HasBlock provide calls into one
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
- 05 3月, 2015 9 次提交
-
-
由 Jeromy 提交于
-
由 Tonis Tiigi 提交于
-
由 Tonis Tiigi 提交于
-
simple nofuse build tag
由 Juan Batiz-Benet 提交于 -
由 Henry 提交于
-
由 Henry 提交于
-
由 Henry 提交于
-
由 Henry 提交于
-
peer short tags are improved
由 Juan Batiz-Benet 提交于
-
- 04 3月, 2015 12 次提交
-
-
t0110: cleanup using expr
由 Juan Batiz-Benet 提交于 -
License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
fix the tests
由 Juan Batiz-Benet 提交于 -
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 提交于
-