- 09 Nov, 2014 4 commits
-
-
Juan Batiz-Benet authored
I moved installed things into own dirs bin and lib. @chriscool sorry to move things around again, the top level test dir was getting a bit clutterd.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
prevent NAT check if given nil multiaddr
-
- 08 Nov, 2014 7 commits
-
-
Jeromy authored
-
Juan Batiz-Benet authored
Install sharness
-
Christian Couder authored
-
Christian Couder authored
It is cleaner if sharness is installed in its own directory.
-
Juan Batiz-Benet authored
Install sharness + add to tests to coverage
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
Addresses comments in: https://github.com/jbenet/go-ipfs/commit/7e14f1737d146cb45f3d788f229dae9fd964e524
-
- 07 Nov, 2014 19 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
The tests were using the globally installed ipfs. This commit changes it to build + use its own ipfs binary.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Christian Couder authored
When there is no fuse we should skip all mount tests and using a FUSE prerequisite is a good way to do that.
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
Fix buffer size bug in fuse mounts
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
sha1sum is not in osx by default. shasum seems to be everywhere.
-
Jeromy authored
-
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 7 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
-