aboutsummaryrefslogtreecommitdiff
path: root/common/file.cpp
AgeCommit message (Expand)Author
2019-09-15Revert "COMMON: Implement FSNode::createDirectoryRecursive()"Cameron Cawley
2019-08-11COMMON: Implement FSNode::createDirectoryRecursive()Cameron Cawley
2019-08-06BACKENDS: Rename and simplify AbstractFSNode::create()Cameron Cawley
2019-06-01COMMON: Fix a memory leak in Common::DumpFileBastien Bouclet
2019-05-12COMMON: Fix seek return values, memory stream use in create_titanicPaul Gilbert
2019-05-12COMMON: Changed DumpFile & StdIOStream to derive from SeekableWriteStreamPaul Gilbert
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2016-08-24JANITORIAL: Remove spaces at the end of the lineAlexander Tkachev
2016-08-24CLOUD: Fix saves syncAlexander Tkachev
2016-08-24CLOUD: Make download() create necessary directoriesAlexander Tkachev
2016-08-04COMMON: Add WriteStream::pos()Alexander Tkachev
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-06-15Hid hashed fileopening to debuglevel 8.Eugene Sandulenko
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-07-29Removed redundant File::ioFailed() implementation; also turned ReadStream::io...Max Horn
2009-07-29Removed last traces of clearIOFailed. Yay :)Max Horn
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-02-22Changed Common::File and FSDirectory to invoke FSNode::exists a few times les...Max Horn
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-10-27Fix for bug #2198456 "FS: Cannot add a subfolder to a non-existing folder".Johannes Schickel
2008-10-22Removed File::addDefaultDirectoryRecursive, tweaked SearchMan API slightlyMax Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30Added multiple new open() methods to Common::File, which make it possible to ...Max Horn
2008-09-29File::open no longer falls back to searching the current dir (if this causes ...Max Horn
2008-09-27Changed Common::File to use SearchManMax Horn
2008-09-15Corrected and shortened some file opening related warningsMax Horn
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-08Switched File::open, File::addDefaultDirectory to use a SearchSet internally....Max Horn
2008-09-07Made File::addDefaultDirectory(Recursive) ignore FSNodes which are not dirs /...Max 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-05Updated filehandling for Symbian OSLars Persson
2008-09-05Ported AMIGA specific file buffering 'hack' from class File to StdioStreamMax Horn
2008-09-05Updated Symbian OS file actions with ferror and fflush.Lars Persson
2008-09-03Moved StdioStream to its own files inside backendsMax Horn
2008-09-03Added new StdioStream class, a thin wrapper around FILEMax Horn
2008-08-04Modified DumpFile::open to accept non-existing nodes, and to actually open fi...Max Horn
2008-08-04Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::...Max Horn
2008-08-03Implemented DumpFile::open(FSNode)Max Horn
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-07-20Two new TODO/FIXME comments for class FileMax Horn
2008-06-11No need to specify CaseSensitiveString_Hash explicitly anymoreMax Horn