2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-21 10:12:22 +00:00
restic/internal/backend
Michael Eischer 658aa4c0f7
Merge pull request #4339 from greatroar/ioctl
backend, termstatus: fix ioctl calls for 64-bit big-endian platforms
2023-05-26 19:34:14 +02:00
..
azure azure: Fix missing rate limiting 2023-05-18 21:17:53 +02:00
b2 Remove redundant if ...; err != nil; return pattern 2023-05-18 21:15:45 +02:00
dryrun Use _ as parameter name for unused Context 2023-05-18 21:15:45 +02:00
gs gs: replace usage of context.Background() 2023-04-14 22:32:15 +02:00
layout Use _ as parameter name for unused Context 2023-05-18 21:15:45 +02:00
limiter migrations: Fix S3 backend detection 2023-04-14 22:32:16 +02:00
local Use _ as parameter name for unused Context 2023-05-18 21:15:45 +02:00
location backend, options: Prefer strings.Cut to SplitN 2022-12-02 19:19:14 +01:00
logger migrations: Fix S3 backend detection 2023-04-14 22:32:16 +02:00
mem backend: remove a few unnecessary debug logs 2023-04-14 22:32:15 +02:00
mock backend: remove Test method 2022-12-03 11:28:10 +01:00
rclone test: Use testing.T.Cleanup to remove tempdirs 2022-12-09 14:23:55 +01:00
rest rest: remove unused parameter 2023-05-18 21:17:53 +02:00
retry Rename unused testing parameter to _ 2023-05-18 21:17:53 +02:00
s3 backend: deduplicate implementation of Delete() method 2023-04-14 22:32:15 +02:00
sema lock: Do not limit backend concurrency for lock files 2023-05-08 19:04:46 +02:00
sftp Use _ as parameter name for unused Context 2023-05-18 21:15:45 +02:00
swift backend: deduplicate implementation of Delete() method 2023-04-14 22:32:15 +02:00
test Remove unused context or testing parameters 2023-05-18 21:17:53 +02:00
testdata
doc.go
errdot_119.go
errdot_old.go
foreground_sysv.go
foreground_test.go
foreground_unix.go backend: Use IoctlSetPointerInt for tcsetpgrp 2023-05-25 17:31:51 +02:00
foreground_windows.go
foreground.go
http_transport.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
paths.go
readerat.go
shell_split_test.go
shell_split.go
utils_test.go Replace lots of unused parameters with _ 2023-05-18 21:17:53 +02:00
utils.go backend: deduplicate implementation of Delete() method 2023-04-14 22:32:15 +02:00