Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add idle event on sticker deletion, update and insertion | Qball Cow | 2009-01-25 | 1 | -0/+3 |
| | |||||
* | idle: migrate from pthread to glib threads | Thomas Jansen | 2008-12-28 | 1 | -0/+12 |
| | |||||
* | command: allow clients to subscribe to specific idle events | Marc Pavot | 2008-11-22 | 1 | -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 Kellermann | 2008-10-14 | 1 | -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. |