aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/fs.cpp
AgeCommit message (Expand)Author
2006-04-30Added new AbstractFilesystemNode::child() resp. FilesystemNode::getChild() me...Max Horn
2006-04-07Cache the root node (cause a major speedup on OSX, since by far the slowes pa...Max Horn
2006-04-04Turned FSList::sort into a generic function which can be applied to anything ...Max Horn
2006-04-04Rename variable in FSList::sort() to avoid conflict with system definesTravis Howell
2006-04-04Rewrote sort code to use iterators (means it can be used with any container n...Max Horn
2006-04-03Fix AbstractFilesystemNode::wrap to not call (indirectly) getRoot, just to th...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-02-06Remove the OSX-restriction on FilesystemNode::getNodeForPath() for now (I don...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-18Ensure that the file list in the browser is always sortedMax Horn
2004-11-29Allow the file browser to get back to the "pseudo root" under Windows. ThisTorbjörn Andersson
2004-11-21Since we do ref counting on the nodes now, we can re-use the root nodes nowMax Horn
2004-11-20Changed the FilesystemNode implementation to make it easier to use (client co...Max Horn