| Commit message (Expand) | Author | Files | Lines |
2014-01-26 | NeighborCommands: convert assertion to runtime check | Max Kellermann | 1 | -1/+5 |
2014-01-26 | neighbor: new subsystem to detect file servers on the local network | Max Kellermann | 3 | -0/+98 |
2014-01-24 | Mixer*: move to mixer/ | Max Kellermann | 2 | -2/+2 |
2014-01-24 | Database*: move to db/ | Max Kellermann | 7 | -15/+15 |
2014-01-24 | Sticker*: move to sticker/ | Max Kellermann | 2 | -4/+4 |
2014-01-24 | Client*: move to client/ | Max Kellermann | 10 | -14/+14 |
2014-01-24 | Update*: move to update/ | Max Kellermann | 2 | -2/+2 |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -1/+1 |
2014-01-23 | output/*: move to output/plugins/ | Max Kellermann | 2 | -3/+3 |
2014-01-23 | playlist/*: move to playlist/plugins/ | Max Kellermann | 1 | -1/+2 |
2014-01-22 | LightDirectory: new struct replacing Directory in the DB API | Max Kellermann | 1 | -0/+1 |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -5/+5 |
2014-01-15 | DetachedSong: add method Update() | Max Kellermann | 1 | -5/+4 |
2014-01-13 | copyright year 2014 | Max Kellermann | 27 | -27/+27 |
2014-01-08 | SongUpdate: move code to handle_lsinfo() | Max Kellermann | 1 | -5/+17 |
2014-01-08 | SongSticker: use Song references | Max Kellermann | 1 | -5/+5 |
2013-12-29 | command: "lsinfo" and "readcomments" allowed for remote files | Max Kellermann | 2 | -0/+44 |
2013-12-29 | TagFile: pass reference instead of pointer | Max Kellermann | 1 | -1/+1 |
2013-12-15 | system/SocketError, ...: use strerror() instead of g_strerror() | Max Kellermann | 1 | -4/+3 |
2013-12-02 | command: add commands "addtagid", "cleartagid" | Max Kellermann | 3 | -0/+114 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 6 | -16/+0 |
2013-11-06 | ClientRead: "close" flushes the output buffer | Max Kellermann | 2 | -1/+7 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 15 | -15/+15 |
2013-10-30 | PlayerCommands: show CrossFade/MixRamp only if enabled | Max Kellermann | 1 | -4/+10 |
2013-10-29 | Revert "command: new commands "findin", "searchin" with base URI" | Max Kellermann | 3 | -25/+4 |
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 2 | -3/+3 |
2013-10-26 | command: new commands "findin", "searchin" with base URI | Max Kellermann | 3 | -4/+25 |
2013-10-26 | FileCommands: "readcomments" understands APE and ID3v2 tags | Max Kellermann | 1 | -0/+5 |
2013-10-26 | FileCommands: fix wrong control character check in IsValidValue() | Max Kellermann | 1 | -1/+1 |
2013-10-26 | TagFile: use Path instead of const char * | Max Kellermann | 1 | -1/+1 |
2013-10-25 | command: new command "readcomments" lists arbitrary file tags | Max Kellermann | 3 | -0/+154 |
2013-10-25 | OtherCommands: re-add the "volume" command | Max Kellermann | 3 | -0/+37 |
2013-10-20 | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 1 | -3/+2 |
2013-10-20 | *Commands: move to src/command/ | Max Kellermann | 23 | -0/+3197 |