aboutsummaryrefslogtreecommitdiff
path: root/common/fs.h
AgeCommit message (Expand)Author
2019-11-03COMMON: Add ignoreClashes flag to SearchSet and FSDirectoryLe Philousophe
2019-09-15Revert "COMMON: Implement FSNode::createDirectoryRecursive()"Cameron Cawley
2019-08-11COMMON: Implement FSNode::createDirectoryRecursive()Cameron Cawley
2019-08-11COMMON: Implement createDirectory() method to Common::FSNodelolbot-iichan
2019-01-30COMMON: Include hidden files in directory listings by defaultBastien Bouclet
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2016-01-07COMMON: Make FSNode(AbstractFSNode *) private again.Johannes Schickel
2016-01-06IOS: Adds a warningVincent Bénony
2016-01-06IOS: FormattingVincent Bénony
2016-01-06IOS: Added a chroot like filesystemVincent Bénony
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2011-12-13COMMON: Make more members of Archive constant.Andrea Corna
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-02-13cleanupMax Horn
2009-06-01Add a 'flat' option to FSDirectory to allow searching recursively for files i...Willem Jan Palenstijn
2009-02-22Modified FSDirectory::lookupCache to return a FSNode *pointer*, so that we ca...Max Horn
2009-02-17typoWillem Jan Palenstijn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-23Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con...Max Horn
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-20Whoops it seems the comment used "backslashes" instead of "slashes" in other ...Johannes Schickel
2009-01-20Fixed typo in comment.Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-27Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirec...Max Horn
2008-11-21Removed FSNode::lookupFileMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-11Remove obsolete note about fopenMax Horn
2008-09-07Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an inv...Max Horn
2008-09-06Switched class File & DumpFile to use StdioStream internallyMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-02Change FilesystemNode::getChild to new desired behavior: namely, that it shou...Max Horn
2008-08-03FilesystemNode code: some comment cleanup; added FilesystemNode::openForReadi...Max Horn
2008-03-29Changed FilesystemNode to use a SharedPtr instead of implementing its own ref...Max Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-26Reworked FilesystemNode::lookupFile (fixing doxygen comment, making it possib...Max Horn
2008-01-03Don't allow implicit conversion from Common::String to Common::FilesystemNode.Johannes Schickel
2007-10-16Committing the set of patches #1814434, thanks to jvprat. They improve the do...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-06-20Initial implementation of the lookupFile() function. It's meant to search rec...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-04Expose new fs backend methods in the FilesystemNode class.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-03Use abstract factories to initialize FilesystemNode objects.David Corrales
2007-03-08Turning FilesystemNode comment into a doxygen commentMax Horn
2007-02-03Fixing various doxygen warningsMax Horn