aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/plugins/LocalStorage.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* storage/local: use PathTraitsFS typedefsMax Kellermann2015-03-031-1/+1
|
* fs/FileInfo: new library providing GetFileInfo()Max Kellermann2015-02-281-14/+13
| | | | Replaces StatFile(), with a portable data object.
* storage/FileInfo: rename to StorageFileInfoMax Kellermann2015-02-281-8/+9
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* storage: remove redundant "virtual" keywordsMax Kellermann2014-10-021-10/+9
| | | | "override" implies "virtual".
* storage: add struct StoragePlugin and a plugin registryMax Kellermann2014-02-071-0/+6
|
* storage/local: remove utf8 path from constructorMax Kellermann2014-02-071-5/+8
| | | | Build the UTF-8 version of the path automatically in the constructor.
* StoragePlugin: add method MapToRelativeUTF8()Max Kellermann2014-02-071-0/+8
| | | | Replaces map_to_relative_path() from Mapper.cxx.
* storage/local: hide the class declarationsMax Kellermann2014-02-071-0/+55
| | | | Hide inside CreateLocalStorage().
* storage/local: OpenDirectory() returns StorageDirectoryReader*Max Kellermann2014-02-051-1/+1
|
* storage/local: move to src/storage/plugins/Max Kellermann2014-02-051-0/+146