- 07 Nov, 2014 2 commits
-
-
Jeromy authored
-
Juan Batiz-Benet authored
Miscellaneous fixes
-
- 06 Nov, 2014 3 commits
-
-
Juan Batiz-Benet authored
Add test for ipfs mount
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
-
- 05 Nov, 2014 35 commits
-
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
should be able to look at a function in isolation and prove it won't panic. if that's not possible, should cast safely.
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
use case: Just configured and installed a node. benefits: 1) reduces friction when setting up a new node 2) reveals useful details about the workings of the system. It's the user's first encounter with her node's identity. The tour can build on the user's knowledge. ``` ipfs (maybebtc-november) λ. ipfs init -f initializing ipfs node at /Users/btc/.go-ipfs generating key pair peer identity: QmcRbn41Vc2CvbpLYfN36mAWusErKWvAAHbq92LPra2gFT ```
-
Brian Tiger Chow authored
Fixes #258 https://github.com/jbenet/go-ipfs/issues/258
-
Brian Tiger Chow authored
-
Brian Tiger Chow authored
add context to DialPeer interface
-
Brian Tiger Chow authored
@jbenet
-
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
Fix data races in #270
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
Swarm + Handshake Listen Addresses
-
Brian Tiger Chow authored
feat(tour) content
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
The check needed knowledge of the _listen_ addresses, not just the interface addresses. Also, the handshake now sends out all the addresses we accumulate about ourselves. (this may be bad in the long run, but useful now to test)
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet 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
-