aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/plugins/LocalStorage.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-03storage/local: use PathTraitsFS typedefsMax Kellermann1-1/+1
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann1-14/+13
2015-02-28storage/FileInfo: rename to StorageFileInfoMax Kellermann1-8/+9
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-10-02storage: remove redundant "virtual" keywordsMax Kellermann1-10/+9
2014-02-07storage: add struct StoragePlugin and a plugin registryMax Kellermann1-0/+6
2014-02-07storage/local: remove utf8 path from constructorMax Kellermann1-5/+8
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann1-0/+8
2014-02-07storage/local: hide the class declarationsMax Kellermann1-0/+55
2014-02-05storage/local: OpenDirectory() returns StorageDirectoryReader*Max Kellermann1-1/+1
2014-02-05storage/local: move to src/storage/plugins/Max Kellermann1-1/+1
2014-02-05storage: add abstract interfaceMax Kellermann1-8/+0
2014-02-05LocalStorage: new API abstracting filesystem walkMax Kellermann1-0/+154