aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v0.17.x'Max Kellermann2013-02-191-1/+1
|\
| * command: allow to omit END in ranges (START:END)Jörg Thalheim2013-02-191-1/+1
| | | | | | | | | | If END is omitted, mpd should use the highest possible value instead of raising an error. This partially reverts 52e9cab1c1743f64a7
* | Client: rename the struct client to class ClientMax Kellermann2013-01-034-20/+20
| |
* | client: convert to C++Max Kellermann2013-01-034-12/+12
| |
* | gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-021-3/+2
|/ | | | Remove GLib dependency from some headers.
* command: move code to protocol/argparser.cMax Kellermann2012-02-142-0/+240
|
* command: move functions to protocol/result.cMax Kellermann2012-02-142-0/+101