aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/simple/SimpleDatabasePlugin.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v0.18.x' into v0.19.xMax Kellermann2014-12-261-3/+3
|
* db/simple: compress the database file using gzipMax Kellermann2014-08-111-1/+6
|
* DatabaseCommands: "list" allows groupingMax Kellermann2014-04-241-2/+2
|
* db/simple: mount pointsMax Kellermann2014-02-271-0/+30
| | | | | | | | 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.
* db/simple: GetRoot() returns referenceMax Kellermann2014-02-271-2/+2
|
* db/simple: create dedicated directoryMax Kellermann2014-02-261-0/+114