aboutsummaryrefslogtreecommitdiffstats
path: root/src/sig_handlers.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-25eliminate g_error() usageThomas Jansen1-1/+2
2010-07-25database, ...: remove EINTR checks after stdio callsMax Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann1-1/+1
2009-03-15sig_handlers: include signal.h instead of sys/signal.hMax Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-01-03sig_handlers: disable on WIN32Max Kellermann1-0/+7
2009-01-01removed the signal_check librariesMax Kellermann1-3/+0
2009-01-01sig_handlers: use event_pipe for delivering SIGHUPMax Kellermann1-11/+14
2008-12-30sig_handlers: call g_main_loop_quit() in SIGTERM handlerMax Kellermann1-8/+21
2008-12-30sig_handlers: removed SIGCHLDMax Kellermann1-18/+0
2008-12-30sig_handlers: don't reload database on SIGHUPMax Kellermann1-7/+0
2008-12-30sig_handlers: removed unused functionsMax Kellermann1-50/+0
2008-11-24sig_handlers.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen1-1/+2
2008-10-08database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-1/+1
2008-10-08directory: moved code to database.cMax Kellermann1-1/+1
2008-10-08don't include os_compat.hMax Kellermann1-0/+4
2008-10-08directory: moved code to update.cMax Kellermann1-0/+1
2008-09-23directory: update do its work inside a threadEric Wong1-1/+0
2008-08-26clean up CPP includesMax Kellermann1-2/+0
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-1/+1
2008-04-12clean up CPP includesMax Kellermann1-3/+0
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-19/+0
2008-01-26fixed -Wshadow warningsMax Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-8/+1
2007-08-27removing debug messages from signal handlersJ. Alexander Treuman1-1/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-1/+1
2006-08-08more sparse cleanupsEric Wong1-10/+7
2006-08-06merge changes from mpd-tree:Warren Dukes1-90/+1
2006-08-01logging cleanupsEric Wong1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-92/+110
2006-07-18Initialize sigaction.sa_mask to an empty set in a few places we forgot toJ. Alexander Treuman1-0/+3
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-11-18DJWLindenaar's fix race condition and some memory leaks patchQball Cow1-1/+12
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow1-3/+78
2005-03-19fix some signal handlingWarren Dukes1-6/+1
2005-03-08now player and decoder processes should only exit() when receiving term signa...Warren Dukes1-1/+6
2004-11-03new setSigHandlersForDecoder() function, and be sure player/decode processes ...Warren Dukes1-0/+16
2004-11-02a few extra strerror()'s sprinkled in the codeWarren Dukes1-1/+0
2004-06-05new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes1-1/+1
2004-06-04add mackstann to (c)Warren Dukes1-0/+1
2004-04-15log cycling and a few cleanupsWarren Dukes1-0/+3
2004-04-14don't updatedb on sighup if db is being updatedWarren Dukes1-2/+4
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13have update process ignore signals when writing dbWarren Dukes1-0/+14
2004-04-13block signals when writing db to ensure db isn't corruptedWarren Dukes1-0/+4