Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | StickerDatabase: convert the struct name to upper case | Max Kellermann | 2015-01-28 | 6 | -18/+18 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 7 | -7/+7 |
| | |||||
* | sticker/Match: add inequality operators | Max Kellermann | 2014-12-12 | 2 | -0/+30 |
| | |||||
* | sticker/Match: add operator "EQUALS" | Max Kellermann | 2014-12-12 | 2 | -2/+15 |
| | | | | | 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 | 5 | -5/+55 |
| | |||||
* | sticker/Database: move code to BindFind() | Max Kellermann | 2014-12-12 | 1 | -8/+16 |
| | |||||
* | sticker/Database: use the Error library | Max Kellermann | 2014-12-12 | 4 | -51/+72 |
| | |||||
* | sticker/Database: always invoke sqlite3_reset() and sqlite3_clear_bindings() | Max Kellermann | 2014-12-12 | 1 | -4/+4 |
| | |||||
* | lib/sqlite/Util: add ExecuteModified() | Max Kellermann | 2014-12-12 | 1 | -14/+12 |
| | |||||
* | sticker/Database: add wrapper for sqlite3_step() | Max Kellermann | 2014-12-12 | 1 | -89/+15 |
| | |||||
* | sticker/Database: move SQLite helpers to lib/sqlite/Util.hxx | Max Kellermann | 2014-12-12 | 1 | -45/+1 |
| | |||||
* | lib/sqlite/Domain: add Domain instance for SQLite | Max Kellermann | 2014-12-12 | 1 | -5/+6 |
| | | | | Replaces the sticker_domain for Error::domain. | ||||
* | sticker/Database: remove redundant sqlite3_reset() calls | Max Kellermann | 2014-12-12 | 1 | -14/+0 |
| | | | | | Call sqlite3_reset() only after a sqlite3_stmt* has been used, not before. Assume it is already in reusable state. | ||||
* | sticker/Database: require SQLite 3.7.3 | Max Kellermann | 2014-12-12 | 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. | ||||
* | sticker/Database: make variables more local | Max Kellermann | 2014-12-12 | 1 | -10/+8 |
| | |||||
* | sticker/Database: add sqlite3_bind_text() wrapper | Max Kellermann | 2014-12-12 | 1 | -112/+42 |
| | |||||
* | sticker/Database: remove C-style (void) | Max Kellermann | 2014-12-12 | 2 | -4/+4 |
| | |||||
* | SongSticker: remove obsolete documentation | Max Kellermann | 2014-12-04 | 1 | -2/+1 |
| | |||||
* | SongSticker, playlist/soundcloud: add missing stdlib.h include | Max Kellermann | 2014-10-25 | 1 | -0/+1 |
| | | | | For free(). | ||||
* | SongSticker: don't use GLib | Max Kellermann | 2014-10-25 | 1 | -4/+3 |
| | |||||
* | DatabasePlugin: split header | Max Kellermann | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | SongSticker: add Database reference parameter | Max Kellermann | 2014-02-04 | 2 | -7/+4 |
| | |||||
* | sticker: don't use classes Directory and Song | Max Kellermann | 2014-01-29 | 2 | -11/+17 |
| | | | | | 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 | -3/+3 |
| | |||||
* | Sticker*: move to sticker/ | Max Kellermann | 2014-01-24 | 6 | -0/+1054 |