- 29 1月, 2015 15 次提交
-
-
由 Juan Batiz-Benet 提交于
-
cc @mappum
由 Juan Batiz-Benet 提交于 -
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
core/corehttp: gateway_handler: Redirect to path with trailing slash when showing a directory's index.html
由 Matt Bell 提交于 -
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
由 Matt Bell 提交于
-
- 28 1月, 2015 21 次提交
-
-
由 Matt Bell 提交于
-
- attempts set to 1 now. - timeouts must account for that.
由 Juan Batiz-Benet 提交于 -
fuse: no longer require fuse to compile ipfs
由 Juan Batiz-Benet 提交于 -
由 Jeromy 提交于
-
由 Jeromy 提交于
-
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 提交于 -
p2p/net: dial log -> events
由 Juan Batiz-Benet 提交于 -
+ fixed race
由 Juan Batiz-Benet 提交于 -
Allow sharness to run daemon without FUSE
由 Juan Batiz-Benet 提交于 -
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 提交于 -
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 提交于 -
Let's use `>file`, not `> file`, as it makes it easier to parse.
由 Juan Batiz-Benet 提交于 -
This commit allows sharness tests to run daemon tests when the FUSE option is off. Unsure why this was previously included.
由 Juan Batiz-Benet 提交于 -
Fix daemon initialization output change
由 Juan Batiz-Benet 提交于 -
由 Juan Batiz-Benet 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
initialize if not already initialized remove gateway fs add gateway server
由 Brian Tiger Chow 提交于 -
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
由 Brian Tiger Chow 提交于
-
- 27 1月, 2015 4 次提交
-
-
Since commit 76d9d89a, there is "Initializing daemon..." printed on the standard output when the daemon is started. This means that tests have to be fixed accordingly. License: MIT Signed-off-by:
Christian Couder <chriscool@tuxfamily.org>
由 Christian Couder 提交于 -
fixes breakages: - peer.Peer -> peer.ID - peer.X -> peer.PeerInfo - netmsg -> p2p streams
由 Brian Tiger Chow 提交于 -
This commit turns all dial logs into log.Events. Everything's great except for one problem: The LoggableMap I'm using does not print out things correctly. I gave it peer.IDs, and Multiaddrs and both got logged as nothing `{}` (didn't even call their String() methods!) So, for now, this function encodes it when called... This is wrong and should be fixed before being merged in. Otherwise we will be constantly encoding peer.IDs and Multiaddrs without needing to. @briantigerchow how do you suggest doing this? I don't know my way around your Loggable.由 Juan Batiz-Benet 提交于 -
off by one error seeking to end of single block file
由 Jeromy Johnson 提交于
-