Le Philousophe
|
0043d344a9
|
BACKENDS: Avoid passing arguments by value in cloud and networking
Use references everywhere it's possible.
Use override keyword to raise errors when there are discrepancies.
|
2023-10-29 01:51:38 +02:00 |
|
Cameron Cawley
|
28d7b361ea
|
COMMON: Move more file format code into common/formats
|
2022-12-11 22:33:23 +01:00 |
|
Eugene Sandulenko
|
abea37c9bb
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
|
Alexander Tkachev
|
5b5a89e3e7
|
CLOUD: Make Network::ErrorResponse messages more verbose
This commit updates all usages of Network::ErrorResponse to specify at
least method name if not precise reason why operation failed.
|
2019-08-25 12:15:14 +03:00 |
|
Eugene Sandulenko
|
fab199d37e
|
JANITORIAL: Make GPL headers uniform
|
2016-09-03 12:46:38 +02:00 |
|
Alexander Tkachev
|
d57e0c89b5
|
CLOUD: #define all OAuth2/API-related URLs
|
2016-08-24 16:07:55 +06:00 |
|
Alexander Tkachev
|
f3959e1401
|
CLOUD: Upload ListDirectory Requests
Lots of checks to avoid JSON-related segfaults added.
|
2016-08-24 16:07:55 +06:00 |
|
Eugene Sandulenko
|
f95073f008
|
CLOUD: JANITORIAL: More whitespace fixes
|
2016-08-24 16:07:55 +06:00 |
|
Alexander Tkachev
|
cccfe7c247
|
CLOUD: Update BoxListDirectoryByIdRequest
It now uses special CurlJsonRequest static methods to check whether JSON
is an object, has a string or integer parameter.
|
2016-08-24 16:07:55 +06:00 |
|
Alexander Tkachev
|
43c940c985
|
CLOUD: Updated BoxListDirectoryByIdRequest
It now checks for all keys in JSON to avoid segfaults and prints
warnings if passed keys are missing or have wrong types.
|
2016-08-24 16:07:55 +06:00 |
|
Peter Bozsó
|
9254df2d96
|
CLOUD: Fix code formatting
|
2016-08-24 16:07:55 +06:00 |
|
Alexander Tkachev
|
438ba985a4
|
JANITORIAL: Remove spaces at the end of the line
I knew there were some, but I wanted to fix them once, instead of doing
it all the time.
|
2016-08-24 16:07:55 +06:00 |
|
Alexander Tkachev
|
eb269e137f
|
CLOUD: Add BoxListDirectoryByIdRequest
Similarly to Google Drive, Box uses only ids of files. That means id
resolving would be slow.
|
2016-08-24 16:07:55 +06:00 |
|