- 30 May, 2015 7 commits
-
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
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
-
Juan Batiz-Benet authored
godeps: drop uuid from code.google.com
-
Henry authored
-
Juan Batiz-Benet authored
change pinning to happen in a callback
-
- 29 May, 2015 7 commits
-
-
Juan Batiz-Benet authored
Cleanup tour
-
Juan Batiz-Benet authored
Maint/fuse
-
Henry authored
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
-
Jeromy authored
-
Juan Batiz-Benet authored
sharness/t0060-daemon: don't reuse expect/actual names
-
Juan Batiz-Benet authored
mdns: use my fork of hashicorp/mdns
-
Henry authored
-
- 28 May, 2015 5 commits
- 26 May, 2015 4 commits
-
-
rht authored
-
Jeromy Johnson authored
Change one of the "ipfs" to "ipns"
-
rht authored
Side effect: this makes 'tour' accessible through the HTTP API
-
David Dias authored
-
- 24 May, 2015 2 commits
-
-
Juan Batiz-Benet authored
Fix: dnslink domain resolving was broken; Add: no caching for those
-
Juan Batiz-Benet authored
t0040: test ipfs add with stdin
-
- 23 May, 2015 1 commit
-
-
Christian Couder authored
Let's test 'ipfs add' with stdin input too. License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
- 22 May, 2015 12 commits
-
-
Juan Batiz-Benet authored
fix minor data race in bitswap
-
Juan Batiz-Benet authored
make bitswap commands error out properly offline
-
Jeromy authored
-
Juan Batiz-Benet authored
Bug/panic on empty path
-
Travis Person authored
Update the previous `invalid path` error to match the error returned from `SplitAbsPath`.
-
Travis Person authored
Cleaned the tests, and actually test for the error.
-
Travis Person authored
Added the original logic to check for a invalid path and a simple test.
-
Travis Person authored
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`.
-
Juan Batiz-Benet authored
trying to debug permissions failure
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
- 21 May, 2015 2 commits
-
-
Jeromy Johnson authored
fix offline full path resolution bug
-
Jeromy authored
-