aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/StorageCommands.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* command: use ConstBuffer<const char *> for argument listMax Kellermann2014-12-081-6/+7
|
* StoragePlugin: pass EventLoop to constructorMax Kellermann2014-10-091-2/+4
|
* command: make argc unsignedMax Kellermann2014-06-161-3/+3
|
* command/{storage,file}: suppress bogus format warnings on WIN32Max Kellermann2014-03-141-0/+11
|
* command: add command "listfiles"Max Kellermann2014-03-011-0/+95
| | | | Lists files and directories. Supports storage plugins.
* db/simple: mount pointsMax Kellermann2014-02-271-0/+47
| | | | | | | | A SimpleDatabase instance can now "mount" other Database instances at certain locations. This is used to use a new SimpleDatabase instance for each storage mount (issued with the "mount" protocol command). Each such instance has its own database file, stored in the directory that is specified with the "cache_directory" option.
* StorageCommands: add command "unmount"Max Kellermann2014-02-121-0/+27
|
* StorageCommands: emit IDLE_MOUNT on successful "mount"Max Kellermann2014-02-121-0/+2
| | | | Add the new idle event to Idle.hxx/Idle.cxx.
* StorageCommands: add command "listmounts"Max Kellermann2014-02-121-0/+50
|
* StorageCommands: expose the "mount" commandMax Kellermann2014-02-091-0/+63