aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/fuse
Commit message (Collapse)AuthorAgeFilesLines
* swarm: fix megacheck warningsEgon Elbre2017-08-141-11/+2
|
* swarm/fuse: use subtestsFelix Lange2017-06-211-171/+112
|
* swarm/fuse: simplify externalUnmountFelix Lange2017-06-212-35/+20
| | | | | | The code looked for /usr/bin/diskutil on darwin, but it's actually located in /usr/sbin. Fix that by not specifying the absolute path. Also remove weird timeout construction and extra whitespace.
* swarm/api: FUSE read-write support (#13872)Zahoor Mohamed2017-04-128-0/+1730
- Moved fuse related code in a new package, swarm/fuse - Added write support - Create new files - Delete existing files - Append to files (with limitations) - More test coverage