aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/StickerCommands.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* client, command: use StringIsEqual()Max Kellermann2015-08-141-11/+10
|
* command: pass Response object to command callbacksMax Kellermann2015-08-131-3/+1
|
* client/Response: new Client wrapper class for writing responsesMax Kellermann2015-08-121-35/+34
|
* command/Request: new struct wrapping ConstBuffer<const char *>Max Kellermann2015-08-111-2/+3
|
* command/{Queue,Other}: eliminate local "bool" variableMax Kellermann2015-08-111-6/+4
|
* StickerDatabase: convert the struct name to upper caseMax Kellermann2015-01-281-1/+1
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* sticker/Match: add inequality operatorsMax Kellermann2014-12-121-0/+4
|
* sticker/Match: add operator "EQUALS"Max Kellermann2014-12-121-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 Kellermann2014-12-121-0/+4
|
* sticker/Database: use the Error libraryMax Kellermann2014-12-121-7/+23
|
* command: use ConstBuffer<const char *> for argument listMax Kellermann2014-12-081-22/+25
|
* command: make argc unsignedMax Kellermann2014-06-161-2/+2
|
* DatabasePlugin: split headerMax Kellermann2014-02-191-1/+1
|
* StickerCommands: include cleanupMax Kellermann2014-02-191-1/+0
|
* Instance: add Database attributeMax Kellermann2014-02-041-1/+4
| | | | Move from db/DatabaseGlue.cxx, eliminating global variable.
* db/Simple: remove unused function db_get_directory()Max Kellermann2014-02-041-1/+0
|
* SongSticker: add Database reference parameterMax Kellermann2014-02-041-1/+1
|
* sticker: don't use classes Directory and SongMax Kellermann2014-01-291-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 Kellermann2014-01-241-4/+4
|
* Sticker*: move to sticker/Max Kellermann2014-01-241-3/+3
|
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-5/+5
| | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* SongSticker: use Song referencesMax Kellermann2014-01-081-5/+5
|
* include cleanup using iwyuMax Kellermann2013-11-281-2/+0
|
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* *Commands: move to src/command/Max Kellermann2013-10-201-0/+178