Age | Commit message (Expand) | Author |
2010-06-15 | PSP: fixed up PowerManager and removed dependency on SDL | Yotam Barnoy |
2010-06-06 | PSP: faster way of getting file size | Yotam Barnoy |
2010-05-27 | PSP: fixed issue with handling of EOS. Caused crashes. | Yotam Barnoy |
2010-05-26 | PSP: implemented basic file cache. Turns out the PSP reads 1 byte as fast as ... | Yotam Barnoy |
2010-04-25 | PSP:Implemented fingolfin's suggestion for cleaning up debugging code | Yotam Barnoy |
2010-04-12 | remove useless getObjectName() method | Joost Peters |
2010-04-12 | PSP: Fix code formatting using astyle | Max Horn |
2010-04-12 | PSP: refactoring/redesign of the backend | Yotam Barnoy |
2010-03-13 | Fix our DECLARE_SINGLETON macro to conform to the C++ specs. | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-23 | PSP: improved suspend/resume support [patch from bluddy] | Joost Peters |
2009-09-13 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2009-08-17 | Commit (slightly) modified version of patch #2831248: Allow suspend/resume fo... | Joost Peters |
2009-08-15 | Properly implement PSPFilesystemFactory::makeCurrentDirectoryFileNode() | Joost Peters |
2009-03-25 | Allow building of psp backend via configure (Part 1 - Still need to add the f... | Joost Peters |
2009-01-24 | don't append '/' to path in getChildren() | 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-08-27 | FSNode code: Merged most versions of lastPathComponent() into one new Abstrac... | Max Horn |
2008-02-24 | Don't #include the FS factory implementations in common/system.cpp; rather, r... | Max Horn |
2008-02-23 | Renamed AbstractFilesystemFactory to FilesystemFactory | Max Horn |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-17 | implement exists(), isReadable() and isWritable() stubs using access() | Joost Peters |
2007-10-17 | fix compile after recent fs code rename | Joost Peters |
2007-10-07 | Commit of patch #1804861. It implements a static lastPathComponent() function... | David Corrales |
2007-09-19 | rename psp_fs.cpp to psp-fs.cpp (as per the naming convention) | Joost Peters |
2007-09-19 | _displayName now contains the last path component, not the full path | Joost Peters |
2007-09-18 | Fix linker issues when doing a plugin build, and (hopefully) also on Windows | Max Horn |
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break compil... | Max Horn |
2007-08-01 | Initial commit of the new BaseFile implementation. It provides a common groun... | David Corrales |
2007-07-09 | Update the interfaces for the getChildren method to include the hidden flag. | 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-31 | Removed the now obsolete singleton declaration macro from the FSNode factories. | David Corrales |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-12 | Use common/singleton.h in the concrete fs factories. | David Corrales |
2007-05-12 | Renamed files and minor tweaks. Thanks LordHoto :) | David Corrales |
2007-05-03 | Use abstract factories to initialize FilesystemNode objects. | David Corrales |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-08-28 | Fixing other FS backends to use the bug fixed version of the POSIX lastPathCo... | 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-28 | fix PSPFilesystemNode::parent() + some minor cleanup | Joost Peters |
2006-05-28 | make getNodeForPath() use the proper PSPFilesystemNode ctor (and remove the o... | Joost Peters |
2006-05-26 | move psp_fs.cpp from backends/psp/ to backends/fs/psp/ | Joost Peters |