restic/internal/fs
greatroar b150dd0235 all: Replace some errors.Wrap calls by errors.WithStack
Mostly changed the ones that repeat the name of a system call, which is
already contained in os.PathError.Op. internal/fs.Reader had to be
changed to actually return such errors.
2022-12-17 09:41:07 +01:00
..
const_unix.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
const_windows.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
const.go
deviceid_unix.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
deviceid_windows.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
doc.go
file_unix.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
file_windows_test.go Add simple test for fs.TempFile on windows 2022-04-09 23:37:58 +02:00
file_windows.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
file.go issue2699: restore symlinks on windows when run as admin user 2022-10-29 21:19:33 +02:00
fs_local_vss.go golangci-lint: replace deprecated golint with revive 2022-03-28 22:33:17 +02:00
fs_local.go
fs_reader_test.go all: Replace some errors.Wrap calls by errors.WithStack 2022-12-17 09:41:07 +01:00
fs_reader.go all: Replace some errors.Wrap calls by errors.WithStack 2022-12-17 09:41:07 +01:00
fs_track.go
helpers.go
interface.go
path_prefix_test.go
path_prefix.go
setflags_linux_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
setflags_linux.go
setflags_other.go
stat_bsd.go fs: Remove explicit type check in extendedStat 2022-11-27 19:58:06 +01:00
stat_test.go test: Use testing.T.Cleanup to remove tempdirs 2022-12-09 14:23:55 +01:00
stat_unix.go fs: Remove explicit type check in extendedStat 2022-11-27 19:58:06 +01:00
stat_windows.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
stat.go
vss_windows.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
vss.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00