| Commit message (Expand) | Author | Age | Files | Lines |
* | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 2005-03-12 | 1 | -1/+1 |
* | fix segfault in error message | Warren Dukes | 2005-03-09 | 1 | -3/+3 |
* | add ability to forcefully kill pid listed in pid file with '-kill -kill' | Warren Dukes | 2005-03-09 | 1 | -16/+27 |
* | don't print out config line in error message about pid file missing | Warren Dukes | 2005-03-09 | 1 | -1/+1 |
* | fix an error message | Warren Dukes | 2005-03-09 | 1 | -1/+1 |
* | *) add support for pid files | Warren Dukes | 2005-03-09 | 1 | -3/+85 |
* | update usage and mpd man page to indicate that we now require a config file | Warren Dukes | 2005-03-06 | 1 | -1/+0 |
* | config file change! now 'port' is optional and 'db_file' is required! | Warren Dukes | 2005-03-06 | 1 | -82/+39 |
* | remove --update-db option | Warren Dukes | 2004-11-20 | 1 | -3/+3 |
* | a few DEBUG statements | Warren Dukes | 2004-11-13 | 1 | -1/+1 |
* | better saved memmory display | Warren Dukes | 2004-11-11 | 1 | -0/+1 |
* | implement saved memory by not storing full path | Warren Dukes | 2004-11-11 | 1 | -0/+2 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 1 | -4/+6 |
* | now one can specify multiple bind_to_addresses | Warren Dukes | 2004-11-03 | 1 | -7/+2 |
* | enabling and disabling individual audioOutputs is mostly done, just need | Warren Dukes | 2004-11-02 | 1 | -1/+1 |
* | if a home directory is available for 'user', set env variable $HOME | Warren Dukes | 2004-10-31 | 1 | -0/+3 |
* | fix user being parsed as a path | Warren Dukes | 2004-10-28 | 1 | -1/+1 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -14/+21 |
* | some slight cleanup in setuid code | Warren Dukes | 2004-08-29 | 1 | -7/+3 |
* | fix typo in todo, thanx gnarf! | Warren Dukes | 2004-08-17 | 1 | -1/+1 |
* | patch from Benoit.Boissinot@ens-lyon.fr to remove getgroups and setgroups | Warren Dukes | 2004-08-13 | 1 | -15/+0 |
* | http proxy mostly working, need to implement http authentication | Warren Dukes | 2004-06-20 | 1 | -3/+2 |
* | use getdtablesize() to get the max number of fd's | Warren Dukes | 2004-06-20 | 1 | -10/+2 |
* | when we create log files, be sure to they're umasked to 066 | Warren Dukes | 2004-06-12 | 1 | -1/+9 |
* | Add WARNING log method. it's the same as ERROR, except that when mpd starts, | Warren Dukes | 2004-06-12 | 1 | -1/+7 |
* | i'm a moron | Warren Dukes | 2004-06-07 | 1 | -1/+1 |
* | update copyright to 2004 for --version | Warren Dukes | 2004-06-07 | 1 | -1/+1 |
* | fix bug with --no-create-db | Warren Dukes | 2004-06-07 | 1 | -1/+1 |
* | finish ack error codes | Warren Dukes | 2004-06-04 | 1 | -1/+1 |
* | main() cleanup | Warren Dukes | 2004-06-02 | 1 | -70/+98 |
* | nice output of all suffix types supported in version | Warren Dukes | 2004-06-01 | 1 | -23/+9 |
* | make --create-db not daemonize, remove --only-create-db | Warren Dukes | 2004-06-01 | 1 | -18/+10 |
* | add --stdout and make --no-daemon by default output to log files | Warren Dukes | 2004-05-31 | 1 | -12/+23 |
* | mp3 and ogg plugin stuff | Warren Dukes | 2004-05-31 | 1 | -0/+3 |
* | don't close STDIN_FILENO, not suppose to dup2 a closed fd | Warren Dukes | 2004-05-15 | 1 | -2/+1 |
* | stuff for configuring the audio output format (sampling rate, channels, bits) | Warren Dukes | 2004-05-10 | 1 | -0/+2 |
* | finish adding AliasMrJones replayGain stuff | Warren Dukes | 2004-05-08 | 1 | -0/+2 |
* | clarify error for --no-create-db | Warren Dukes | 2004-05-05 | 1 | -0/+2 |
* | msells versions patch to list supported formats | Warren Dukes | 2004-04-16 | 1 | -0/+20 |
* | don't stat() the db to get the modtime everytime, instead store it when we re... | Warren Dukes | 2004-04-15 | 1 | -2/+2 |
* | log cycling and a few cleanups | Warren Dukes | 2004-04-15 | 1 | -15/+3 |
* | clean up a little bit main() code | Warren Dukes | 2004-04-15 | 1 | -51/+4 |
* | add vim shiznit to end of all source files | Warren Dukes | 2004-04-14 | 1 | -0/+1 |
* | add --only-update-db command line option | Warren Dukes | 2004-04-13 | 1 | -1/+14 |
* | clean up signal handling using a polling method, from the genius that is mack... | Warren Dukes | 2004-04-11 | 1 | -2/+2 |
* | add --only-create-db option from msells | Warren Dukes | 2004-04-11 | 1 | -2/+11 |
* | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 2004-04-02 | 1 | -32/+32 |
* | just to be carfile, make sure to null terminate when using strncpy | Warren Dukes | 2004-03-27 | 1 | -2/+6 |
* | add aac_decode.[ch] and start working on it | Warren Dukes | 2004-03-21 | 1 | -6/+6 |
* | move adding and removeing from tables from directory.c to song.c | Warren Dukes | 2004-03-10 | 1 | -1/+1 |