Commit Graph

8 Commits

Author SHA1 Message Date
Zach
3da1bf8ca1 all: use gometalinter.v2, fix new gosimple issues () 2017-12-12 19:05:47 +01:00
ferhat elmas
86f6568f66 build: enable unconvert linter ()
* build: enable unconvert linter

 - fixes 
 - update code base for failing cases

* cmd/puppeth: replace syscall.Stdin with os.Stdin.Fd() for unconvert linter
2017-11-10 19:06:45 +02:00
Darrel Herbst
89860f4197 swarm/fuse: return amount of data written if the file exists ()
If the file already existed, the WriteResponse.Size was being set
as the length of the entire file, not just the amount that was
written to the existing file.

Fixes 
2017-10-09 12:45:30 +02:00
Fiisio
2dcb22afec swarm/fuse: use Equal instead of Compare () 2017-09-07 23:10:51 +02:00
Egon Elbre
133de3d806 swarm: fix megacheck warnings 2017-08-14 18:12:37 +03:00
Felix Lange
98e101ef8e swarm/fuse: use subtests 2017-06-21 09:56:58 +02:00
Felix Lange
50c18e6eb8 swarm/fuse: simplify externalUnmount
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.
2017-06-21 09:56:58 +02:00
Zahoor Mohamed
1d1d988aa7 swarm/api: FUSE read-write support ()
- 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
2017-04-12 02:06:02 +02:00