aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-29/+15
2007-04-25Removing references to options.updateDB in main.c.J. Alexander Treuman1-9/+1
2007-04-05The massive copyright updateAvuton Olrich1-2/+2
2007-02-18Reverting all of my localization changes. It was a horribleJ. Alexander Treuman1-3/+0
2007-01-17Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman1-1/+1
2007-01-11Added zeroconf service publishing using avahiJim Ramsay1-0/+3
2007-01-08Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman1-1/+1
2007-01-08Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman1-0/+3
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+1
2006-08-14Several bugfixes during exit found by valgrindEric Wong1-2/+2
2006-08-07sparse / gcc-2.95 / -pedantic fixesEric Wong1-1/+2
2006-08-06merge changes from mpd-tree:Warren Dukes1-70/+19
2006-08-03main.c: initialize the verbose flag correctlyEric Wong1-0/+1
2006-08-01logging cleanupsEric Wong1-75/+7
2006-07-30Standardize state_file handling routines.Eric Wong1-4/+3
2006-07-30remove deprecated myfprintf wrapperEric Wong1-4/+4
2006-07-27Use AudioCompress for volume normalizationJ. Alexander Treuman1-0/+3
2006-07-24Open the db file before daemonizing/creating the master process, so we can ha...J. Alexander Treuman1-2/+1
2006-07-21Initialize more stuff before daemonizing so we exit properly on fatal errorsJ. Alexander Treuman1-4/+5
2006-07-20Rolling back change to when we redirect to logs. Turns out it silenced fatal...J. Alexander Treuman1-5/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-19Redirect to log files earlier to prevent some debug spam on consoleJ. Alexander Treuman1-1/+5
2006-07-19Fix whitespace->tabs in main.c, it was afuAvuton Olrich1-383/+362
2006-07-18Don't bother freeing a bunch of stuff at exit, since it takes far too long an...J. Alexander Treuman1-3/+6
2006-07-16Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman1-0/+6
2006-07-15main: static-fication, ANSI fixesEric Wong1-13/+13
2006-07-15Avoid spewing messages to the consoleEric Wong1-2/+1
2006-07-14Update copyright in --versionJ. Alexander Treuman1-1/+1
2006-07-14Change shank's email addressJ. Alexander Treuman1-2/+2
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-07-13Declare functions not used outside dbUtils.c static.Avuton Olrich1-2/+0
2006-06-05main.c: fix gcc-2.95 compilation problemEric Wong1-1/+2
2006-06-05Made pid_file an optional config parameter.J. Alexander Treuman1-17/+28
2006-06-04correctly check for setenv() functionEric Wong1-2/+2
2006-05-08Jat/Q patch for checking permission on database before creating itQball Cow1-0/+1
2006-05-08Commit Jat's patch for bug 1281Qball Cow1-0/+1
2006-04-30update help textQball Cow1-4/+4
2006-04-22Fix for the macro, use gitsetenv, thanks to normalperson, eleusis, jatAvuton Olrich1-8/+34
2006-04-22Solaris is reported to not have a setenv() thusAvuton Olrich1-0/+12
2006-03-18rewrite statefile code for audio devicesEric Wong1-4/+0
2006-03-16Hopefully the last of the spelling fixes :>Eric Wong1-1/+1
2005-12-31r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800Eric Wong1-0/+1
2005-12-14Configure fix, so when no glib found it gives a error, and another race condi...Qball Cow1-1/+1
2005-11-18DJWLindenaar's fix race condition and some memory leaks patchQball Cow1-7/+17
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow1-14/+60
2005-08-23Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow1-0/+7
2005-03-12*) slight code cleanupWarren Dukes1-5/+5
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes1-1/+1
2005-03-09fix segfault in error messageWarren Dukes1-3/+3
2005-03-09add ability to forcefully kill pid listed in pid file with '-kill -kill'Warren Dukes1-16/+27