Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | StickerDatabase: convert the struct name to upper case | Max Kellermann | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | sticker/Match: add inequality operators | Max Kellermann | 2014-12-12 | 1 | -0/+4 |
| | |||||
* | sticker/Match: add operator "EQUALS" | Max Kellermann | 2014-12-12 | 1 | -1/+17 |
| | | | | | Mapped to "=" in the MPD protocol. This is the first operator, initially supporting value matches in the MPD protocol. | ||||
* | sticker/Song: add enum StickerOperator to sticker_song_find() | Max Kellermann | 2014-12-12 | 1 | -0/+4 |
| | |||||
* | sticker/Database: use the Error library | Max Kellermann | 2014-12-12 | 1 | -7/+23 |
| | |||||
* | command: use ConstBuffer<const char *> for argument list | Max Kellermann | 2014-12-08 | 1 | -22/+25 |
| | |||||
* | command: make argc unsigned | Max Kellermann | 2014-06-16 | 1 | -2/+2 |
| | |||||
* | DatabasePlugin: split header | Max Kellermann | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | StickerCommands: include cleanup | Max Kellermann | 2014-02-19 | 1 | -1/+0 |
| | |||||
* | Instance: add Database attribute | Max Kellermann | 2014-02-04 | 1 | -1/+4 |
| | | | | Move from db/DatabaseGlue.cxx, eliminating global variable. | ||||
* | db/Simple: remove unused function db_get_directory() | Max Kellermann | 2014-02-04 | 1 | -1/+0 |
| | |||||
* | SongSticker: add Database reference parameter | Max Kellermann | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | sticker: don't use classes Directory and Song | Max Kellermann | 2014-01-29 | 1 | -11/+4 |
| | | | | | Don't depend on the "simple" database plugin. This fixes an assertion failure / crash and allows using stickers with other plugins. | ||||
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -4/+4 |
| | |||||
* | Sticker*: move to sticker/ | Max Kellermann | 2014-01-24 | 1 | -3/+3 |
| | |||||
* | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 2014-01-19 | 1 | -5/+5 |
| | | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | SongSticker: use Song references | Max Kellermann | 2014-01-08 | 1 | -5/+5 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -2/+0 |
| | |||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | *Commands: move to src/command/ | Max Kellermann | 2013-10-20 | 1 | -0/+178 |