summaryrefslogtreecommitdiff
path: root/src/sig_handlers.c
AgeCommit message (Expand)Author
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann
2009-03-15sig_handlers: include signal.h instead of sys/signal.hMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-01-03sig_handlers: disable on WIN32Max Kellermann
2009-01-01removed the signal_check librariesMax Kellermann
2009-01-01sig_handlers: use event_pipe for delivering SIGHUPMax Kellermann
2008-12-30sig_handlers: call g_main_loop_quit() in SIGTERM handlerMax Kellermann
2008-12-30sig_handlers: removed SIGCHLDMax Kellermann
2008-12-30sig_handlers: don't reload database on SIGHUPMax Kellermann
2008-12-30sig_handlers: removed unused functionsMax Kellermann
2008-11-24sig_handlers.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann
2008-10-08directory: moved code to database.cMax Kellermann
2008-10-08don't include os_compat.hMax Kellermann
2008-10-08directory: moved code to update.cMax Kellermann
2008-09-23directory: update do its work inside a threadEric Wong
2008-08-26clean up CPP includesMax Kellermann
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann
2008-04-12clean up CPP includesMax Kellermann
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong
2008-01-26fixed -Wshadow warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2007-08-27removing debug messages from signal handlersJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich
2006-08-08more sparse cleanupsEric Wong
2006-08-06merge changes from mpd-tree:Warren Dukes
2006-08-01logging cleanupsEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-18Initialize sigaction.sa_mask to an empty set in a few places we forgot toJ. Alexander Treuman
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2005-11-18DJWLindenaar's fix race condition and some memory leaks patchQball Cow
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow
2005-03-19fix some signal handlingWarren Dukes
2005-03-08now player and decoder processes should only exit() when receiving term signa...Warren Dukes
2004-11-03new setSigHandlersForDecoder() function, and be sure player/decode processes ...Warren Dukes
2004-11-02a few extra strerror()'s sprinkled in the codeWarren Dukes
2004-06-05new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes
2004-06-04add mackstann to (c)Warren Dukes
2004-04-15log cycling and a few cleanupsWarren Dukes
2004-04-14don't updatedb on sighup if db is being updatedWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-13have update process ignore signals when writing dbWarren Dukes
2004-04-13block signals when writing db to ensure db isn't corruptedWarren Dukes
2004-04-13when doing signal functions (like sigaction) make sure it wasn't interrupted ...Warren Dukes
2004-04-12forgetting to increment playlist version after reading the dbWarren Dukes
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes
2004-04-11do while(wait3) for sighandlerWarren Dukes
2004-04-11fix some snafoosWarren Dukes