aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/fuse/swarmfs.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd,swarm: enforce camel case variable names (#19060)Matthew Halpern2019-02-241-4/+4
|
* swarm: network rewrite mergeethersphere2018-06-221-2/+2
|
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-181-1/+2
|
* swarm/api: FUSE read-write support (#13872)Zahoor Mohamed2017-04-121-0/+64
- 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