aboutsummaryrefslogtreecommitdiff
path: root/common/archive.cpp
AgeCommit message (Expand)Author
2008-09-20Fixed "empty control statement" warning in FSDirectory::matchPattern().Vicent Marti
2008-09-18Added 'native' implementations for FSDirectory::matchPattern & SearchSet::get...Max Horn
2008-09-17Simplified & fixed SearchManagerMax Horn
2008-09-15Corrected and shortened some file opening related warningsMax Horn
2008-09-11Added first version of the SearchManager, as it is presented in patch tracker...Nicola Mettifogo
2008-09-06Added hasArchive to SearchSet.Johannes Schickel
2008-09-05Fix class FSDirectory (matchPattern would call getAllNames would call matchPa...Max Horn
2008-09-05Make use of String::matchStringMax 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-04Changed FSDirectory::getSubDirectory to return a FSDirectory pointer instead ...Max Horn
2008-09-03Changed Archive::openFile to return a SeekableReadStream* instead of a FilePtrMax Horn
2008-08-31* Added Archive, an interface for searching into file containers.Nicola Mettifogo