aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rewrite statefile code for audio devicesEric Wong2006-03-181-4/+0
* Hopefully the last of the spelling fixes :>Eric Wong2006-03-161-1/+1
* r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800Eric Wong2005-12-311-0/+1
* Configure fix, so when no glib found it gives a error, and another race condi...Qball Cow2005-12-141-1/+1
* DJWLindenaar's fix race condition and some memory leaks patchQball Cow2005-11-181-7/+17
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-161-14/+60
* Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow2005-08-231-0/+7
* *) slight code cleanupWarren Dukes2005-03-121-5/+5
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-121-1/+1
* fix segfault in error messageWarren Dukes2005-03-091-3/+3
* add ability to forcefully kill pid listed in pid file with '-kill -kill'Warren Dukes2005-03-091-16/+27
* don't print out config line in error message about pid file missingWarren Dukes2005-03-091-1/+1
* fix an error messageWarren Dukes2005-03-091-1/+1
* *) add support for pid filesWarren Dukes2005-03-091-3/+85
* update usage and mpd man page to indicate that we now require a config fileWarren Dukes2005-03-061-1/+0
* config file change! now 'port' is optional and 'db_file' is required!Warren Dukes2005-03-061-82/+39
* remove --update-db optionWarren Dukes2004-11-201-3/+3
* a few DEBUG statementsWarren Dukes2004-11-131-1/+1
* better saved memmory displayWarren Dukes2004-11-111-0/+1
* implement saved memory by not storing full pathWarren Dukes2004-11-111-0/+2
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-4/+6
* now one can specify multiple bind_to_addressesWarren Dukes2004-11-031-7/+2
* enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes2004-11-021-1/+1
* if a home directory is available for 'user', set env variable $HOMEWarren Dukes2004-10-311-0/+3
* fix user being parsed as a pathWarren Dukes2004-10-281-1/+1
* merge shank-rewrite-config changesWarren Dukes2004-10-281-14/+21
* some slight cleanup in setuid codeWarren Dukes2004-08-291-7/+3
* fix typo in todo, thanx gnarf!Warren Dukes2004-08-171-1/+1
* patch from Benoit.Boissinot@ens-lyon.fr to remove getgroups and setgroupsWarren Dukes2004-08-131-15/+0
* http proxy mostly working, need to implement http authenticationWarren Dukes2004-06-201-3/+2
* use getdtablesize() to get the max number of fd'sWarren Dukes2004-06-201-10/+2
* when we create log files, be sure to they're umasked to 066Warren Dukes2004-06-121-1/+9
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-121-1/+7
* i'm a moronWarren Dukes2004-06-071-1/+1
* update copyright to 2004 for --versionWarren Dukes2004-06-071-1/+1
* fix bug with --no-create-dbWarren Dukes2004-06-071-1/+1
* finish ack error codesWarren Dukes2004-06-041-1/+1
* main() cleanupWarren Dukes2004-06-021-70/+98
* nice output of all suffix types supported in versionWarren Dukes2004-06-011-23/+9
* make --create-db not daemonize, remove --only-create-dbWarren Dukes2004-06-011-18/+10
* add --stdout and make --no-daemon by default output to log filesWarren Dukes2004-05-311-12/+23
* mp3 and ogg plugin stuffWarren Dukes2004-05-311-0/+3
* don't close STDIN_FILENO, not suppose to dup2 a closed fdWarren Dukes2004-05-151-2/+1
* stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes2004-05-101-0/+2
* finish adding AliasMrJones replayGain stuffWarren Dukes2004-05-081-0/+2
* clarify error for --no-create-dbWarren Dukes2004-05-051-0/+2
* msells versions patch to list supported formatsWarren Dukes2004-04-161-0/+20
* don't stat() the db to get the modtime everytime, instead store it when we re...Warren Dukes2004-04-151-2/+2
* log cycling and a few cleanupsWarren Dukes2004-04-151-15/+3
* clean up a little bit main() codeWarren Dukes2004-04-151-51/+4