aboutsummaryrefslogtreecommitdiff
path: root/common/archive.cpp
AgeCommit message (Expand)Author
2019-12-16ANDROID: Fix crash due to adding '.' folder in SearchManagerThanasis Antoniou
2019-11-03COMMON: Add ignoreClashes flag to SearchSet and FSDirectoryLe Philousophe
2018-05-10COMMON: Use nullptr instead of NULL or 0 where appropriateBastien Bouclet
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2016-02-09COMMON: Fix formatting issues in archive.cpp.Johannes Schickel
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-06-06COMMON: Add depth/flat parameters to addSubDirectoryMatching.Alyssa Milburn
2011-12-13COMMON: Make more members of Archive constant.Andrea Corna
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2009-11-21Ooops...Johannes Schickel
2009-11-21Change Archive::listMatchingMembers to match the pattern case-insensitively.Johannes Schickel
2009-10-03Fixed bug in archive.cpp that caused at least one engine (SAGA) not to workYotam Barnoy
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-09-23COMMON: Add "ignoreCase" parameter to matchString.Johannes Schickel
2009-06-01Add a 'flat' option to FSDirectory to allow searching recursively for files i...Willem Jan Palenstijn
2009-03-09Rewrote Common::List iterator code to ensure const correctness is preserved.Max Horn
2009-02-24Moved FSDirectory implementation from common/archive.cpp to common/fs.cppMax Horn
2009-02-22Modified FSDirectory::lookupCache to return a FSNode *pointer*, so that we ca...Max Horn
2009-02-22Changed Common::File and FSDirectory to invoke FSNode::exists a few times les...Max Horn
2009-02-15Merged internal 'matchPath' method of class Archive into global matchString f...Max Horn
2009-01-29Be paranoid about g_system being setMax Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-23Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con...Max Horn
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2008-12-27Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirec...Max Horn
2008-12-27Moved addDirectory from SearchManager to SearchSet; changed several places fr...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-12-20Committed slightly modified version of my patch at bug tracker item #2309974 ...Johannes Schickel
2008-12-15cleanupMax Horn
2008-11-21Formatting / Cleanup.Johannes Schickel
2008-11-21refactor inconsistent calls to cacheDirectoryRecursiveWillem Jan Palenstijn
2008-11-21Added ArchiveMember::getDisplayName() method; changed ArchiveMember::getName(...Max Horn
2008-11-07Reverted my earlier commit r34926.Nicola Mettifogo
2008-11-07Fixed leak when using SearchSet::add for an already existing name.Johannes Schickel
2008-11-07Fixed leaks in SearchMan. Default directories are now added with the 'autoFre...Nicola Mettifogo
2008-11-01Commit of patch #2207782 "ARCHIVE: New method 'getMember'".Johannes Schickel
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP...Johannes Schickel
2008-10-22Removed File::addDefaultDirectoryRecursive, tweaked SearchMan API slightlyMax Horn
2008-10-13Removed SearchManager::addArchive, since SearchManager::add offers the same f...Johannes Schickel
2008-10-12* Added prefix support to cache entries of FSDirectory, as specified in patch...Nicola Mettifogo
2008-10-08Added an optional depth parameter to FSDirectory::getSubDirectory(), so that ...Nicola Mettifogo
2008-10-03Committed slightly modified patch #2034983 "Case-insensitivy and directory ha...Johannes Schickel