aboutsummaryrefslogtreecommitdiffstats
path: root/src/main_notify.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't include os_compat.hMax Kellermann2008-10-081-0/+3
* notify: removed the "Notify" typedefMax Kellermann2008-10-081-1/+1
* main_notify: define main_task so we can use it for assertionsEric Wong2008-10-061-1/+2
* notify: protect notify->pending with the mutexMax Kellermann2008-09-261-2/+0
* notify: added notify_deinit()Max Kellermann2008-09-241-0/+8
* main_notify: removed assertion in wakeup_main_task()Max Kellermann2008-09-231-2/+0
* main_notify: use init_async_pipe()Max Kellermann2008-09-231-8/+1
* use the notify library in main_notify.cMax Kellermann2008-08-261-10/+7
* fix race condition in main_notify.cMax Kellermann2008-04-171-1/+6
* main_notify: just use cond_signal to wakeup, no need to trylockEric Wong2008-04-131-11/+1
* main_notify: use pthread_cond_signal instead of broadcastEric Wong2008-04-121-1/+1
* Fix a deadlock after pause/nextEric Wong2008-04-121-0/+1
* Fix the problem of songs not advancing without client activityEric Wong2008-04-121-0/+130