aboutsummaryrefslogtreecommitdiffstats
path: root/src/sig_handlers.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-11database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-1/+1
2008-10-11directory: moved code to database.cMax Kellermann1-1/+1
2008-10-11directory: moved code to update.cMax Kellermann1-0/+1
2008-09-22directory: update do its work inside a threadEric Wong1-1/+0
2008-08-30clean up CPP includesMax Kellermann1-1/+0
2008-08-30enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-1/+1
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-1/+0
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
2004-04-13when doing signal functions (like sigaction) make sure it wasn't interrupted ...Warren Dukes1-4/+4
2004-04-12forgetting to increment playlist version after reading the dbWarren Dukes1-0/+1
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes1-42/+30
2004-04-11do while(wait3) for sighandlerWarren Dukes1-2/+2
2004-04-11fix some snafoosWarren Dukes1-3/+0
2004-04-11make "update" command background/non-blockingWarren Dukes1-2/+21
2004-04-11add --only-create-db option from msellsWarren Dukes1-1/+10
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-1/+1