Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |