aboutsummaryrefslogtreecommitdiffstats
path: root/src/sig_handlers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* eliminate g_error() usageThomas Jansen2010-09-251-1/+2
* database, ...: remove EINTR checks after stdio callsMax Kellermann2010-07-251-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* log: removed DEBUG() and FATAL()Max Kellermann2009-03-151-1/+1
* sig_handlers: include signal.h instead of sys/signal.hMax Kellermann2009-03-151-1/+1
* all: Update copyright header.Avuton Olrich2009-03-131-7/+7
* sig_handlers: disable on WIN32Max Kellermann2009-01-031-0/+7
* removed the signal_check librariesMax Kellermann2009-01-011-3/+0
* sig_handlers: use event_pipe for delivering SIGHUPMax Kellermann2009-01-011-11/+14
* sig_handlers: call g_main_loop_quit() in SIGTERM handlerMax Kellermann2008-12-301-8/+21
* sig_handlers: removed SIGCHLDMax Kellermann2008-12-301-18/+0
* sig_handlers: don't reload database on SIGHUPMax Kellermann2008-12-301-7/+0
* sig_handlers: removed unused functionsMax Kellermann2008-12-301-50/+0
* sig_handlers.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-1/+2
* database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann2008-10-081-1/+1
* directory: moved code to database.cMax Kellermann2008-10-081-1/+1
* don't include os_compat.hMax Kellermann2008-10-081-0/+4
* directory: moved code to update.cMax Kellermann2008-10-081-0/+1
* directory: update do its work inside a threadEric Wong2008-09-231-1/+0
* clean up CPP includesMax Kellermann2008-08-261-2/+0
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-1/+1
* clean up CPP includesMax Kellermann2008-04-121-3/+0
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-19/+0
* fixed -Wshadow warningsMax Kellermann2008-01-261-1/+1
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-8/+1
* removing debug messages from signal handlersJ. Alexander Treuman2007-08-271-1/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-1/+1
* more sparse cleanupsEric Wong2006-08-081-10/+7
* merge changes from mpd-tree:Warren Dukes2006-08-061-90/+1
* logging cleanupsEric Wong2006-08-011-1/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-92/+110
* Initialize sigaction.sa_mask to an empty set in a few places we forgot toJ. Alexander Treuman2006-07-181-0/+3
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* DJWLindenaar's fix race condition and some memory leaks patchQball Cow2005-11-181-1/+12
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-161-3/+78
* fix some signal handlingWarren Dukes2005-03-191-6/+1
* now player and decoder processes should only exit() when receiving term signa...Warren Dukes2005-03-081-1/+6
* new setSigHandlersForDecoder() function, and be sure player/decode processes ...Warren Dukes2004-11-031-0/+16
* a few extra strerror()'s sprinkled in the codeWarren Dukes2004-11-021-1/+0
* new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes2004-06-051-1/+1
* add mackstann to (c)Warren Dukes2004-06-041-0/+1
* log cycling and a few cleanupsWarren Dukes2004-04-151-0/+3
* don't updatedb on sighup if db is being updatedWarren Dukes2004-04-141-2/+4
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* have update process ignore signals when writing dbWarren Dukes2004-04-131-0/+14
* block signals when writing db to ensure db isn't corruptedWarren Dukes2004-04-131-0/+4