aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-11-20remove --update-db optionWarren Dukes1-3/+3
2004-11-13a few DEBUG statementsWarren Dukes1-1/+1
2004-11-11better saved memmory displayWarren Dukes1-0/+1
2004-11-11implement saved memory by not storing full pathWarren Dukes1-0/+2
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-4/+6
2004-11-03now one can specify multiple bind_to_addressesWarren Dukes1-7/+2
2004-11-02enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes1-1/+1
2004-10-31if a home directory is available for 'user', set env variable $HOMEWarren Dukes1-0/+3
2004-10-28fix user being parsed as a pathWarren Dukes1-1/+1
2004-10-28merge shank-rewrite-config changesWarren Dukes1-14/+21
2004-08-29some slight cleanup in setuid codeWarren Dukes1-7/+3
2004-08-17fix typo in todo, thanx gnarf!Warren Dukes1-1/+1
2004-08-13patch from Benoit.Boissinot@ens-lyon.fr to remove getgroups and setgroupsWarren Dukes1-15/+0
2004-06-20http proxy mostly working, need to implement http authenticationWarren Dukes1-3/+2
2004-06-20use getdtablesize() to get the max number of fd'sWarren Dukes1-10/+2
2004-06-12when we create log files, be sure to they're umasked to 066Warren Dukes1-1/+9
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes1-1/+7
2004-06-07i'm a moronWarren Dukes1-1/+1
2004-06-07update copyright to 2004 for --versionWarren Dukes1-1/+1
2004-06-07fix bug with --no-create-dbWarren Dukes1-1/+1
2004-06-04finish ack error codesWarren Dukes1-1/+1
2004-06-02main() cleanupWarren Dukes1-70/+98
2004-06-01nice output of all suffix types supported in versionWarren Dukes1-23/+9
2004-06-01make --create-db not daemonize, remove --only-create-dbWarren Dukes1-18/+10
2004-05-31add --stdout and make --no-daemon by default output to log filesWarren Dukes1-12/+23
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-0/+3
2004-05-15don't close STDIN_FILENO, not suppose to dup2 a closed fdWarren Dukes1-2/+1
2004-05-10stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes1-0/+2
2004-05-08finish adding AliasMrJones replayGain stuffWarren Dukes1-0/+2
2004-05-05clarify error for --no-create-dbWarren Dukes1-0/+2
2004-04-16msells versions patch to list supported formatsWarren Dukes1-0/+20
2004-04-15don't stat() the db to get the modtime everytime, instead store it when we re...Warren Dukes1-2/+2
2004-04-15log cycling and a few cleanupsWarren Dukes1-15/+3
2004-04-15clean up a little bit main() codeWarren Dukes1-51/+4
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13add --only-update-db command line optionWarren Dukes1-1/+14
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes1-2/+2
2004-04-11add --only-create-db option from msellsWarren Dukes1-2/+11
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-32/+32
2004-03-27just to be carfile, make sure to null terminate when using strncpyWarren Dukes1-2/+6
2004-03-21add aac_decode.[ch] and start working on itWarren Dukes1-6/+6
2004-03-10move adding and removeing from tables from directory.c to song.cWarren Dukes1-1/+1