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