aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-08-19notify: add function notify_clear()Max Kellermann1-0/+7
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2008-12-27notify: use GLib lockingMax Kellermann1-19/+10
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-3/+3
2008-10-08notify: loop while no signal is pendingMax Kellermann1-2/+1
2008-09-26notify: protect notify->pending with the mutexMax Kellermann1-16/+4
2008-09-24notify: added notify_deinit()Max Kellermann1-0/+6
2008-09-24notify: make notify_init() failures fatalMax Kellermann1-8/+5
2008-09-24notify: declare "struct notify"Max Kellermann1-6/+6
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