aboutsummaryrefslogtreecommitdiffstats
path: root/src/command (follow)
Commit message (Collapse)AuthorAgeFilesLines
* system/SocketError, ...: use strerror() instead of g_strerror()Max Kellermann2013-12-151-4/+3
| | | | Avoid GLib.
* command: add commands "addtagid", "cleartagid"Max Kellermann2013-12-023-0/+114
|
* include cleanup using iwyuMax Kellermann2013-11-286-16/+0
|
* ClientRead: "close" flushes the output bufferMax Kellermann2013-11-062-1/+7
| | | | | | 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.
* *: update copyright year to 2013Max Kellermann2013-10-3015-15/+15
|
* PlayerCommands: show CrossFade/MixRamp only if enabledMax Kellermann2013-10-301-4/+10
|
* Revert "command: new commands "findin", "searchin" with base URI"Max Kellermann2013-10-293-25/+4
| | | | | | | This reverts commit a577944ab5a1f4d688e5901fa3efaf7cd1673588. Will be replaced by new options for the old commands "search" and "find".
* *: use nullptr instead of NULLMax Kellermann2013-10-282-3/+3
|
* command: new commands "findin", "searchin" with base URIMax Kellermann2013-10-263-4/+25
|
* FileCommands: "readcomments" understands APE and ID3v2 tagsMax Kellermann2013-10-261-0/+5
| | | | Implements Mantis ticket 3843.
* FileCommands: fix wrong control character check in IsValidValue()Max Kellermann2013-10-261-1/+1
| | | | Check was the wrong way around, and made all valid values invisible.
* TagFile: use Path instead of const char *Max Kellermann2013-10-261-1/+1
|
* command: new command "readcomments" lists arbitrary file tagsMax Kellermann2013-10-253-0/+154
|
* OtherCommands: re-add the "volume" commandMax Kellermann2013-10-253-0/+37
| | | | | | 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 Kellermann2013-10-201-3/+2
| | | | Replaces GLib's g_ascii_strcasecmp().
* *Commands: move to src/command/Max Kellermann2013-10-2023-0/+3197