aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/api/swarmfs_fallback.go
Commit message (Collapse)AuthorAgeFilesLines
* swarm/api: FUSE read-write support (#13872)Zahoor Mohamed2017-04-121-50/+0
| | | | | | | | - 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
* swarm/api: improve FUSE build constraints, logging and APIs (#3818)Felix Lange2017-03-311-0/+50
* swarm/api: fix build/tests on unsupported platforms Skip FUSE tests if FUSE is unavailable and change build constraints so the 'lesser' platforms aren't mentioned explicitly. The test are compiled on all platforms to prevent regressions in _fallback.go Also gofmt -w -s because why not. * internal/web3ext: fix swarmfs wrappers Remove inputFormatter specifications so users get an error when passing the wrong number of arguments. * swarm/api: improve FUSE-related logging and APIs The API now returns JSON objects instead of strings. Log messages for invalid arguments are removed.