aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/StorageCommands.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* command: pass Response object to command callbacksMax Kellermann2015-08-131-9/+3
|
* client/Response: new Client wrapper class for writing responsesMax Kellermann2015-08-121-36/+40
|
* command/Request: new struct wrapping ConstBuffer<const char *>Max Kellermann2015-08-111-3/+4
|
* StorageCommands: use PathTraitsUTF8 for protocol argumentMax Kellermann2015-03-021-1/+1
|
* storage/FileInfo: rename to StorageFileInfoMax Kellermann2015-02-281-4/+4
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* 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