Age | Commit message (Expand) | Author |
2017-07-10 | Revert "COMMON: Change way the Singleton instances are instantiated" | Eugene Sandulenko |
2017-07-10 | COMMON: Change way the Singleton instances are instantiated | Thierry Crozat |
2017-01-12 | BACKENDS: Fix Shadowing Compiler Warning for isDirectory symbol. | D G Turner |
2016-08-24 | CLOUD: Add AbstractFSNode::create() backends stubs | Alexander Tkachev |
2014-02-18 | PSP: Make GPL headers consistent in themselves. | Johannes Schickel |
2011-11-27 | JANITORIAL: Remove extra semicolons. | Christoph Mallon |
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-03 | COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility | Max Horn |
2011-05-03 | PSP: Fix more forbidden symbol clashes | Max Horn |
2011-05-03 | BACKENDS: Avoid #including .cpp files | Max Horn |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-18 | COMMON: Change wrapBufferedWriteStream() to always disposes wrapped stream | Max Horn |
2010-11-18 | COMMON: Make implementation of Buffered*Stream classes internal | Max Horn |
2010-11-16 | COMMON: Simplify DECLARE_SINGLETON macro | Max Horn |
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat |
2010-09-14 | PSP: remove virtual inheritance of BufferedWriteStream and BufferedSeekableRe... | Yotam Barnoy |
2010-08-25 | PSP: fixed flag to open() | Yotam Barnoy |
2010-08-24 | PSP: switched to using BufferedSeekableReadStream and BufferedWriteStream | Yotam Barnoy |
2010-08-22 | PSP: switched from stdio to psp functions -- dramatic speed improvement | Yotam Barnoy |
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 |