aboutsummaryrefslogtreecommitdiffstats
path: root/src/main_notify.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-03main_notify: define main_task so we can use it for assertionsEric Wong1-0/+3
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-69/+14
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