Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-15 | Corrected and shortened some file opening related warnings | Max Horn | |
svn-id: r34556 | |||
2008-09-11 | Added first version of the SearchManager, as it is presented in patch ↵ | Nicola Mettifogo | |
tracker item 2093502. svn-id: r34492 | |||
2008-09-06 | Added hasArchive to SearchSet. | Johannes Schickel | |
svn-id: r34397 | |||
2008-09-05 | Fix class FSDirectory (matchPattern would call getAllNames would call ↵ | Max Horn | |
matchPattern would call ...); some cleanup svn-id: r34366 | |||
2008-09-05 | Make use of String::matchString | Max Horn | |
svn-id: r34365 | |||
2008-09-05 | Made FSDirectory use the default matchPattern implementation. | Nicola Mettifogo | |
svn-id: r34360 | |||
2008-09-05 | * Implemented a default matchPattern for Archive subclasses (courtesy of ↵ | Nicola Mettifogo | |
Fingolfin). * Fixed bug in FSDirectory::matchPattern. svn-id: r34359 | |||
2008-09-04 | Changed FSDirectory::getSubDirectory to return a FSDirectory pointer instead ↵ | Max Horn | |
of a SharedPtr svn-id: r34334 | |||
2008-09-03 | Changed Archive::openFile to return a SeekableReadStream* instead of a FilePtr | Max Horn | |
svn-id: r34312 | |||
2008-08-31 | * Added Archive, an interface for searching into file containers. | Nicola Mettifogo | |
* Added FSDirectory, an Archive implementation that models a directory from the filesystem. * Added SearchSet, an Archive implementation that allows searching multiple Archives. See patch 2034983 on sf.net. svn-id: r34227 |