Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-27 | Playlist*: move to queue/ | Max Kellermann | 1 | -0/+0 | |
2014-02-19 | DatabasePlugin: split header | Max Kellermann | 1 | -1/+1 | |
2014-02-01 | Playlist: pass Database to DatabaseModified() | Max Kellermann | 1 | -8/+2 | |
Don't use global variable. | |||||
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -3/+3 | |
2014-01-21 | DetachedSong: add attribute "real_uri" | Max Kellermann | 1 | -1/+1 | |
Prepare for UPnP songs that retain there database identity. | |||||
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -3/+3 | |
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | |||||
2014-01-19 | Song: embed the Tag object statically into class Song | Max Kellermann | 1 | -3/+1 | |
Reduces overhead because we need to manage only one memory allocation. According to valgrind/massif, we save 7%. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -6/+7 | |
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | |||||
2013-10-22 | Playlist: refresh new tags after database update | Max Kellermann | 1 | -0/+80 | |
Fixes regression from commit e96779d. |