aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
AgeCommit message (Expand)Author
2006-09-16Patch #1559806: Fixes for AmigaOS 4 filesystem backendMax Horn
2006-09-10Added name() method.Marcus Comstedt
2006-08-31Adding new name() method.Neil Millstone
2006-08-28Oops. some systems are using '\\' instead of '/' fixing that now...Johannes Schickel
2006-08-28Fixing other FS backends to use the bug fixed version of the POSIX lastPathCo...Johannes Schickel
2006-08-28Fixing the Windows FS code to not delete the first character of a node, if it...Johannes Schickel
2006-08-26Don't strip the first character of the filename when FilesystemNode is instan...Oystein Eftevaag
2006-07-22Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d...Johannes Schickel
2006-07-22Added FilesystemNode::name methodMax Horn
2006-07-16Fix FileSystem bug. Now 'Go Up' button works. :)Won Star
2006-07-09Fix some more duplicated files, and unify case for rpc includeJames Brown
2006-07-09Patch #1519399: DS BackendMax Horn
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-06-12o WIP file cache code borrowed from PS2 port.Won Star
2006-06-11* Move gp32-fs.cpp to fs/gp32 dir.Won Star
2006-06-07updated fs implementationRobert Göffringmann
2006-06-05Add trailing slash to getCurrentDirectory if required. Fixes bug #1500563 - ...Travis Howell
2006-06-03Separated the Dreamcast filesystem backend from the POSIX one.Marcus Comstedt
2006-06-03Updated palmos FS based on lastest changes to the base classChris Apers
2006-05-28fix PSPFilesystemNode::parent() + some minor cleanupJoost Peters
2006-05-28make getNodeForPath() use the proper PSPFilesystemNode ctor (and remove the o...Joost Peters
2006-05-26move psp_fs.cpp from backends/psp/ to backends/fs/psp/Joost Peters
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