aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
AgeCommit message (Expand)Author
2019-10-313DS: Avoid stat calls in DrivePOSIXFilesystemNodeBastien Bouclet
2019-10-143DS: Embed ScummVM's support files in the packageBastien Bouclet
2019-10-13AMIGAOS4: Fix positioning of workaroundHubert Maier
2019-10-09WII: Add time.h to forbidden symbols exceptionsLe Philousophe
2019-10-08JANITORIAL: Add more info to track it down laterHubert Maier
2019-10-08JANITORIAL: English and spacingHubert Maier
2019-10-08JANITORIAL: WordingHubert Maier
2019-10-08AMIGAOS4: Fix NULL accessHubert Maier
2019-09-27ANDROID: Use external storage enumerator for the root directoryEugene Sandulenko
2019-09-19RISCOS: Minor build system improvementsCameron Cawley
2019-09-16Revert "WIN32: Fix getting the parent directory of non-existant file nodes"Alexander Tkachev
2019-09-14WIN32: Fix getting the parent directory of non-existant file nodesCameron Cawley
2019-08-26PSP: Implement AbstractFSNode::createDirectory()Cameron Cawley
2019-08-06BACKENDS: Improve AbstractFSNode::createDirectory() stubsCameron Cawley
2019-08-06BACKENDS: Rename and simplify AbstractFSNode::create()Cameron Cawley
2019-07-14POSIX: Fix missing expansion of "~" to home when it has no suffixThierry Crozat
2019-05-12COMMON: Changed DumpFile & StdIOStream to derive from SeekableWriteStreamPaul Gilbert
2019-05-01DS: Replace strlcpy with Common::strlcpyCameron Cawley
2019-04-28POSIX: Clean up formattingCameron Cawley
2019-04-16POSIX: Move implementation of exists, isReadable and isWritable into posix-fs...Cameron Cawley
2019-04-15RISCOS: Move the path conversion functions into a separate fileCameron Cawley
2019-04-15WINCE: Fix compilationCameron Cawley
2018-12-17WIN32: Always include windows.h before util.hSupSuper
2018-12-17WIN32: Move all ARRAYSIZE undefs to util.hSupSuper
2018-09-14PS2: Fix compilation with latest PS2SDKCameron Cawley
2018-08-18POSIX: Allow forbidden symbols required by FreeMiNTCameron Cawley
2018-08-18PSP: Fix strict aliasing violationColin Snover
2018-08-18PSP: Fix invalid return type of PspIoStreamColin Snover
2018-04-19JANITORIAL: Fix whitespaceAdrian Frühwirth
2018-04-07DS: Fix compilation with devkitARM r47Cameron Cawley
2018-03-28PSP2: allow loading games from uma0: in addition to ux0:rsn8887
2017-11-28RISCOS: Improve detection of absolute pathsCameron Cawley
2017-11-28RISCOS: Fix using filenames with spacesCameron Cawley
2017-10-01RISCOS: Add RISC OS filesystemCameron Cawley
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2017-03-04PSP2: Add Playstation Vita (PSP2) supportcpasjuste
2017-01-12BACKENDS: Fix Shadowing Compiler Warning for isDirectory symbol.D G Turner
2017-01-12WII: Fix Variable Shadowing Compiler Warnings.D G Turner
2017-01-12WIN32: Fix Variable Shadowing Compiler Warnings.D G Turner
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-08-30BACKENDS: Rename variable shadowing functionWillem Jan Palenstijn
2016-08-30BACKENDS: Use open instead of creat to create filesBastien Bouclet
2016-08-24CLOUD: Fix posix backend compilationEugene Sandulenko
2016-08-24CLOUD: Add AbstractFSNode::create() backends stubsAlexander Tkachev
2016-08-24CLOUD: Make download() create necessary directoriesAlexander Tkachev
2016-02-02POSIX: Move assureDirectoryExists to posix-fs{.h,.cpp}.Johannes Schickel
2016-01-07COMMON: Make FSNode(AbstractFSNode *) private again.Johannes Schickel
2016-01-07BACKENDS: Make ChRootFilesystemFactory's constructor explicit.Johannes Schickel
2016-01-07BACKENDS: Let ChRootFilesystemFactory's constructor take a const String refer...Johannes Schickel