| Commit message (Expand) | Author | Files | Lines |
2010-08-19 | notify: add function notify_clear() | Max Kellermann | 1 | -0/+7 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2008-12-27 | notify: use GLib locking | Max Kellermann | 1 | -19/+10 |
2008-10-08 | use the "bool" data type instead of "int" | Max Kellermann | 1 | -3/+3 |
2008-10-08 | notify: loop while no signal is pending | Max Kellermann | 1 | -2/+1 |
2008-09-26 | notify: protect notify->pending with the mutex | Max Kellermann | 1 | -16/+4 |
2008-09-24 | notify: added notify_deinit() | Max Kellermann | 1 | -0/+6 |
2008-09-24 | notify: make notify_init() failures fatal | Max Kellermann | 1 | -8/+5 |
2008-09-24 | notify: declare "struct notify" | Max Kellermann | 1 | -6/+6 |
2008-06-01 | notify: don't use camelCase in notify.[ch] | Max Kellerman | 1 | -7/+7 |
2008-04-12 | use the pthread API in notify.c | Max Kellermann | 1 | -17/+37 |
2008-04-12 | rename the notify.c methods | Max Kellermann | 1 | -3/+3 |
2008-03-27 | notify: initialize variable to keep valgrind from bitching | Eric Wong | 1 | -1/+1 |
2008-03-26 | notify: more cleanups, add error checking for pipe errors | Eric Wong | 1 | -7/+8 |
2008-03-26 | notify: cleanups | Eric Wong | 1 | -32/+9 |
2008-03-26 | notify the decoder instead of polling 100hz | Max Kellermann | 1 | -26/+38 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -3/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-02-18 | Closing some parenthesis around shank's email address in copyright headers. | J. Alexander Treuman | 1 | -1/+1 |
2006-09-15 | signal_check: [trivial] make __caught_signals array static | Eric Wong | 1 | -1/+1 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -12/+12 |
2006-07-18 | Initialize sigaction.sa_mask to an empty set in a few places we forgot to | J. Alexander Treuman | 1 | -0/+1 |
2006-07-17 | sparse: replace 0 (integer) usage with NULL where appropriate | Eric Wong | 1 | -1/+2 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2004-11-02 | a few extra strerror()'s sprinkled in the code | Warren Dukes | 1 | -2/+0 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-13 | add copyright notices to new files | Warren Dukes | 1 | -0/+19 |
2004-04-13 | when doing signal functions (like sigaction) make sure it wasn't interrupted ... | Warren Dukes | 1 | -1/+3 |
2004-04-11 | clean up signal handling using a polling method, from the genius that is mack... | Warren Dukes | 1 | -0/+38 |