aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-01notify: don't use camelCase in notify.[ch]Max Kellerman1-7/+7
2008-04-12use the pthread API in notify.cMax Kellermann1-17/+37
2008-04-12rename the notify.c methodsMax Kellermann1-3/+3
2008-03-27notify: initialize variable to keep valgrind from bitchingEric Wong1-1/+1
2008-03-26notify: more cleanups, add error checking for pipe errorsEric Wong1-7/+8
2008-03-26notify: cleanupsEric Wong1-32/+9
2008-03-26notify the decoder instead of polling 100hzMax Kellermann1-26/+38
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-18Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman1-1/+1
2006-09-15signal_check: [trivial] make __caught_signals array staticEric Wong1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-12/+12
2006-07-18Initialize sigaction.sa_mask to an empty set in a few places we forgot toJ. Alexander Treuman1-0/+1
2006-07-17sparse: replace 0 (integer) usage with NULL where appropriateEric Wong1-1/+2
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2004-11-02a few extra strerror()'s sprinkled in the codeWarren Dukes1-2/+0
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13add copyright notices to new filesWarren Dukes1-0/+19
2004-04-13when doing signal functions (like sigaction) make sure it wasn't interrupted ...Warren Dukes1-1/+3
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes1-0/+38