Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/Interface: add virtual method Update() | Max Kellermann | 2014-07-29 | 1 | -0/+24 |
| | | | | For database plugins that don't use the UpdateService. | ||||
* | OtherCommands: split handle_update() | Max Kellermann | 2014-07-29 | 1 | -16/+22 |
| | |||||
* | command: make argc unsigned | Max Kellermann | 2014-06-16 | 1 | -19/+18 |
| | |||||
* | command: add command "listfiles" | Max Kellermann | 2014-03-01 | 1 | -0/+37 |
| | | | | Lists files and directories. Supports storage plugins. | ||||
* | {Other,Database}Commands: contract declaration and assignment | Max Kellermann | 2014-02-28 | 1 | -6/+3 |
| | |||||
* | Idle: error out when unrecognized idle event was specified | Max Kellermann | 2014-02-09 | 1 | -8/+9 |
| | | | | Implements the error checks missing in commit 0bad8406 | ||||
* | OtherCommands: remove unnecessary nullptr check | Max Kellermann | 2014-02-09 | 1 | -3/+0 |
| | |||||
* | OtherCommands: use Storage::MapUTF8() instead of Mapper.cxx | Max Kellermann | 2014-02-07 | 1 | -4/+6 |
| | |||||
* | ClientFile: move client_allow_file() into the Client class | Max Kellermann | 2014-02-02 | 1 | -2/+1 |
| | |||||
* | db: add compile-time option to disable database | Max Kellermann | 2014-01-30 | 1 | -2/+24 |
| | |||||
* | OtherCommands: merge duplicate code from handle_update(), handle_rescan() | Max Kellermann | 2014-01-30 | 1 | -31/+10 |
| | |||||
* | db/update: convert to OO API | Max Kellermann | 2014-01-30 | 1 | -5/+16 |
| | | | | | Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. | ||||
* | db/Directory: move isRootDirectory() to Uri.hxx | Max Kellermann | 2014-01-29 | 1 | -1/+1 |
| | | | | Decouple command/OtherCommands.cxx from the "simple" database plugin. | ||||
* | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 2014-01-28 | 1 | -3/+5 |
| | | | | Another big chunk of code for multi-player support. | ||||
* | Playlist{Info,Vector}: move to db/ | Max Kellermann | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | Mixer*: move to mixer/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Database*: move to db/ | Max Kellermann | 2014-01-24 | 1 | -2/+2 |
| | |||||
* | Client*: move to client/ | Max Kellermann | 2014-01-24 | 1 | -2/+2 |
| | |||||
* | Update*: move to update/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | LightDirectory: new struct replacing Directory in the DB API | Max Kellermann | 2014-01-22 | 1 | -0/+1 |
| | |||||
* | DetachedSong: add method Update() | Max Kellermann | 2014-01-15 | 1 | -5/+4 |
| | | | | | Don't create an intermediate Song instance when all we want is a DetachedSong. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | SongUpdate: move code to handle_lsinfo() | Max Kellermann | 2014-01-08 | 1 | -5/+17 |
| | | | | | Don't create a temporary Song object in handle_lsinfo(). Instead, print all tags while parsing the remote file. | ||||
* | command: "lsinfo" and "readcomments" allowed for remote files | Max Kellermann | 2013-12-29 | 1 | -0/+20 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -4/+0 |
| | |||||
* | ClientRead: "close" flushes the output buffer | Max Kellermann | 2013-11-06 | 1 | -1/+1 |
| | | | | | | Add a new CommandResult code called "FINISH" which, unlike "CLOSE", will attempt to flush the output buffer. This is a one-shot attempt; it will do one write, and not try again. | ||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 1 | -2/+2 |
| | |||||
* | OtherCommands: re-add the "volume" command | Max Kellermann | 2013-10-25 | 1 | -0/+33 |
| | | | | | | This command was removed by commit 206392ad (MPD 0.16), even though it was been proven useful for some very simple clients. On request, I add it to the protocol again. | ||||
* | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 2013-10-20 | 1 | -3/+2 |
| | | | | Replaces GLib's g_ascii_strcasecmp(). | ||||
* | *Commands: move to src/command/ | Max Kellermann | 2013-10-20 | 1 | -0/+315 |