- 29 Jan, 2015 25 commits
-
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
return connected peers as providers
-
Juan Batiz-Benet authored
dialing 4000 connections somehow keeps choking both travis and jenkins. dialing this down to 500
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
-
Juan Batiz-Benet authored
add more help text for ipfs diag net
-
Juan Batiz-Benet authored
Gateway Changes
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
cc @mappum
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
core/corehttp: gateway_handler: Redirect to path with trailing slash when showing a directory's index.html
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
Matt Bell authored
-
- 28 Jan, 2015 15 commits
-
-
Matt Bell authored
-
Juan Batiz-Benet authored
- attempts set to 1 now. - timeouts must account for that.
-
Juan Batiz-Benet authored
fuse: no longer require fuse to compile ipfs
-
Jeromy authored
-
Jeromy authored
-
Juan Batiz-Benet authored
This commit removes the dependency on go-fuse-version, and thus the fuse headers. It also introduces an elaborate troubleshooting process that diagnoses whether fuse installed -- and which version -- with as little requirements as possible (attept to use sysctl, fall-back on the go-fuse-version binary, etc). It then nicely instructs the user what to do next.
-
Juan Batiz-Benet authored
p2p/net: dial log -> events
-
Juan Batiz-Benet authored
+ fixed race
-
Juan Batiz-Benet authored
Allow sharness to run daemon without FUSE
-
Juan Batiz-Benet authored
cc @whyrusleeping: you werent doing so cc @mappum: you were trying to escape them, but were un-escaping them in cases with longer quotes.
-
Juan Batiz-Benet authored
In OSX, the `echo -n` was _somehow_ printing "-n" out... not really sure why, as the bsd `echo` program supports -n. I changed this to printf -- which is safer.
-
Juan Batiz-Benet authored
Let's use `>file`, not `> file`, as it makes it easier to parse.
-
Juan Batiz-Benet authored
This commit allows sharness tests to run daemon tests when the FUSE option is off. Unsure why this was previously included.
-
Juan Batiz-Benet authored
Fix daemon initialization output change
-
Juan Batiz-Benet authored
-