aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/LazyDatabase.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-08-24db/UniqueTags, tag/Set, ...: use typedef tag_mask_tMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-04-24DatabaseCommands: "list" allows groupingMax Kellermann1-3/+4
2014-02-19db/Interface: add attribute "plugin"Max Kellermann1-0/+3
The new method IsPlugin() replaces the "is_simple" flag.
2014-02-19DatabasePlugin: split headerMax Kellermann1-0/+1
2014-01-24Database*: move to db/Max Kellermann1-0/+0
2014-01-19LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann1-2/+2
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-11db/upnp: move lazy Open() call to new class LazyDatabaseMax Kellermann1-0/+103
Generic approach for the workaround.