aboutsummaryrefslogtreecommitdiffstats
path: root/src/sticker (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/StringCompare: add StringIsEmpty()Max Kellermann2015-11-061-2/+3
* client/Response: new Client wrapper class for writing responsesMax Kellermann2015-08-122-10/+10
* StickerDatabase: convert the struct name to upper caseMax Kellermann2015-01-286-18/+18
* Copyright year 2015Max Kellermann2015-01-017-7/+7
* sticker/Match: add inequality operatorsMax Kellermann2014-12-122-0/+30
* sticker/Match: add operator "EQUALS"Max Kellermann2014-12-122-2/+15
* sticker/Song: add enum StickerOperator to sticker_song_find()Max Kellermann2014-12-125-5/+55
* sticker/Database: move code to BindFind()Max Kellermann2014-12-121-8/+16
* sticker/Database: use the Error libraryMax Kellermann2014-12-124-51/+72
* sticker/Database: always invoke sqlite3_reset() and sqlite3_clear_bindings()Max Kellermann2014-12-121-4/+4
* lib/sqlite/Util: add ExecuteModified()Max Kellermann2014-12-121-14/+12
* sticker/Database: add wrapper for sqlite3_step()Max Kellermann2014-12-121-89/+15
* sticker/Database: move SQLite helpers to lib/sqlite/Util.hxxMax Kellermann2014-12-121-45/+1
* lib/sqlite/Domain: add Domain instance for SQLiteMax Kellermann2014-12-121-5/+6
* sticker/Database: remove redundant sqlite3_reset() callsMax Kellermann2014-12-121-14/+0
* sticker/Database: require SQLite 3.7.3Max Kellermann2014-12-121-4/+0
* sticker/Database: make variables more localMax Kellermann2014-12-121-10/+8
* sticker/Database: add sqlite3_bind_text() wrapperMax Kellermann2014-12-121-112/+42
* sticker/Database: remove C-style (void)Max Kellermann2014-12-122-4/+4
* SongSticker: remove obsolete documentationMax Kellermann2014-12-041-2/+1
* SongSticker, playlist/soundcloud: add missing stdlib.h includeMax Kellermann2014-10-251-0/+1
* SongSticker: don't use GLibMax Kellermann2014-10-251-4/+3
* DatabasePlugin: split headerMax Kellermann2014-02-191-1/+1
* SongSticker: add Database reference parameterMax Kellermann2014-02-042-7/+4
* sticker: don't use classes Directory and SongMax Kellermann2014-01-292-11/+17
* Database*: move to db/Max Kellermann2014-01-241-3/+3
* Sticker*: move to sticker/Max Kellermann2014-01-246-0/+1054