- 30 5月, 2015 4 次提交
-
-
This PR moves the addition of new blocks to our wantlist (and their subsequent broadcast to the network) outside of the clientWorker loop. This allows blocks to more quickly propogate to peers we are already connected to, where before we had to wait for the previous findProviders call in clientworker to complete before we could notify our partners of the next blocks that we want. I then changed the naming of the clientWorker and related variables to be a bit more appropriate to the model. Although the clientWorker (now named providerConnector) feels a bit awkward and should probably be changed. fix test assumption
由 Jeromy 提交于 -
godeps: drop uuid from code.google.com
由 Juan Batiz-Benet 提交于 -
由 Henry 提交于
-
change pinning to happen in a callback
由 Juan Batiz-Benet 提交于
-
- 29 5月, 2015 7 次提交
-
-
Cleanup tour
由 Juan Batiz-Benet 提交于 -
Maint/fuse
由 Juan Batiz-Benet 提交于 -
fuse: Attr() now has a Context parameter and error return value ~GOPATH/src/bazil.org/fuse:master$ git shortlog 48c34fb7780b88aca1696bf865508f6703aa47f1..e4fcc9a2c7567d1c42861deebeb483315d222262 Tommi Virtanen (8): Remove dead code Make saveLookup take Context, return error Make serveNode.attr take Context, return error Make nodeAttr take Context, return error API change: Move attribute validity time inside Attr Set attribute validity default time in one place API change: Attr method takes Context, returns error Set LookupResponse validity times up front, instead of after the handler由 Henry 提交于 -
由 Jeromy 提交于
-
sharness/t0060-daemon: don't reuse expect/actual names
由 Juan Batiz-Benet 提交于 -
mdns: use my fork of hashicorp/mdns
由 Juan Batiz-Benet 提交于 -
由 Henry 提交于
-
- 28 5月, 2015 5 次提交
- 26 5月, 2015 4 次提交
-
-
由 rht 提交于
-
Change one of the "ipfs" to "ipns"
由 Jeromy Johnson 提交于 -
Side effect: this makes 'tour' accessible through the HTTP API
由 rht 提交于 -
由 David Dias 提交于
-
- 24 5月, 2015 2 次提交
-
-
Fix: dnslink domain resolving was broken; Add: no caching for those
由 Juan Batiz-Benet 提交于 -
t0040: test ipfs add with stdin
由 Juan Batiz-Benet 提交于
-
- 23 5月, 2015 1 次提交
-
-
Let's test 'ipfs add' with stdin input too. License: MIT Signed-off-by:Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于
-
- 22 5月, 2015 12 次提交
-
-
fix minor data race in bitswap
由 Juan Batiz-Benet 提交于 -
make bitswap commands error out properly offline
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
Bug/panic on empty path
由 Juan Batiz-Benet 提交于 -
Update the previous `invalid path` error to match the error returned from `SplitAbsPath`.
由 Travis Person 提交于 -
Cleaned the tests, and actually test for the error.
由 Travis Person 提交于 -
Added the original logic to check for a invalid path and a simple test.
由 Travis Person 提交于 -
If no path after `/ipfs/` or `/ipns/` is given, then the daemon will panic with a slice bounds out of range error. This checks to see if we have anything after `ipfs` or `ipns`.
由 Travis Person 提交于 -
trying to debug permissions failure
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
由 Jeromy 提交于
-
- 21 5月, 2015 5 次提交
-
-
fix offline full path resolution bug
由 Jeromy Johnson 提交于 -
由 Jeromy 提交于
-
large refactor of bitswap, implement wantmanager to manage wantlist
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-