aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/plugins/LocalStorage.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-03storage/local: use PathTraitsFS typedefsMax Kellermann1-1/+1
2015-02-28fs/FileInfo: new library providing GetFileInfo()Max Kellermann1-14/+13
Replaces StatFile(), with a portable data object.
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
"override" implies "virtual".
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
Build the UTF-8 version of the path automatically in the constructor.
2014-02-07StoragePlugin: add method MapToRelativeUTF8()Max Kellermann1-0/+8
Replaces map_to_relative_path() from Mapper.cxx.
2014-02-07storage/local: hide the class declarationsMax Kellermann1-0/+55
Hide inside CreateLocalStorage().
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
Prepare for the plugin interface.
2014-02-05LocalStorage: new API abstracting filesystem walkMax Kellermann1-0/+154
Prepare to make this a new plugin API, for example to use a SMB share for the music_directory.