- 15 Nov, 2014 3 commits
-
-
Brian Tiger Chow authored
fixes #293 https://github.com/jbenet/go-ipfs/issues/293
-
Brian Tiger Chow authored
programmer error License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-
Brian Tiger Chow authored
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com> impl errorf License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com> return a debug error License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-
- 09 Nov, 2014 2 commits
-
-
Juan Batiz-Benet authored
There is a dummy test import: test/lib/random-dep.go Because godep doen't yet vendor binaries nicely.
-
Juan Batiz-Benet authored
-
- 05 Nov, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 04 Nov, 2014 1 commit
-
-
Brian Tiger Chow authored
-
- 02 Nov, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 01 Nov, 2014 2 commits
- 31 Oct, 2014 1 commit
-
-
Jeromy authored
-
- 25 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
until https://github.com/op/go-logging/pull/30 is merged
-
- 22 Oct, 2014 3 commits
-
-
Juan Batiz-Benet authored
-
Henry authored
-
Jeromy authored
-
- 21 Oct, 2014 2 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
- 15 Oct, 2014 1 commit
-
-
Henry authored
-
- 11 Oct, 2014 2 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
- 10 Oct, 2014 2 commits
-
-
Jeromy authored
-
Juan Batiz-Benet authored
-
- 08 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 06 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 05 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 03 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 01 Oct, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 30 Sep, 2014 2 commits
-
-
verokarhu authored
-
Juan Batiz-Benet authored
-
- 22 Sep, 2014 3 commits
-
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
use a third-party pubsub library for internal communications Insights: * Within bitswap, the actors don't need anything more than simple pubsub behavior. Wrapping and unwrapping messages proves unneccessary. Changes: * Simplifies the interface for both actors calling GetBlock and actors receiving blocks on the network * Leverages a well-tested third-party pubsub library Design Goals: * reduce complexity * extract implementation details (wrapping and unwrapping data, etc) from bitswap and let bitswap focus on composition of core algorithms operations
-
Juan Batiz-Benet authored
-
- 13 Sep, 2014 2 commits
-
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
- 11 Sep, 2014 1 commit
-
-
Brian Tiger Chow authored
procedure is to execute ``` cd my/github.com/jbenet/go-multiaddr git pull cd my/github.com/jbenet/go-ipfs godep update github.com/jbenet/go-multiaddr ```
-
- 10 Sep, 2014 1 commit
-
-
Brian Tiger Chow authored
dependencies are vendored into Godeps/_workspace and commit versions are recorded in Godeps.json update datastore to e89f0511 update go.crypto
-