Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-28 | StickerDatabase: convert the struct name to upper case | Max Kellermann | 6 | -18/+18 | |
2015-01-01 | Copyright year 2015 | Max Kellermann | 7 | -7/+7 | |
2014-12-12 | sticker/Match: add inequality operators | Max Kellermann | 2 | -0/+30 | |
2014-12-12 | sticker/Match: add operator "EQUALS" | Max Kellermann | 2 | -2/+15 | |
Mapped to "=" in the MPD protocol. This is the first operator, initially supporting value matches in the MPD protocol. | |||||
2014-12-12 | sticker/Song: add enum StickerOperator to sticker_song_find() | Max Kellermann | 5 | -5/+55 | |
2014-12-12 | sticker/Database: move code to BindFind() | Max Kellermann | 1 | -8/+16 | |
2014-12-12 | sticker/Database: use the Error library | Max Kellermann | 4 | -51/+72 | |
2014-12-12 | sticker/Database: always invoke sqlite3_reset() and sqlite3_clear_bindings() | Max Kellermann | 1 | -4/+4 | |
2014-12-12 | lib/sqlite/Util: add ExecuteModified() | Max Kellermann | 1 | -14/+12 | |
2014-12-12 | sticker/Database: add wrapper for sqlite3_step() | Max Kellermann | 1 | -89/+15 | |
2014-12-12 | sticker/Database: move SQLite helpers to lib/sqlite/Util.hxx | Max Kellermann | 1 | -45/+1 | |
2014-12-12 | lib/sqlite/Domain: add Domain instance for SQLite | Max Kellermann | 1 | -5/+6 | |
Replaces the sticker_domain for Error::domain. | |||||
2014-12-12 | sticker/Database: remove redundant sqlite3_reset() calls | Max Kellermann | 1 | -14/+0 | |
Call sqlite3_reset() only after a sqlite3_stmt* has been used, not before. Assume it is already in reusable state. | |||||
2014-12-12 | sticker/Database: require SQLite 3.7.3 | Max Kellermann | 1 | -4/+0 | |
SQLite 3.7.3 is the version shipped in Debian Squeeze (oldstable); should be old enough to be the required version. Drop the compatibility #ifdef. | |||||
2014-12-12 | sticker/Database: make variables more local | Max Kellermann | 1 | -10/+8 | |
2014-12-12 | sticker/Database: add sqlite3_bind_text() wrapper | Max Kellermann | 1 | -112/+42 | |
2014-12-12 | sticker/Database: remove C-style (void) | Max Kellermann | 2 | -4/+4 | |
2014-12-04 | SongSticker: remove obsolete documentation | Max Kellermann | 1 | -2/+1 | |
2014-10-25 | SongSticker, playlist/soundcloud: add missing stdlib.h include | Max Kellermann | 1 | -0/+1 | |
For free(). | |||||
2014-10-25 | SongSticker: don't use GLib | Max Kellermann | 1 | -4/+3 | |
2014-02-19 | DatabasePlugin: split header | Max Kellermann | 1 | -1/+1 | |
2014-02-04 | SongSticker: add Database reference parameter | Max Kellermann | 2 | -7/+4 | |
2014-01-29 | sticker: don't use classes Directory and Song | Max Kellermann | 2 | -11/+17 | |
Don't depend on the "simple" database plugin. This fixes an assertion failure / crash and allows using stickers with other plugins. | |||||
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -3/+3 | |
2014-01-24 | Sticker*: move to sticker/ | Max Kellermann | 6 | -0/+1054 | |