summaryrefslogtreecommitdiff
path: root/internal/cache
Commit message (Expand)AuthorAge
* New upstream version 0.16.0Félix Sipma2023-08-05
* New upstream version 0.15.2Félix Sipma2023-08-05
* New upstream version 0.15.0Félix Sipma2023-01-31
* New upstream version 0.14.0Félix Sipma2022-08-27
* New upstream version 0.13.1Félix Sipma2022-05-11
* Add more error handlingAlexander Neumann2021-01-30
* Less repetitive error messages in internal/cachegreatroar2020-10-05
* Simplify cache directory creationgreatroar2020-10-05
* Make Cache.Path privategreatroar2020-09-18
* Remove restic.Cache interfacegreatroar2020-09-18
* Remove unused error type from internal/cachegreatroar2020-09-18
* Use "pack file" instead of "data file" (#2885)aawsome2020-08-16
* Honor RESTIC_CACHE_DIR on Mac and Windowsgreatroar2020-02-28
* Add support for $RESTIC_CACHE_DIRStephane Thiell2019-09-26
* start using fileMode constAlexandr Bruyako2019-07-01
* simplified prefix removal, removed unnecessary if-else statementsAlexandr Bruyako2019-06-30
* Add []byte to repo.LoadAndDecrypt and utils.LoadAllAlexander Neumann2019-04-13
* cache: Don't return an error for truncated filesAlexander Neumann2018-11-25
* Fix error message on WindowsAlexander Neumann2018-11-11
* cache: Fix recheck logic, remove channel from inProgressAlexander Neumann2018-10-04
* cache: Recheck before downloadingAlexander Neumann2018-10-04
* cache: Print message when new cache is createdAlexander Neumann2018-08-29
* cache: Fix test for new behaviorAlexander Neumann2018-08-11
* cache: Remove files from cache which are too smallAlexander Neumann2018-08-11
* cache: Don't recreate CACHEDIR.TAGAlexander Neumann2018-07-08
* cache: Ensure failed downloads are retriedAlexander Neumann2018-06-09
* Ran gofmt on backend.goGaige Lama2018-05-11
* Add 'cache' commandAlexander Neumann2018-05-01
* backend: Improve Save()Alexander Neumann2018-03-03
* Reworked Backend.Load API to retry errors during ongoing downloadIgor Fedorenko2018-02-16
* Close backend files in case of errorsAlexander Neumann2018-01-25
* Correct a spelling mistake.Edward Betts2018-01-24
* cache: Correctly return dir for Windows/darwinAlexander Neumann2017-11-20
* cache: Return error during default dir detectionAlexander Neumann2017-11-20
* cache: Simplify cache dir creationAlexander Neumann2017-11-24
* cache: Add detection code for old cache dirsAlexander Neumann2017-11-24
* small cleanup:George Armhold2017-10-25
* cache: Store first, then store in the backendAlexander Neumann2017-10-17
* cache: Refuse to cache truncated filesAlexander Neumann2017-10-05
* cache: Add file name to error messageAlexander Neumann2017-10-05
* cache: OS-specific cache directoriesMichael Pratt2017-09-27
* cache: Synchronize downloadingAlexander Neumann2017-09-25
* cache: Auto-remove invalid filesAlexander Neumann2017-09-24
* cache: In case of an error, fall back backendAlexander Neumann2017-09-24
* cache: Allow proactive caching of tree packsAlexander Neumann2017-09-24
* cache: Add PerformReadaheadAlexander Neumann2017-09-24
* cache: Improve debug logsAlexander Neumann2017-09-24
* Automatically exclude current restic cacheAlexander Neumann2017-09-24
* Write CACHEDIR.TAG to cache base directoryAlexander Neumann2017-09-24
* Add cacheAlexander Neumann2017-09-24