Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use the "bool" data type instead of "int" | Max Kellermann | 2008-10-08 | 1 | -3/+3 |
* | notify: loop while no signal is pending | Max Kellermann | 2008-10-08 | 1 | -2/+1 |
* | notify: protect notify->pending with the mutex | Max Kellermann | 2008-09-26 | 1 | -16/+4 |
* | notify: added notify_deinit() | Max Kellermann | 2008-09-24 | 1 | -0/+6 |
* | notify: make notify_init() failures fatal | Max Kellermann | 2008-09-24 | 1 | -8/+5 |
* | notify: declare "struct notify" | Max Kellermann | 2008-09-24 | 1 | -6/+6 |
* | notify: don't use camelCase in notify.[ch] | Max Kellerman | 2008-06-01 | 1 | -7/+7 |
* | use the pthread API in notify.c | Max Kellermann | 2008-04-12 | 1 | -17/+37 |
* | rename the notify.c methods | Max Kellermann | 2008-04-12 | 1 | -3/+3 |
* | notify: initialize variable to keep valgrind from bitching | Eric Wong | 2008-03-27 | 1 | -1/+1 |
* | notify: more cleanups, add error checking for pipe errors | Eric Wong | 2008-03-26 | 1 | -7/+8 |
* | notify: cleanups | Eric Wong | 2008-03-26 | 1 | -32/+9 |
* | notify the decoder instead of polling 100hz | Max Kellermann | 2008-03-26 | 1 | -0/+70 |