- 18 Oct, 2014 4 commits
-
-
Juan Batiz-Benet authored
(that wasn't mine :p)
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
Important bugfix. Otherwise bitswap cannot message peers the node has not connected to yet :(
-
- 11 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
new Service interface
-
- 09 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
and other logging switches. I kept the u.PErr and u.POut in cli commands, as those do need to write raw output directly.
-
- 08 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
We'll want a `type blocks.Block interface {}` later, but for now, make sure Blockstore uses ptrs for both Get and Put. + fix NewBlock output compile error
-
- 07 Oct, 2014 1 commit
-
-
Jeromy authored
-
- 06 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 25 Sep, 2014 2 commits
-
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
Rather than pushing errors back down to lower layers, propagate the errors upward. This commit adds a `ReceiveError` method to BitSwap's network receiver. Still TODO: rm the error return value from: net.service.handler.HandleMessage This is inspired by delegation patterns in found in the wild.
-
- 23 Sep, 2014 3 commits
- 22 Sep, 2014 26 commits
-
-
Brian Tiger Chow authored
sending
-
Brian Tiger Chow authored
true -> always send to peer false -> use ledger-based strategy described in IPFS paper draft 3
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
fix(bitswap) pass go vet fixes #97 https://github.com/jbenet/go-ipfs/issues/97
-
Brian Tiger Chow authored
changing the bitswap interace breaks tests and makes things a bit difficult going forward. I think I have a temporary solution to replace the async method. this commit partially reverts changes from: ec50703395098f75946f0bad01816cc54ab18a58 https://github.com/jbenet/go-ipfs/commit/ec50703395098f75946f0bad01816cc54ab18a58
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
@perfmode using non-async version as apparently there's a bug in async. will look into it.
-
Juan Batiz-Benet authored
@perfmode boom
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
test(bitswap) run synchronously to aid the scheduler
-
Brian Tiger Chow authored
fix(bitswap) Put synchronously. Then notify async
-
Brian Tiger Chow authored
to avoid letting client rely on order for correctness
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-