Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | command: use ConstBuffer<const char *> for argument list | Max Kellermann | 2014-12-08 | 1 | -6/+7 |
| | |||||
* | StoragePlugin: pass EventLoop to constructor | Max Kellermann | 2014-10-09 | 1 | -2/+4 |
| | |||||
* | command: make argc unsigned | Max Kellermann | 2014-06-16 | 1 | -3/+3 |
| | |||||
* | command/{storage,file}: suppress bogus format warnings on WIN32 | Max Kellermann | 2014-03-14 | 1 | -0/+11 |
| | |||||
* | command: add command "listfiles" | Max Kellermann | 2014-03-01 | 1 | -0/+95 |
| | | | | Lists files and directories. Supports storage plugins. | ||||
* | db/simple: mount points | Max Kellermann | 2014-02-27 | 1 | -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 Kellermann | 2014-02-12 | 1 | -0/+27 |
| | |||||
* | StorageCommands: emit IDLE_MOUNT on successful "mount" | Max Kellermann | 2014-02-12 | 1 | -0/+2 |
| | | | | Add the new idle event to Idle.hxx/Idle.cxx. | ||||
* | StorageCommands: add command "listmounts" | Max Kellermann | 2014-02-12 | 1 | -0/+50 |
| | |||||
* | StorageCommands: expose the "mount" command | Max Kellermann | 2014-02-09 | 1 | -0/+63 |