aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2016-08-24CLOUD: Add OneDrive Storage stubAlexander Tkachev
2016-08-24CLOUD: Make DownloadRequest write to local fileAlexander Tkachev
2016-08-24CLOUD: Add DownloadRequest stubAlexander Tkachev
2016-08-24CLOUD: Change ISO8601 to use strchrAlexander Tkachev
2016-08-24CLOUD: Add DropboxListDirectoryRequestAlexander Tkachev
2016-08-24CLOUD: Add DropboxStorage::listDirectory sketchAlexander Tkachev
2016-08-24CLOUD: Make StorageInfo usefulAlexander Tkachev
2016-08-24CLOUD: Add Storage saving mechanismAlexander Tkachev
2016-08-24CLOUD: Fix Request destructorAlexander Tkachev
2016-08-24CLOUD: Add Callback typedefsAlexander Tkachev
2016-08-24CLOUD: Polish CallbacksAlexander Tkachev
2016-08-24CLOUD: Add CallbackBridgeAlexander Tkachev
2016-08-24CLOUD: Add object-oriented CallbacksAlexander Tkachev
2016-08-24CLOUD: Add complex callbacksAlexander Tkachev
2016-08-24CLOUD: Add ConnectionManager hotfixAlexander Tkachev
2016-08-24CLOUD: Make ConnectionManager singletonAlexander Tkachev
2016-08-24CLOUD: Add Dropbox into CloudManager's configsAlexander Tkachev
2016-08-24CLOUD: Fix CurlJsonRequestAlexander Tkachev
2016-08-24CLOUD: Add CurlJsonRequestAlexander Tkachev
2016-08-24CLOUD: Rewrite NetworkReadStreamAlexander 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 USE_CLOUD featureAlexander Tkachev
2016-08-24CLOUD: Add Cloud::Manager and Cloud::StorageAlexander Tkachev
2016-08-24CLOUD: Integrate CloudThread into OSystemAlexander Tkachev
2016-08-24CLOUD: Refactor SimpleJSONAlexander Tkachev
2016-08-24CLOUD: SimpleJSON refactorAlexander Tkachev
2016-08-24CLOUD: Add SimpleJSON library (module.mk hotfix)Alexander Tkachev
2016-08-24CLOUD: Add SimpleJSON library as Common::JSONAlexander Tkachev
2016-08-13Merge pull request #790 from salty-horse/clang_fixesWillem Jan Palenstijn
2016-08-04POSIX: Add #ifdef guards for DATA_PATH.Alyssa Milburn
2016-08-04DC: Fix compilationEugene Sandulenko
2016-08-04N64: Added pos() method to another save classEugene Sandulenko
2016-08-04N64: Fix warningEugene Sandulenko
2016-08-04N64: Fix build adter WriteStream::pos() additionEugene Sandulenko
2016-08-04BACKENDS: Fix DC's OutVMSave to have pos()Alexander Tkachev
2016-08-02Merge pull request #795 from fuzzie/snapEugene Sandulenko
2016-07-29POSIX: Add $SNAP to search path if available.Alyssa Milburn
2016-07-28COMMON: Remove the EventRecorder dependency from OSystemBastien Bouclet
2016-07-25SDL: Disable keycode remapping when building for WinCEBastien Bouclet
2016-07-25Merge pull request #782 from bgK/sdl-win32-keycodeFilippos Karapetis
2016-07-25SDL: Fix Windows SDL1 keycodes to use the active keyboard layoutBastien Bouclet
2016-07-23ALL: Don't use 'defined' in macro definitionsOri Avtalion
2016-07-10MACOS: Use 'unsigned int' instead of NSUIntegerColin Snover
2016-07-10MACOS: Fix sign comparisonColin Snover
2016-07-03Revert "SDL: Fix keyboard on macOS, fix directional keypad"Martin Kiewitz
2016-07-03SDL: Fix keyboard on macOS, when using SDL2, fix directional keypadMartin Kiewitz