Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-04-24 | DatabaseCommands: "list" allows grouping | Max Kellermann | 1 | -3/+4 | |
2014-02-19 | db/Interface: add attribute "plugin" | Max Kellermann | 1 | -0/+3 | |
The new method IsPlugin() replaces the "is_simple" flag. | |||||
2014-02-19 | DatabasePlugin: split header | Max Kellermann | 1 | -0/+1 | |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -0/+0 | |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -2/+2 | |
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-11 | db/upnp: move lazy Open() call to new class LazyDatabase | Max Kellermann | 1 | -0/+103 | |
Generic approach for the workaround. |