Age | Commit message (Expand) | Author |
2008-09-11 | Remove obsolete note about fopen | Max Horn |
2008-09-08 | Switched File::open, File::addDefaultDirectory to use a SearchSet internally.... | Max Horn |
2008-09-07 | Changed md5_file(FSNode) to use FSNode::openForReading | Max Horn |
2008-09-07 | Add a priority param to OSystem::addSysArchivesToSearchSet (still in search f... | Max Horn |
2008-09-07 | oops | Max Horn |
2008-09-07 | Made File::addDefaultDirectory(Recursive) ignore FSNodes which are not dirs /... | Max Horn |
2008-09-07 | Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an inv... | Max Horn |
2008-09-07 | Added new OSystem method addSysArchivesToSearchSet() [better name pending, su... | Max Horn |
2008-09-06 | Added hasArchive to SearchSet. | Johannes Schickel |
2008-09-06 | Got rid of File::eof() | Max Horn |
2008-09-06 | Clarified / fixed some Common::Archive doxygen comments | Max Horn |
2008-09-06 | Removed last traces of fopen / FILE from common/file.cpp | Max Horn |
2008-09-06 | Switched class File & DumpFile to use StdioStream internally | Max Horn |
2008-09-06 | Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N... | Max Horn |
2008-09-05 | Added simple ZipArchive class, and changed some GUI code to use it, instead o... | Max Horn |
2008-09-05 | Optimized matchString for the common case where there is a trailing * (if tha... | Max Horn |
2008-09-05 | Fix class FSDirectory (matchPattern would call getAllNames would call matchPa... | Max Horn |
2008-09-05 | Make use of String::matchString | Max Horn |
2008-09-05 | Moved matchString from util.* to str.*; added new String::matchString method;... | Max Horn |
2008-09-05 | Made FSDirectory use the default matchPattern implementation. | Nicola Mettifogo |
2008-09-05 | * Implemented a default matchPattern for Archive subclasses (courtesy of Fing... | Nicola Mettifogo |
2008-09-05 | Fixed severe bottleneck in the XML Parser code. | Vicent Marti |
2008-09-05 | Updated filehandling for Symbian OS | Lars Persson |
2008-09-05 | Ported AMIGA specific file buffering 'hack' from class File to StdioStream | Max Horn |
2008-09-05 | Removed useless dependencies from common/file.h in common code. When complete... | Nicola Mettifogo |
2008-09-05 | Updated Symbian OS file actions with ferror and fflush. | Lars Persson |
2008-09-04 | Changed FSDirectory::getSubDirectory to return a FSDirectory pointer instead ... | Max Horn |
2008-09-03 | correct a typo (thanks to salty-horse) | Matthew Hoops |
2008-09-03 | Minor formatting cleanup. | Johannes Schickel |
2008-09-03 | Changed some code to use the new Stream::readLine() method | Max Horn |
2008-09-03 | Fix nasty off-by-one errors | Max Horn |
2008-09-03 | Fixed Stream::readLine implementation to match its doxygen comment | Max Horn |
2008-09-03 | Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add... | Max Horn |
2008-09-03 | Modified Common::Str to use exponential growth for its storage; also changed ... | Max Horn |
2008-09-03 | Changed Archive::openFile to return a SeekableReadStream* instead of a FilePtr | Max Horn |
2008-09-03 | clarified comment | Max Horn |
2008-09-03 | Moved StdioStream to its own files inside backends | 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-09-03 | Added new StdioStream class, a thin wrapper around FILE | Max Horn |
2008-09-03 | Add Nintendo Wii versions of Freddi Fish 1 and Pajama Sam 1. | Travis Howell |
2008-09-02 | Change FilesystemNode::getChild to new desired behavior: namely, that it shou... | Max Horn |
2008-09-02 | Handle OSystem::lockScreen fail in default OSystem::clearScreen implementation. | Johannes Schickel |
2008-09-02 | Revised HashMap implementation | Max Horn |
2008-09-02 | Added two new global funcs which ease proper handling of 'path' strings: Comm... | Max Horn |
2008-09-01 | First part of GSoC2008 RTL branch merge | Max Horn |
2008-09-01 | - Added tests for newly added Common::Queue | Johannes Schickel |
2008-09-01 | New Queue class, from RTL branch | Max Horn |
2008-08-31 | Added newly added archive.cpp to the build system, just in case someone wants... | Johannes Schickel |
2008-08-31 | * Added Archive, an interface for searching into file containers. | Nicola Mettifogo |