- 26 Sep, 2014 3 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
This is to avoid having to import ds elsewhere.
-
Juan Batiz-Benet authored
config: rename addresses
-
- 25 Sep, 2014 4 commits
-
-
Brian Tiger Chow authored
-
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.
-
Brian Tiger Chow authored
-
- 24 Sep, 2014 3 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
WARNING: change breaks old configs. @whyrusleeping @perfmode This commit changes the way addresses are stored in config files. It lumps Identity.Address and RPCAddress into Addresses. This commit also fixes several golint issues.
-
Brian Tiger Chow authored
This commit... is a second attempt at: https://github.com/jbenet/go-ipfs/pull/68 partially addresses: https://github.com/jbenet/go-ipfs/issues/66 is the result of discussion at: https://gist.github.com/perfmode/f2951c1ed3a02c484d0b
-
- 23 Sep, 2014 11 commits
-
-
Brian Tiger Chow authored
-
Jeromy authored
-
Jeromy authored
-
Jeromy authored
-
Brian Tiger Chow authored
Fixed Ping (minor)
-
Jeromy Johnson authored
Fixed a link in the README (and capitalization).
-
epitron authored
-
Juan Batiz-Benet authored
This fixes the broken pinging. (the issue was the cluster level, it's bein set incorrectly (off by one)) Anyway, this works now: [peer: QmfQTbC3LxfpK5WoyHW2WgnAzo6d6GePuq2wHTsJNXM5PS] Sent message type: 'PING' [to = QmNXUeFrV9gxR4aqJddEsfhWZLSJrUsfpUSeRb3R7xvSp9] [QmfQTbC3LxfpK5WoyHW2WgnAzo6d6GePuq2wHTsJNXM5PS] ping QmNXUeFrV9gxR4aqJddEsfhWZLSJrUsfpUSeRb3R7xvSp9 end (err = %!s(<nil>)) cc @whyrusleeping
-
Juan Batiz-Benet authored
-
Jeromy authored
-
Jeromy authored
-
- 22 Sep, 2014 19 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
New net interface
-
Brian Tiger Chow authored
failing due to nil pointer dereference
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
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
until construction is complete on the actual async method reverts changes from ec50703395098f75946f0bad01816cc54ab18a58 https://github.com/jbenet/go-ipfs/commit/ec50703395098f75946f0bad01816cc54ab18a58
-
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
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
@jbenet Handshake library has been modified to use Secure Pipe. This test targets the old implementation. TODO: write a new handshake test
-