Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07 | BACKENDS: Make ChRootFilesystemFactory's constructor explicit. | Johannes Schickel | |
2016-01-07 | BACKENDS: Let ChRootFilesystemFactory's constructor take a const String ↵ | Johannes Schickel | |
reference. | |||
2016-01-07 | BACKENDS: Make ChRootFilesystemFactory delcaration more consistent. | Johannes Schickel | |
The make* factory functions are public in the base class, thus keep the visibility the same. | |||
2016-01-07 | BACKENDS: Move FIXME closer to ChRootFilesystemFactory. | Johannes Schickel | |
2016-01-07 | BACKENDS: Fix include style in chroot-fs-factory.cpp. | Johannes Schickel | |
2016-01-06 | IOS: Formatting | Vincent Bénony | |
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: Adds a warning regarding the usage of the ChRootFS class | 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. |