| Commit message (Expand) | Author | Files | Lines |
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 |
2004-04-11 | make "update" command background/non-blocking | Warren Dukes | 1 | -2/+21 |
2004-04-11 | add --only-create-db option from msells | Warren Dukes | 1 | -1/+10 |
2004-04-02 | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 1 | -1/+1 |