aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/StorageCommands.cxx (follow)
Commit message (Expand)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
* db/simple: mount pointsMax Kellermann2014-02-271-0/+47
* StorageCommands: add command "unmount"Max Kellermann2014-02-121-0/+27
* StorageCommands: emit IDLE_MOUNT on successful "mount"Max Kellermann2014-02-121-0/+2
* StorageCommands: add command "listmounts"Max Kellermann2014-02-121-0/+50
* StorageCommands: expose the "mount" commandMax Kellermann2014-02-091-0/+63