summaryrefslogtreecommitdiff
path: root/src/db/DatabaseGlue.cxx
AgeCommit message (Collapse)Author
2014-02-19db/Interface: add attribute "plugin"Max Kellermann
The new method IsPlugin() replaces the "is_simple" flag.
2014-02-04Instance: add Database attributeMax Kellermann
Move from db/DatabaseGlue.cxx, eliminating global variable.
2014-02-04db/update/Service: add SimpleDatabase referenceMax Kellermann
Don't use the global variables from the DatabaseSimple library.
2014-02-04db/Simple: remove unused function db_get_directory()Max Kellermann
2014-01-24Database*: move to db/Max Kellermann