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