aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/Directory.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/simple: create dedicated directoryMax Kellermann2014-02-261-239/+0
|
* Directory: pass std::string&& to constructorMax Kellermann2014-02-231-2/+2
|
* db/Directory: use "unsigned" for inode and deviceMax Kellermann2014-02-211-6/+3
| | | | | This is what we get from the storage plugin via FileInfo. Fixes a compiler warning on Mac OS X where dev_t appears to be signed.
* db/Directory: move isRootDirectory() to Uri.hxxMax Kellermann2014-01-291-6/+0
| | | | Decouple command/OtherCommands.cxx from the "simple" database plugin.
* Database*: move to db/Max Kellermann2014-01-241-0/+248