| Commit message (Expand) | Author | Age | Files | Lines |
* | storage/Configured: fix fallback music directory | Max Kellermann | 2014-03-01 | 1 | -4/+1 |
* | CompositeStorage: add method GetMount() | Max Kellermann | 2014-02-27 | 2 | -0/+24 |
* | DatabasePlugin: add FLAG_REQUIRE_STORAGE | Max Kellermann | 2014-02-19 | 2 | -0/+14 |
* | CompositeStorage: fix tree walk in Directory::Unmount() | Max Kellermann | 2014-02-12 | 1 | -1/+4 |
* | StorageCommands: add command "listmounts" | Max Kellermann | 2014-02-12 | 1 | -0/+32 |
* | CompositeStorage: new Storage implementation | Max Kellermann | 2014-02-09 | 2 | -0/+467 |
* | Main: move code to storage/Configured.cxx | Max Kellermann | 2014-02-09 | 2 | -0/+114 |
* | storage/nfs: new storage plugin | Max Kellermann | 2014-02-08 | 3 | -0/+271 |
* | storage: add struct StoragePlugin and a plugin registry | Max Kellermann | 2014-02-07 | 7 | -6/+167 |
* | storage/local: remove utf8 path from constructor | Max Kellermann | 2014-02-07 | 2 | -6/+9 |
* | StoragePlugin: add method MapToRelativeUTF8() | Max Kellermann | 2014-02-07 | 3 | -0/+24 |
* | storage/local: hide the class declarations | Max Kellermann | 2014-02-07 | 2 | -47/+61 |
* | */smbclient: protect all libsmbclient calls with a mutex | Max Kellermann | 2014-02-06 | 1 | -1/+15 |
* | storage/smbclient: Storage implementation using libsmbclient | Max Kellermann | 2014-02-06 | 2 | -0/+211 |
* | storage/local: OpenDirectory() returns StorageDirectoryReader* | Max Kellermann | 2014-02-05 | 2 | -3/+3 |
* | storage/Interface: explicitly delete copy constructors | Max Kellermann | 2014-02-05 | 2 | -2/+4 |
* | storage/local: move to src/storage/plugins/ | Max Kellermann | 2014-02-05 | 2 | -2/+2 |
* | storage: add abstract interface | Max Kellermann | 2014-02-05 | 4 | -38/+123 |
* | LocalStorage: new API abstracting filesystem walk | Max Kellermann | 2014-02-05 | 3 | -0/+305 |