aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseGlue.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Database*: fix nullptr dereference when no database is configuredMax Kellermann2012-08-221-0/+12
|
* DatabasePlugin: add method ReturnSong()Max Kellermann2012-08-161-0/+9
| | | | Allow the plugin to allocate the GetSong() return value.
* db_visitor: delete obsolete headerMax Kellermann2012-08-151-1/+0
|
* DatabaseGlue: look up the database pluginMax Kellermann2012-08-081-1/+11
| | | | No more hard-coded "simple" plugin.
* DatabaseGlue: pass block to db_init()Max Kellermann2012-08-081-10/+1
| | | | Let the caller take care for legacy conversion.
* DatabaseGlue: add function db_is_simple()Max Kellermann2012-08-081-0/+11
| | | | Preparing for non-"simple" database plugins.
* db_selection: rename to DatabaseSelectionMax Kellermann2012-08-071-1/+0
|
* DatabaseGlue: remove db_walk(), db_visit()Max Kellermann2012-08-021-49/+0
| | | | Unused.
* DatabaseGlue: add function GetDatabase()Max Kellermann2012-08-021-0/+9
| | | | Allow using the object outside of DatabaseGlue.cxx.
* db_plugin: convert to C++Max Kellermann2012-08-011-0/+199