- 14 1月, 2015 16 次提交
-
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
Try it out: ``` ipfs net diag --vis=d3 | diagnostics/d3/d3view ``` Notes: this is not the best way to do it, because it breaks `--encoding=json`. Not sure what the best way is, and right now this provides more utility than the other.
由 Juan Batiz-Benet 提交于 -
the travis docs say the env flag TRAVIS=true but, i want to make absolutely sure. explicitness leaves less room for error.
由 Juan Batiz-Benet 提交于 -
Serial File Opening
由 Juan Batiz-Benet 提交于 -
Stdin Input
由 Juan Batiz-Benet 提交于 -
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
p2p/net/swarm: fix racey test
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
- 13 1月, 2015 24 次提交
-
-
p2p/net/swarm: more connection bugs
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
this is actually pretty important in case some peers end up changing addrs, so others dont fail dialing simply for picking the wrong addr to start with.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Juan Batiz-Benet 提交于
-
This commit introduces a backoff when failing to dial peers. It makes everything much faster.
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
feat(repo): FSRepo
由 Brian Tiger Chow 提交于 -
* filtering InterfaceListenAddresses(s) instead * return error if for loops skip * large dial timeout
由 Juan Batiz-Benet 提交于 -
@jbenet
由 Brian Tiger Chow 提交于 -
The pkg.Interface style is modeled after heap.Interface. Generally, I find it helpful for interfaces that have many implementations. It provides clear distinction between the generic interface and the |n| implementations that implement it (which may be interface types themselves). For clients who cannot keep the repo name, one can imagine that the most likely rename is `ipfsrepo`. In that case, `ipfsrepo.Interface` remains meaningful. This is low-pri so it doesn't matter than much. But for the record, the repo.Interface feels appropriate in this use-case.
由 Brian Tiger Chow 提交于 -
@jbenet
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
@jbenet this removes everything under the path
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
This may have been failing before.
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
let me know if this looks off @whyrusleeping @jbenet
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-