Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+3 |
2008-10-08 | notify: removed the "Notify" typedef | Max Kellermann | 1 | -1/+1 |
2008-10-06 | main_notify: define main_task so we can use it for assertions | Eric Wong | 1 | -1/+2 |
2008-09-26 | notify: protect notify->pending with the mutex | Max Kellermann | 1 | -2/+0 |
2008-09-24 | notify: added notify_deinit() | Max Kellermann | 1 | -0/+8 |
2008-09-23 | main_notify: removed assertion in wakeup_main_task() | Max Kellermann | 1 | -2/+0 |
2008-09-23 | main_notify: use init_async_pipe() | Max Kellermann | 1 | -8/+1 |
2008-08-26 | use the notify library in main_notify.c | Max Kellermann | 1 | -10/+7 |
2008-04-17 | fix race condition in main_notify.c | Max Kellermann | 1 | -1/+6 |
2008-04-13 | main_notify: just use cond_signal to wakeup, no need to trylock | Eric Wong | 1 | -11/+1 |
2008-04-12 | main_notify: use pthread_cond_signal instead of broadcast | Eric Wong | 1 | -1/+1 |
2008-04-12 | Fix a deadlock after pause/next | Eric Wong | 1 | -0/+1 |
2008-04-12 | Fix the problem of songs not advancing without client activity | Eric Wong | 1 | -0/+130 |