aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/fuse/fuse_dir.go
Commit message (Collapse)AuthorAgeFilesLines
* swarm: network rewrite mergeethersphere2018-06-221-5/+10
|
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-181-3/+4
|
* swarm/api: FUSE read-write support (#13872)Zahoor Mohamed2017-04-121-0/+155
- 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