| Commit message (Expand) | Author | Files | Lines |
2004-08-29 | some slight cleanup in setuid code | Warren Dukes | 1 | -7/+3 |
2004-08-17 | fix typo in todo, thanx gnarf! | Warren Dukes | 1 | -1/+1 |
2004-08-13 | patch from Benoit.Boissinot@ens-lyon.fr to remove getgroups and setgroups | Warren Dukes | 1 | -15/+0 |
2004-06-20 | http proxy mostly working, need to implement http authentication | Warren Dukes | 1 | -3/+2 |
2004-06-20 | use getdtablesize() to get the max number of fd's | Warren Dukes | 1 | -10/+2 |
2004-06-12 | when we create log files, be sure to they're umasked to 066 | Warren Dukes | 1 | -1/+9 |
2004-06-12 | Add WARNING log method. it's the same as ERROR, except that when mpd starts, | Warren Dukes | 1 | -1/+7 |
2004-06-07 | i'm a moron | Warren Dukes | 1 | -1/+1 |
2004-06-07 | update copyright to 2004 for --version | Warren Dukes | 1 | -1/+1 |
2004-06-07 | fix bug with --no-create-db | Warren Dukes | 1 | -1/+1 |
2004-06-04 | finish ack error codes | Warren Dukes | 1 | -1/+1 |
2004-06-02 | main() cleanup | Warren Dukes | 1 | -70/+98 |
2004-06-01 | nice output of all suffix types supported in version | Warren Dukes | 1 | -23/+9 |
2004-06-01 | make --create-db not daemonize, remove --only-create-db | Warren Dukes | 1 | -18/+10 |
2004-05-31 | add --stdout and make --no-daemon by default output to log files | Warren Dukes | 1 | -12/+23 |
2004-05-31 | mp3 and ogg plugin stuff | Warren Dukes | 1 | -0/+3 |
2004-05-15 | don't close STDIN_FILENO, not suppose to dup2 a closed fd | Warren Dukes | 1 | -2/+1 |
2004-05-10 | stuff for configuring the audio output format (sampling rate, channels, bits) | Warren Dukes | 1 | -0/+2 |
2004-05-08 | finish adding AliasMrJones replayGain stuff | Warren Dukes | 1 | -0/+2 |
2004-05-05 | clarify error for --no-create-db | Warren Dukes | 1 | -0/+2 |
2004-04-16 | msells versions patch to list supported formats | Warren Dukes | 1 | -0/+20 |
2004-04-15 | don't stat() the db to get the modtime everytime, instead store it when we re... | Warren Dukes | 1 | -2/+2 |
2004-04-15 | log cycling and a few cleanups | Warren Dukes | 1 | -15/+3 |
2004-04-15 | clean up a little bit main() code | Warren Dukes | 1 | -51/+4 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-13 | add --only-update-db command line option | Warren Dukes | 1 | -1/+14 |
2004-04-11 | clean up signal handling using a polling method, from the genius that is mack... | Warren Dukes | 1 | -2/+2 |
2004-04-11 | add --only-create-db option from msells | Warren Dukes | 1 | -2/+11 |
2004-04-02 | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 1 | -32/+32 |
2004-03-27 | just to be carfile, make sure to null terminate when using strncpy | Warren Dukes | 1 | -2/+6 |
2004-03-21 | add aac_decode.[ch] and start working on it | Warren Dukes | 1 | -6/+6 |
2004-03-10 | move adding and removeing from tables from directory.c to song.c | Warren Dukes | 1 | -1/+1 |