aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/storage.cpp
AgeCommit message (Expand)Author
2019-11-15CLOUD: Remove the saves sync finished OSD messageBastien Bouclet
2019-07-30CLOUD: Ask user to manually enable StorageAlexander Tkachev
2016-10-29CLOUD: Use OSDMessageQueue to post OSD messages from the cloud threadThierry Crozat
2016-09-18ALL: Homogeneize use of 'saved game' in messagesThierry Crozat
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-08-24ALL: Fix debug, warning and error usageAlexander Tkachev
2016-08-24CLOUD: JANITORIAL: Fix code formattingEugene Sandulenko
2016-08-24JANITORIAL: Remove spaces at the end of the lineAlexander Tkachev
2016-08-24CLOUD: Do some refactoring/cleanupAlexander Tkachev
2016-08-24CLOUD: Add default SavesSync callbacksAlexander Tkachev
2016-08-24CLOUD: Calculate FolderDownload download speedAlexander Tkachev
2016-08-24CLOUD: Update FolderDownloadRequestAlexander Tkachev
2016-08-24CLOUD: Add Storage::uploadStreamSupported()Alexander Tkachev
2016-08-24CLOUD: Fix Storage::streamFile()Alexander Tkachev
2016-08-24GUI: Upgrade DownloadDialogAlexander Tkachev
2016-08-24CLOUD: Add FolderDownload-related methods in StorageAlexander Tkachev
2016-08-24CLOUD: Make Storage::savesSync() restartAlexander Tkachev
2016-08-24CLOUD: Update downloading in StoragesAlexander Tkachev
2016-08-24CLOUD: Update Requests to use StorageFile::id()Alexander Tkachev
2016-08-24CLOUD: Make ProgressDialog display downloading progressAlexander Tkachev
2016-08-24GUI: Add SaveLoadCloudSyncProgressDialogAlexander Tkachev
2016-08-24CLOUD: Update syncSaves() to return SavesSyncRequest *Alexander Tkachev
2016-08-24CLOUD: Fix SavesSyncRequest to return right filesAlexander Tkachev
2016-08-24CLOUD: Extend Storage & SavesSyncRequestAlexander Tkachev
2016-08-24CLOUD: Add mutexes in StorageAlexander Tkachev
2016-08-24CLOUD: Implement Storage's isWorking()Alexander Tkachev
2016-08-24CLOUD: Move download methods into StorageAlexander Tkachev
2016-08-24CLOUD: Make syncSaves() common for all StoragesAlexander Tkachev
2016-08-24CLOUD: Add OneDriveUploadRequestAlexander Tkachev
2016-08-24CLOUD: Make ConnectionManager singletonAlexander Tkachev
2016-08-24CLOUD: Add ConnectionManager and NetworkReadStreamAlexander Tkachev
2016-08-24CLOUD: Add CurlRequestAlexander Tkachev
2016-08-24CLOUD: Fix GCC static cloudThread compile errorAlexander Tkachev
2016-08-24CLOUD: Add first RequestAlexander Tkachev
2016-08-24CLOUD: Do minor fixesAlexander Tkachev
2016-08-24CLOUD: Add Cloud::Manager and Cloud::StorageAlexander Tkachev