- 12 Jul, 2016 1 commit
-
-
Vasily Kolobkov authored
License: MIT Signed-off-by: Vasily Kolobkov <polezaivsani@openmailbox.org>
-
- 28 Jun, 2016 1 commit
-
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 11 May, 2016 1 commit
-
-
Richard Littauer authored
The /ipfs and /ipns paths can be overridden by the options; this wasn't in the help text for the options, but should be somewhere. Long help seemed appropriate. License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
- 29 Apr, 2016 1 commit
-
-
SH authored
License: MIT Signed-off-by: Stefan Hertenberger <github@hertenberger.bayern>
-
- 14 Feb, 2016 1 commit
-
-
Richard Littauer authored
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
- 08 Feb, 2016 1 commit
-
-
Stephen Whitmore authored
This lets FUSE mounts to track whether they are active or not by tracking when fs.Serve terminates. License: MIT Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
-
- 03 Feb, 2016 1 commit
-
-
Thomas Gardner authored
misc/completion/ipfs-completion.bash: add `ipfs stats` to BASH completion core/commands/mount_unix.go: ensure error is not nil before printing it contribute.md: fix bibliography indexing in example core/commands/swarm.go: change tabs to spaces in USAGE message *: 80-column readability improvements License: MIT Signed-off-by: Thomas Gardner <tmg@fastmail.com>
-
- 24 Jan, 2016 1 commit
-
-
Richard Littauer authored
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
-
- 21 Jan, 2016 1 commit
-
-
rht authored
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
-
- 29 Jul, 2015 1 commit
-
-
Juan Batiz-Benet authored
unmounting wasn't happening, mostly because of a recent bug in goprocess.SetTeardown. This commit bumps up some messages to log.Warnings, as users may want to see them, and makes sure to Unmount when a node shuts down. License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
-
- 21 Jul, 2015 1 commit
-
-
Jeromy authored
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
-
- 18 Jul, 2015 1 commit
-
-
Michael Muré authored
License: MIT Signed-off-by: Michael Muré <batolettre@gmail.com>
-
- 18 Jun, 2015 1 commit
-
-
Juan Batiz-Benet authored
There has been a regression such that ./t0030-mount.sh fails on 'ipfs mount' fails when there is no mount dir The issue was a change in how fuse errors are reported to the client process. We have introduced an optimistic categorization that hides the obscure fusermount error and replaces it with something a bit more helpful. License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
-
- 03 Jun, 2015 1 commit
-
-
rht authored
-
- 26 May, 2015 1 commit
-
-
David Dias authored
-
- 31 Mar, 2015 1 commit
-
-
Ho-Sheng Hsiao authored
- Modified Godeps/Godeps.json by hand - [TEST] Updated welcome docs hash to sharness - [TEST] Updated contact doc - [TEST] disabled breaking test (t0080-repo refs local)
-
- 05 Mar, 2015 2 commits
-
-
Tonis Tiigi authored
-
Henry authored
-
- 28 Jan, 2015 1 commit
-
-
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.
-
- 24 Jan, 2015 1 commit
-
-
Matt Bell authored
-
- 21 Jan, 2015 1 commit
-
-
Jeromy authored
-
- 13 Jan, 2015 1 commit
-
-
Brian Tiger Chow authored
-
- 06 Jan, 2015 2 commits
- 04 Jan, 2015 1 commit
-
-
Juan Batiz-Benet authored
This commit cleans up how mounting was being done. It now successfully signals when it is properly mounted and listen to close signals correctly.
-
- 06 Dec, 2014 1 commit
-
-
Brian Tiger Chow authored
+ style: sort command list License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
-
- 18 Nov, 2014 2 commits
-
-
Juan Batiz-Benet authored
-
Matt Bell authored
-
- 16 Nov, 2014 4 commits
-
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Christian Couder authored
License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
-
Juan Batiz-Benet authored
This is because if the user specifies that they want to mount multiple times, something must be wrong. try unmounting to reset things and then proceed.
-
Juan Batiz-Benet authored
This commit adds a Mount abstraction (which is really just a wrapped context closer). It makes sure to bind the mount to the fate of the Node (i.e. close it if the node ends). This fixes #350
-
- 15 Nov, 2014 1 commit
-
-
Juan Batiz-Benet authored
-
- 14 Nov, 2014 7 commits
-
-
Juan Batiz-Benet authored
-
Juan Batiz-Benet authored
-
Matt Bell authored
-
Juan Batiz-Benet authored
Also: - map[cmds.EncodingType]cmds.Marshaller -> MarshalMap cc @mappum @maybebtc
-
Matt Bell authored
-
Juan Batiz-Benet authored
-
Brian Tiger Chow authored
@whyrusleeping @jbenet is this non-deterministic?
-