aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/psp/psp-fs.cpp
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-03COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibilityMax Horn
2011-05-03PSP: Fix more forbidden symbol clashesMax Horn
2011-05-03BACKENDS: Avoid #including .cpp filesMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-18COMMON: Change wrapBufferedWriteStream() to always disposes wrapped streamMax Horn
2010-11-18COMMON: Make implementation of Buffered*Stream classes internalMax Horn
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-14PSP: remove virtual inheritance of BufferedWriteStream and BufferedSeekableRe...Yotam Barnoy
2010-08-24PSP: switched to using BufferedSeekableReadStream and BufferedWriteStreamYotam Barnoy
2010-04-25PSP:Implemented fingolfin's suggestion for cleaning up debugging codeYotam Barnoy
2010-04-12remove useless getObjectName() methodJoost Peters
2010-04-12PSP: Fix code formatting using astyleMax Horn
2010-04-12PSP: refactoring/redesign of the backendYotam Barnoy
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-23PSP: improved suspend/resume support [patch from bluddy]Joost Peters
2009-08-17Commit (slightly) modified version of patch #2831248: Allow suspend/resume fo...Joost Peters
2009-08-15Properly implement PSPFilesystemFactory::makeCurrentDirectoryFileNode()Joost Peters
2009-03-25Allow building of psp backend via configure (Part 1 - Still need to add the f...Joost Peters
2009-01-24don't append '/' to path in getChildren()Joost 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-08-27FSNode code: Merged most versions of lastPathComponent() into one new Abstrac...Max Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-17implement exists(), isReadable() and isWritable() stubs using access()Joost Peters
2007-10-07Commit of patch #1804861. It implements a static lastPathComponent() function...David Corrales
2007-09-19rename psp_fs.cpp to psp-fs.cpp (as per the naming convention)Joost Peters