aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/MemoryDirectoryReader.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-10-07storage/nfs: move code to class MemoryStorageDirectoryReaderMax Kellermann1-0/+67
Read all directory entries into memory and close the struct nfsdir before returning the StorageDirectoryReader instance. This is what libnfs does, anyway.