Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-06 | BACKENDS: Improve AbstractFSNode::createDirectory() stubs | Cameron Cawley | |
2019-08-06 | BACKENDS: Rename and simplify AbstractFSNode::create() | Cameron Cawley | |
2019-04-16 | POSIX: Move implementation of exists, isReadable and isWritable into ↵ | Cameron Cawley | |
posix-fs.cpp | |||
2018-08-18 | POSIX: Allow forbidden symbols required by FreeMiNT | Cameron Cawley | |
2017-01-12 | BACKENDS: Fix Shadowing Compiler Warning for isDirectory symbol. | D G Turner | |
This should ensure that any future cut-and-paste for new backends do not repeat this same warning issue. | |||
2016-08-30 | BACKENDS: Rename variable shadowing function | Willem Jan Palenstijn | |
2016-08-24 | CLOUD: Add AbstractFSNode::create() backends stubs | Alexander Tkachev | |
2016-01-06 | IOS: Formatting | Vincent Bénony | |
2016-01-06 | IOS: Moves the helper function were it is used. | Vincent Bénony | |
2016-01-06 | IOS: Replaces spaces with tabs | Vincent Bénony | |
2016-01-06 | IOS: Added a chroot like filesystem | Vincent Bénony | |
This is needed because it is not possible to keep absolute paths to the iOS document directory, because a part of its name change between each installation / update. |