aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
AgeCommit message (Expand)Author
2006-05-13Add code for get current directoryTravis Howell
2006-05-13Get current directory via a path of '.'Travis Howell
2006-05-12Added the new AbstractFilesystemNode::getCurrentDirectory() method. Also chan...Max Horn
2006-05-12Updated some commentsMax Horn
2006-05-08Fixed bug #1483450. Apparently, S_ISDIR() is undefined if stat() fails. TheTorbjörn Andersson
2006-05-07ParanoiaMax Horn
2006-05-03Revert the last change, since AbstractFilesystemNode::child() handles files a...Travis Howell
2006-05-03Removed FilesystemNode::isValid (leaving it up to the porters to decide wheth...Max Horn
2006-05-03Changed FilesystemNode::listDir to return a bool indicating its success (or f...Max Horn
2006-05-03Make sure AbstractFilesystemNode::child() only returns a directory in WindowsTravis Howell
2006-05-03Some doxygen comment cleanup for (Abstract)FilesystemNodeMax Horn
2006-05-03Disabled evil getcwd hack in POSIXFilesystemNodeMax Horn
2006-05-03Got rid of AbstractFilesystemNode::wrap (begone, evil hack)Max Horn
2006-05-03Moved static methods getRoot / getNodeForPath from class FilesystemNode to cl...Max Horn
2006-05-03Started to separate AbstractFilesystemNode from FilesystemNodeMax Horn
2006-05-02Removed compilation error.Marcus Comstedt
2006-05-01Added a missing '*' (which marks the comment as being one doxygen should proc...Max Horn
2006-05-01Patch #1479919 (AmigaOS maintaining)Max Horn
2006-05-01_pseudoRoot was not intialized properlyLars Persson
2006-05-01Updated symbian-fs backend and cleanupLars Persson
2006-05-01Add windows code for AbstractFilesystemNode::child()Travis Howell
2006-04-30Added new AbstractFilesystemNode::child() resp. FilesystemNode::getChild() me...Max Horn
2006-04-27_isPseudoRoot should be always false, in WindowsFilesystemNode(const String &...Travis Howell
2006-04-27Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot ...Travis Howell
2006-04-27I still don't know whether this is the correct fix for WindowsFilesystemNode,...Max Horn
2006-04-23Fixed getNodeForPath on systems using POSIXFilesystemNode to again correctly ...Max Horn
2006-04-14Part of patch #1467193: "AmigaOS changes":Eugene Sandulenko
2006-04-11Fixed FS support based on lastest changes to the base fs classChris Apers
2006-04-10Fallback to using stat() if readdir returns DT_UNKNOWN (replacing the AMD64 h...Max Horn
2006-04-09Forces usage of SYSTEM_NOT_SUPPORTING_D_TYPE on amd64 systems. (read comment ...Johannes Schickel
2006-04-08AmigaOS4 changes from tracker #1416370Max Horn
2006-04-07Cache the root node (cause a major speedup on OSX, since by far the slowes pa...Max Horn
2006-04-05Use full path qualifiers in #include statements (exception: engines/ can be o...Max Horn
2006-04-04Turned FSList::sort into a generic function which can be applied to anything ...Max Horn
2006-04-04Allow symlinks to directories for FS;es with D_TYPE support.Eugene Sandulenko
2006-04-04Symlinks are also valid filesEugene Sandulenko
2006-04-04Rename variable in FSList::sort() to avoid conflict with system definesTravis Howell
2006-04-04Some more FS code cleanupMax Horn
2006-04-04Possible bug in the Symbian FS code?Max Horn
2006-04-04oopsMax Horn
2006-04-04Removing more pseudo copy constructors in favor of the standard copy construc...Max Horn
2006-04-04Rewrote sort code to use iterators (means it can be used with any container n...Max Horn
2006-04-03Added comment on why we use getcwd in POSIXFilesystemNode at allMax Horn
2006-04-03Fix AbstractFilesystemNode::wrap to not call (indirectly) getRoot, just to th...Max Horn
2006-04-03Various changes to POSIXFilesystemNode:Max Horn
2006-03-25Add kListAllNoRoot type to listDir() to handle recent file class changes, on ...Travis Howell
2006-02-12* New and tested builds for S60V3 and UIQ3Lars Persson
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-07Removed .cvsignore filesMax Horn
2006-01-27Patch #1416370: "AmigaOS 4 changes"Eugene Sandulenko