aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/DatabaseGlue.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-4/+4
| | | | The old struct config_param remains only for top-level string options.
* ConfigData: move struct config_param to Param.hxxMax Kellermann2015-01-211-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* db/Interface: add attribute "plugin"Max Kellermann2014-02-191-2/+1
| | | | The new method IsPlugin() replaces the "is_simple" flag.
* Instance: add Database attributeMax Kellermann2014-02-041-87/+4
| | | | Move from db/DatabaseGlue.cxx, eliminating global variable.
* db/update/Service: add SimpleDatabase referenceMax Kellermann2014-02-041-14/+4
| | | | Don't use the global variables from the DatabaseSimple library.
* db/Simple: remove unused function db_get_directory()Max Kellermann2014-02-041-13/+0
|
* Database*: move to db/Max Kellermann2014-01-241-0/+152