aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAge
* DJWLindenaar's fix race condition and some memory leaks patchQball Cow2005-11-18
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-16
* Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow2005-08-23
* *) slight code cleanupWarren Dukes2005-03-12
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-12
* fix segfault in error messageWarren Dukes2005-03-09
* add ability to forcefully kill pid listed in pid file with '-kill -kill'Warren Dukes2005-03-09
* don't print out config line in error message about pid file missingWarren Dukes2005-03-09
* fix an error messageWarren Dukes2005-03-09
* *) add support for pid filesWarren Dukes2005-03-09
* update usage and mpd man page to indicate that we now require a config fileWarren Dukes2005-03-06
* config file change! now 'port' is optional and 'db_file' is required!Warren Dukes2005-03-06
* remove --update-db optionWarren Dukes2004-11-20
* a few DEBUG statementsWarren Dukes2004-11-13
* better saved memmory displayWarren Dukes2004-11-11
* implement saved memory by not storing full pathWarren Dukes2004-11-11
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* now one can specify multiple bind_to_addressesWarren Dukes2004-11-03
* enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes2004-11-02
* if a home directory is available for 'user', set env variable $HOMEWarren Dukes2004-10-31
* fix user being parsed as a pathWarren Dukes2004-10-28
* merge shank-rewrite-config changesWarren Dukes2004-10-28
* some slight cleanup in setuid codeWarren Dukes2004-08-29
* fix typo in todo, thanx gnarf!Warren Dukes2004-08-17
* patch from Benoit.Boissinot@ens-lyon.fr to remove getgroups and setgroupsWarren Dukes2004-08-13
* http proxy mostly working, need to implement http authenticationWarren Dukes2004-06-20
* use getdtablesize() to get the max number of fd'sWarren Dukes2004-06-20
* when we create log files, be sure to they're umasked to 066Warren Dukes2004-06-12
* Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes2004-06-12
* i'm a moronWarren Dukes2004-06-07
* update copyright to 2004 for --versionWarren Dukes2004-06-07
* fix bug with --no-create-dbWarren Dukes2004-06-07
* finish ack error codesWarren Dukes2004-06-04
* main() cleanupWarren Dukes2004-06-02
* nice output of all suffix types supported in versionWarren Dukes2004-06-01
* make --create-db not daemonize, remove --only-create-dbWarren Dukes2004-06-01
* add --stdout and make --no-daemon by default output to log filesWarren Dukes2004-05-31
* mp3 and ogg plugin stuffWarren Dukes2004-05-31
* don't close STDIN_FILENO, not suppose to dup2 a closed fdWarren Dukes2004-05-15
* stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes2004-05-10
* finish adding AliasMrJones replayGain stuffWarren Dukes2004-05-08
* clarify error for --no-create-dbWarren Dukes2004-05-05
* msells versions patch to list supported formatsWarren Dukes2004-04-16
* don't stat() the db to get the modtime everytime, instead store it when we re...Warren Dukes2004-04-15
* log cycling and a few cleanupsWarren Dukes2004-04-15
* clean up a little bit main() codeWarren Dukes2004-04-15
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* add --only-update-db command line optionWarren Dukes2004-04-13
* clean up signal handling using a polling method, from the genius that is mack...Warren Dukes2004-04-11
* add --only-create-db option from msellsWarren Dukes2004-04-11