index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
fs
/
abstract-fs.h
Age
Commit message (
Expand
)
Author
2016-08-24
CLOUD: Make download() create necessary directories
Alexander Tkachev
2016-01-07
COMMON: Make FSNode(AbstractFSNode *) private again.
Johannes Schickel
2014-02-18
BACKENDS: Make GPL headers consistent in themselves.
Johannes Schickel
2013-06-06
ALL: Fix typo (succesful -> successful)
Willem Jan Palenstijn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2009-01-24
fix typo
Joost Peters
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-03
Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ...
Max Horn
2008-09-03
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...
Max Horn
2008-09-03
Added new AbstractFilesystemNode::openForReading & ::openForWriting method, b...
Max Horn
2008-08-27
FSNode code: Merged most versions of lastPathComponent() into one new Abstrac...
Max Horn
2008-08-03
cleanup
Max Horn
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-10-07
Commit of patch #1804861. It implements a static lastPathComponent() function...
David Corrales
2007-09-18
Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil...
Max Horn
2007-08-18
Merged some of the changes from the trunk patch back in to the GSoC fsnode br...
David Corrales
2007-08-01
Initial commit of the new BaseFile implementation. It provides a common groun...
David Corrales
2007-06-17
Added a new parameter to the getChildren function, which allows including hid...
David Corrales
2007-06-16
Removed the isValid operation from the FilesystemNode class in favor of the m...
David Corrales
2007-06-05
Renamed methods in the FilesystemNode class to match the AbstractFSNode imple...
David Corrales
2007-06-04
Added stubs for the exists(), isReadable() and isWritable() methods for all a...
David Corrales
2007-06-04
Added a missing include in non-POSIX factories.
David Corrales
2007-05-31
Merged the fs branch with trunk. r26949:27031
David Corrales
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-12
Renamed files and minor tweaks. Thanks LordHoto :)
David Corrales
2007-05-03
Use abstract factories to initialize FilesystemNode objects.
David Corrales
2007-02-03
Fixing various doxygen warnings
Max Horn
2006-07-22
Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d...
Johannes Schickel
2006-07-22
Added FilesystemNode::name method
Max Horn
2006-06-24
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
Max Horn
2006-05-12
Added the new AbstractFilesystemNode::getCurrentDirectory() method. Also chan...
Max Horn
2006-05-12
Updated some comments
Max Horn
2006-05-03
Removed FilesystemNode::isValid (leaving it up to the porters to decide wheth...
Max Horn
2006-05-03
Changed FilesystemNode::listDir to return a bool indicating its success (or f...
Max Horn
2006-05-03
Some doxygen comment cleanup for (Abstract)FilesystemNode
Max Horn
2006-05-03
Got rid of AbstractFilesystemNode::wrap (begone, evil hack)
Max Horn
2006-05-03
Moved static methods getRoot / getNodeForPath from class FilesystemNode to cl...
Max Horn
2006-05-03
Started to separate AbstractFilesystemNode from FilesystemNode
Max Horn