aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/MemoryDirectoryReader.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* storage/FileInfo: rename to StorageFileInfoMax Kellermann2015-02-281-2/+3
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* storage/nfs: move code to class MemoryStorageDirectoryReaderMax Kellermann2014-10-071-0/+67
Read all directory entries into memory and close the struct nfsdir before returning the StorageDirectoryReader instance. This is what libnfs does, anyway.