1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-05 05:59:02 +00:00
restic/internal
Alexander Neumann 0bb2a8e0d0 cache: Synchronize downloading
This commit adds code to synchronize downloading files to the cache.
Before, requests that came in for files currently downloading would fail
because the file was not completed in the cache. Now, the code waits
until the download is completed.

Closes #1278
2017-09-25 15:58:20 +02:00
..
archiver Merge pull request #1243 from restic/improve-error-reporting 2017-09-16 14:54:30 +02:00
backend gs: document required permissions 2017-09-24 11:25:57 -07:00
cache cache: Synchronize downloading 2017-09-25 15:58:20 +02:00
checker tests updated 2017-09-09 13:26:35 +02:00
crypto internal/crypto: small simplifications 2017-08-29 00:30:06 +02:00
debug
errors
filter filter: document recursive wildcards 2017-09-04 14:38:48 -07:00
fs local: Fix creating data dirs 2017-09-11 21:48:25 +02:00
fuse fuse: added symlink 'latest' to snapshots-dir 2017-09-21 16:41:20 +02:00
hashing
index Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
list Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
migrations Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
mock Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
options
pack Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
pipe
repository repo: Automatically cache tree-only pack files 2017-09-24 23:11:23 +02:00
restic Correct debug message 2017-09-25 14:35:37 +02:00
test internal: check error before deferring file Close() 2017-08-13 19:28:13 +02:00
walk tests updated 2017-09-09 13:26:35 +02:00
worker