Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -52/+15 | |
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. | |||||
2014-01-08 | SongUpdate: move code to handle_lsinfo() | Max Kellermann | 1 | -1/+0 | |
Don't create a temporary Song object in handle_lsinfo(). Instead, print all tags while parsing the remote file. | |||||
2013-12-29 | command: "lsinfo" and "readcomments" allowed for remote files | Max Kellermann | 1 | -0/+1 | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+1 | |
2013-10-21 | Song: add method ReplaceTag() | Max Kellermann | 1 | -0/+2 | |
2013-10-21 | Song: pass reference to song_equals() | Max Kellermann | 1 | -1/+1 | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -0/+4 | |
2013-10-17 | Song: GetURI() returns std::string | Max Kellermann | 1 | -5/+4 | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -1/+3 | |
2013-07-30 | include cleanup | Max Kellermann | 1 | -2/+0 | |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -0/+147 | |