Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | AllCommands: use ARRAY_SIZE() | Max Kellermann | 2014-12-09 | 1 | -1/+2 |
| | |||||
* | command: use ConstBuffer<const char *> for argument list | Max Kellermann | 2014-12-08 | 1 | -33/+30 |
| | |||||
* | AllCommands: simplify the tokenizer loop | Max Kellermann | 2014-12-08 | 1 | -17/+19 |
| | |||||
* | AllCommands: assign current_command early | Max Kellermann | 2014-12-08 | 1 | -5/+4 |
| | |||||
* | AllCommands: remove redundant initializer | Max Kellermann | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | AllCommands: make variables more local | Max Kellermann | 2014-12-06 | 1 | -16/+13 |
| | |||||
* | AllCommands: make the commands array "constexpr" | Max Kellermann | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | AllCommands: "commands" returns playlist commands only if playlist_directory ↵ | Max Kellermann | 2014-10-25 | 1 | -0/+10 |
| | | | | configured | ||||
* | AllCommands: close connection after syntax error | Max Kellermann | 2014-08-12 | 1 | -1/+3 |
| | | | | Stop HTTP clients from exploiting MPD via forged POST requests. | ||||
* | QueueCommands: new command "rangeid" | Max Kellermann | 2014-07-12 | 1 | -0/+1 |
| | | | | Manipulates the playback range of a queued song. | ||||
* | command: make argc unsigned | Max Kellermann | 2014-06-16 | 1 | -9/+9 |
| | |||||
* | Merge tag 'release-0.18.9' | Max Kellermann | 2014-03-02 | 1 | -1/+1 |
|\ | |||||
| * | AllCommands: "findadd" requires the "add" permission | Max Kellermann | 2014-02-27 | 1 | -1/+1 |
| | | |||||
* | | command: add command "listfiles" | Max Kellermann | 2014-03-01 | 1 | -0/+3 |
| | | | | | | | | Lists files and directories. Supports storage plugins. | ||||
* | | StorageCommands: add command "unmount" | Max Kellermann | 2014-02-12 | 1 | -0/+3 |
| | | |||||
* | | StorageCommands: add command "listmounts" | Max Kellermann | 2014-02-12 | 1 | -0/+1 |
| | | |||||
* | | StorageCommands: expose the "mount" command | Max Kellermann | 2014-02-09 | 1 | -0/+4 |
| | | |||||
* | | {Message,Neighbor}Commands: use Client::partition instead of Main.hxx | Max Kellermann | 2014-02-04 | 1 | -3/+5 |
| | | |||||
* | | db: add compile-time option to disable database | Max Kellermann | 2014-01-30 | 1 | -0/+8 |
| | | |||||
* | | neighbor: new subsystem to detect file servers on the local network | Max Kellermann | 2014-01-26 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the NeighborPlugin API which can be used to detect nearby file servers that can be used by input plugins. This list of servers is exported using the new "listneighbors" command. The idle even "neighbor" notifies interested clients when a new neighbor is found or an existing one is lost. There's a lot missing currently: protocol&user documentation, and a way to "mount" remote servers into the music database. Obviously, some code from the UPnP database plugin can be moved to a neighbor plugin. | ||||
* | | Sticker*: move to sticker/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | | |||||
* | | Client*: move to client/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | | |||||
* | | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | | |||||
* | | command: add commands "addtagid", "cleartagid" | Max Kellermann | 2013-12-02 | 1 | -0/+3 |
|/ | |||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | Revert "command: new commands "findin", "searchin" with base URI" | Max Kellermann | 2013-10-29 | 1 | -2/+0 |
| | | | | | | | This reverts commit a577944ab5a1f4d688e5901fa3efaf7cd1673588. Will be replaced by new options for the old commands "search" and "find". | ||||
* | command: new commands "findin", "searchin" with base URI | Max Kellermann | 2013-10-26 | 1 | -0/+2 |
| | |||||
* | command: new command "readcomments" lists arbitrary file tags | Max Kellermann | 2013-10-25 | 1 | -0/+2 |
| | |||||
* | OtherCommands: re-add the "volume" command | Max Kellermann | 2013-10-25 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | *Commands: move to src/command/ | Max Kellermann | 2013-10-20 | 1 | -0/+375 |