| Commit message (Expand) | Author | Files | Lines |
2009-03-15 | log: removed DEBUG() and FATAL() | Max Kellermann | 1 | -1/+1 |
2009-03-15 | sig_handlers: include signal.h instead of sys/signal.h | Max Kellermann | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -7/+7 |
2009-01-03 | sig_handlers: disable on WIN32 | Max Kellermann | 1 | -0/+7 |
2009-01-01 | removed the signal_check libraries | Max Kellermann | 1 | -3/+0 |
2009-01-01 | sig_handlers: use event_pipe for delivering SIGHUP | Max Kellermann | 1 | -11/+14 |
2008-12-30 | sig_handlers: call g_main_loop_quit() in SIGTERM handler | Max Kellermann | 1 | -8/+21 |
2008-12-30 | sig_handlers: removed SIGCHLD | Max Kellermann | 1 | -18/+0 |
2008-12-30 | sig_handlers: don't reload database on SIGHUP | Max Kellermann | 1 | -7/+0 |
2008-12-30 | sig_handlers: removed unused functions | Max Kellermann | 1 | -50/+0 |
2008-11-24 | sig_handlers.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -1/+2 |
2008-10-08 | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-08 | directory: moved code to database.c | Max Kellermann | 1 | -1/+1 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -0/+4 |
2008-10-08 | directory: moved code to update.c | Max Kellermann | 1 | -0/+1 |
2008-09-23 | directory: update do its work inside a thread | Eric Wong | 1 | -1/+0 |
2008-08-26 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-08-26 | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 1 | -1/+1 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -3/+0 |
2008-04-12 | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 1 | -19/+0 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -1/+1 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -8/+1 |
2007-08-27 | removing debug messages from signal handlers | J. Alexander Treuman | 1 | -1/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -1/+1 |
2006-08-08 | more sparse cleanups | Eric Wong | 1 | -10/+7 |
2006-08-06 | merge changes from mpd-tree: | Warren Dukes | 1 | -90/+1 |
2006-08-01 | logging cleanups | Eric Wong | 1 | -1/+1 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -92/+110 |
2006-07-18 | Initialize sigaction.sa_mask to an empty set in a few places we forgot to | J. Alexander Treuman | 1 | -0/+3 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2005-11-18 | DJWLindenaar's fix race condition and some memory leaks patch | Qball Cow | 1 | -1/+12 |
2005-11-16 | DJWLindenaar balanced tree and master process patch | Qball Cow | 1 | -3/+78 |
2005-03-19 | fix some signal handling | Warren Dukes | 1 | -6/+1 |
2005-03-08 | now player and decoder processes should only exit() when receiving term signa... | Warren Dukes | 1 | -1/+6 |
2004-11-03 | new setSigHandlersForDecoder() function, and be sure player/decode processes ... | Warren Dukes | 1 | -0/+16 |
2004-11-02 | a few extra strerror()'s sprinkled in the code | Warren Dukes | 1 | -1/+0 |
2004-06-05 | new command, plchanges, and also add Num: to songinfo of playlistinfo | Warren Dukes | 1 | -1/+1 |
2004-06-04 | add mackstann to (c) | Warren Dukes | 1 | -0/+1 |
2004-04-15 | log cycling and a few cleanups | Warren Dukes | 1 | -0/+3 |
2004-04-14 | don't updatedb on sighup if db is being updated | Warren Dukes | 1 | -2/+4 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-13 | have update process ignore signals when writing db | Warren Dukes | 1 | -0/+14 |
2004-04-13 | block signals when writing db to ensure db isn't corrupted | Warren Dukes | 1 | -0/+4 |
2004-04-13 | when doing signal functions (like sigaction) make sure it wasn't interrupted ... | Warren Dukes | 1 | -4/+4 |
2004-04-12 | forgetting to increment playlist version after reading the db | Warren Dukes | 1 | -0/+1 |
2004-04-11 | clean up signal handling using a polling method, from the genius that is mack... | Warren Dukes | 1 | -42/+30 |
2004-04-11 | do while(wait3) for sighandler | Warren Dukes | 1 | -2/+2 |
2004-04-11 | fix some snafoos | Warren Dukes | 1 | -3/+0 |