aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
AgeCommit message (Expand)Author
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
2006-01-18Update copyright noticeEugene Sandulenko
2005-12-04FSF adress updatesLars Persson
2005-12-031. New build structure for Symbian builds to allow easier build and project u...Lars Persson
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-01Update Symbian README, default Joystick config is on, Updated pkg files for S...Lars Persson
2005-09-03Change PalmOS identChris Apers
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24Changed #include <stdafx.h> to #include <common/stdafx.h>. It shouldTorbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-21Added symbian-fs.cpp, symbian filehandling classLars Persson
2005-05-10Proper #include directive.Eugene Sandulenko
2005-05-10Last bit of AmigaOS4 patch. Apparently this was missed by mistake.Eugene Sandulenko
2005-05-09Why not fix the warning if you encounter it? :-)Max Horn
2005-04-10Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentationTorbjörn Andersson
2005-03-31fixed headers. -_-Robert Göffringmann
2005-03-31Playstation2 Port: initial importRobert Göffringmann
2005-03-16Weird ... but fixes the second (and hopefully last) crashNicolas Bacca
2005-03-09WIP of GP32 port. Now it is more correct port and compiles with currentEugene Sandulenko