aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/abstract-fs.h
AgeCommit message (Expand)Author
2019-08-06BACKENDS: Rename and simplify AbstractFSNode::create()Cameron Cawley
2017-01-12BACKENDS: Fix Shadowing Compiler Warning for isDirectory symbol.D G Turner
2016-08-24CLOUD: Make download() create necessary directoriesAlexander Tkachev
2016-01-07COMMON: Make FSNode(AbstractFSNode *) private again.Johannes Schickel
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
2013-06-06ALL: Fix typo (succesful -> successful)Willem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2009-01-24fix typoJoost Peters
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-03Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ...Max Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-03Added new AbstractFilesystemNode::openForReading & ::openForWriting method, b...Max Horn
2008-08-27FSNode code: Merged most versions of lastPathComponent() into one new Abstrac...Max Horn
2008-08-03cleanupMax Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-10-07Commit of patch #1804861. It implements a static lastPathComponent() function...David Corrales
2007-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...Max Horn
2007-08-18Merged some of the changes from the trunk patch back in to the GSoC fsnode br...David Corrales
2007-08-01Initial commit of the new BaseFile implementation. It provides a common groun...David Corrales
2007-06-17Added a new parameter to the getChildren function, which allows including hid...David Corrales
2007-06-16Removed the isValid operation from the FilesystemNode class in favor of the m...David Corrales
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...David Corrales
2007-06-04Added stubs for the exists(), isReadable() and isWritable() methods for all a...David Corrales
2007-06-04Added a missing include in non-POSIX factories.David Corrales
2007-05-31Merged the fs branch with trunk. r26949:27031David Corrales
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-12Renamed files and minor tweaks. Thanks LordHoto :)David Corrales
2007-05-03Use abstract factories to initialize FilesystemNode objects.David Corrales
2007-02-03Fixing various doxygen warningsMax Horn
2006-07-22Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d...Johannes Schickel
2006-07-22Added FilesystemNode::name methodMax Horn
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-05-12Added the new AbstractFilesystemNode::getCurrentDirectory() method. Also chan...Max Horn
2006-05-12Updated some commentsMax Horn
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-03Some doxygen comment cleanup for (Abstract)FilesystemNodeMax 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