1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-02 04:24:10 +00:00
restic/internal
Alexander Neumann 5dc8d3588d GS: Use generic http transport
During the development of #1524 I discovered that the Google Cloud
Storage backend did not yet use the HTTP transport, so things such as
bandwidth limiting did not work. This commit does the necessary magic to
make the GS library use our HTTP transport.
2018-01-27 20:12:34 +01:00
..
archiver archiver: Fix intermediate index upload 2018-01-26 22:01:07 +01:00
backend GS: Use generic http transport 2018-01-27 20:12:34 +01:00
cache Close backend files in case of errors 2018-01-25 21:05:57 +01:00
checker Merge pull request #1583 from restic/close-open-backend-files 2018-01-26 21:57:28 +01:00
crypto
debug debug: Auto-shorten IDs passed as parameters 2018-01-25 20:49:26 +01:00
errors errors: Make Cause() unwrap *url.Error 2018-01-23 23:14:05 +01:00
filter
fs
fuse debug: Remove manual Str() call Log() 2018-01-25 20:49:41 +01:00
hashing
index Merge pull request #1582 from restic/optimize-debug-log 2018-01-26 21:57:18 +01:00
limiter
list Optimize Repository.ListPack() 2018-01-23 22:39:51 -05:00
migrations Fix calls to repo/backend.List() everywhere 2018-01-21 21:15:09 +01:00
mock Change List() implementation for all backends 2018-01-21 21:15:09 +01:00
options
pack Optimize pack readHeader() implementation 2018-01-23 22:02:25 -05:00
pipe
repository Merge pull request #1583 from restic/close-open-backend-files 2018-01-26 21:57:28 +01:00
restic debug: Remove manual Str() call Log() 2018-01-25 20:49:41 +01:00
test
walk debug: Remove manual Str() call Log() 2018-01-25 20:49:41 +01:00
worker