Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-29 | Tag: use SignedSongTime for the song duration | Max Kellermann | 1 | -1/+1 | |
2014-08-28 | db/LightSong: use std::chrono::duration for start_ms and end_ms | Max Kellermann | 1 | -4/+5 | |
2014-02-04 | db/LightSong: make "real_uri" a pointer | Max Kellermann | 1 | -2/+2 | |
Reduce overhead. LightSong can always point to the "real" allocated string. | |||||
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -0/+0 | |
2014-01-21 | LightSong: add attribute "real_uri" | Max Kellermann | 1 | -0/+10 | |
The UPnP database plugin can now show relative song URIs for remote songs. | |||||
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -0/+82 | |
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. |