aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2008-09-11Added first version of the SearchManager, as it is presented in patch tracker...Nicola Mettifogo
2008-09-11Remove obsolete note about fopenMax Horn
2008-09-08Switched File::open, File::addDefaultDirectory to use a SearchSet internally....Max Horn
2008-09-07Changed md5_file(FSNode) to use FSNode::openForReadingMax Horn
2008-09-07Add a priority param to OSystem::addSysArchivesToSearchSet (still in search f...Max Horn
2008-09-07oopsMax Horn
2008-09-07Made File::addDefaultDirectory(Recursive) ignore FSNodes which are not dirs /...Max Horn
2008-09-07Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an inv...Max Horn
2008-09-07Added new OSystem method addSysArchivesToSearchSet() [better name pending, su...Max Horn
2008-09-06Added hasArchive to SearchSet.Johannes Schickel
2008-09-06Got rid of File::eof()Max Horn
2008-09-06Clarified / fixed some Common::Archive doxygen commentsMax Horn
2008-09-06Removed last traces of fopen / FILE from common/file.cppMax Horn
2008-09-06Switched class File & DumpFile to use StdioStream internallyMax Horn
2008-09-06Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N...Max Horn
2008-09-05Added simple ZipArchive class, and changed some GUI code to use it, instead o...Max Horn
2008-09-05Optimized matchString for the common case where there is a trailing * (if tha...Max Horn
2008-09-05Fix class FSDirectory (matchPattern would call getAllNames would call matchPa...Max Horn
2008-09-05Make use of String::matchStringMax Horn
2008-09-05Moved matchString from util.* to str.*; added new String::matchString method;...Max Horn
2008-09-05Made 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-05Updated filehandling for Symbian OSLars Persson
2008-09-05Ported AMIGA specific file buffering 'hack' from class File to StdioStreamMax Horn
2008-09-05Removed useless dependencies from common/file.h in common code. When complete...Nicola Mettifogo
2008-09-05Updated Symbian OS file actions with ferror and fflush.Lars Persson
2008-09-04Changed FSDirectory::getSubDirectory to return a FSDirectory pointer instead ...Max Horn
2008-09-03correct a typo (thanks to salty-horse)Matthew Hoops
2008-09-03Minor formatting cleanup.Johannes Schickel
2008-09-03Changed some code to use the new Stream::readLine() methodMax Horn
2008-09-03Fix nasty off-by-one errorsMax Horn
2008-09-03Fixed Stream::readLine implementation to match its doxygen commentMax Horn
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-09-03Modified Common::Str to use exponential growth for its storage; also changed ...Max Horn
2008-09-03Changed Archive::openFile to return a SeekableReadStream* instead of a FilePtrMax Horn
2008-09-03clarified commentMax Horn
2008-09-03Moved StdioStream to its own files inside backendsMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-03Added new AbstractFilesystemNode::openForReading & ::openForWriting method, b...Max Horn
2008-09-03Added new StdioStream class, a thin wrapper around FILEMax Horn
2008-09-03Add Nintendo Wii versions of Freddi Fish 1 and Pajama Sam 1.Travis Howell
2008-09-02Change FilesystemNode::getChild to new desired behavior: namely, that it shou...Max Horn
2008-09-02Handle OSystem::lockScreen fail in default OSystem::clearScreen implementation.Johannes Schickel
2008-09-02Revised HashMap implementationMax Horn
2008-09-02Added two new global funcs which ease proper handling of 'path' strings: Comm...Max Horn
2008-09-01First part of GSoC2008 RTL branch mergeMax Horn
2008-09-01- Added tests for newly added Common::QueueJohannes Schickel
2008-09-01New Queue class, from RTL branchMax Horn
2008-08-31Added 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