Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swarm: fix megacheck warnings | Egon Elbre | 2017-08-14 | 1 | -11/+2 |
| | |||||
* | swarm/fuse: use subtests | Felix Lange | 2017-06-21 | 1 | -171/+112 |
| | |||||
* | swarm/fuse: simplify externalUnmount | Felix Lange | 2017-06-21 | 2 | -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 Mohamed | 2017-04-12 | 8 | -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 |