aboutsummaryrefslogtreecommitdiffstats
path: root/src/idle.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* Add idle event on sticker deletion, update and insertionQball Cow2009-01-251-0/+3
|
* idle: migrate from pthread to glib threadsThomas Jansen2008-12-281-0/+12
|
* command: allow clients to subscribe to specific idle eventsMarc Pavot2008-11-221-0/+6
| | | | | | 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-141-0/+64
"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.