aboutsummaryrefslogtreecommitdiffstats
path: root/src/main_notify.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-24main_notify.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-3/+5
2008-10-08don't include os_compat.hMax Kellermann1-0/+3
2008-10-08notify: removed the "Notify" typedefMax Kellermann1-1/+1
2008-10-06main_notify: define main_task so we can use it for assertionsEric Wong1-1/+2
2008-09-26notify: protect notify->pending with the mutexMax Kellermann1-2/+0
2008-09-24notify: added notify_deinit()Max Kellermann1-0/+8
2008-09-23main_notify: removed assertion in wakeup_main_task()Max Kellermann1-2/+0
2008-09-23main_notify: use init_async_pipe()Max Kellermann1-8/+1
2008-08-26use the notify library in main_notify.cMax Kellermann1-10/+7
2008-04-17fix race condition in main_notify.cMax Kellermann1-1/+6
2008-04-13main_notify: just use cond_signal to wakeup, no need to trylockEric Wong1-11/+1
2008-04-12main_notify: use pthread_cond_signal instead of broadcastEric Wong1-1/+1
2008-04-12Fix a deadlock after pause/nextEric Wong1-0/+1
2008-04-12Fix the problem of songs not advancing without client activityEric Wong1-0/+130