aboutsummaryrefslogtreecommitdiff
path: root/src/idle.h
Commit message (Collapse)AuthorAge
* command: allow clients to subscribe to specific idle eventsMarc Pavot2008-11-22
| | | | | | The client may provide the names of idle events as arguments to the "idle" command to inform MPD that it is only interested in these events.
* command: added command "idle"Max Kellermann2008-10-14
"idle" waits until something noteworthy happens on the server, e.g. song change, playlist modified, database updated. This allows clients to keep up to date without polling.